Spring Framework 6.2.0-M4 available now
We are happy to announce the availability of the fourth milestone of Spring Framework 6.2. We shipped quite a few features since our last M3 release.
Spring Framework 6.2.0-M4 is available from repo.spring.io/milestone now, check out the detailed release notes for this version.
Core and Testing
The Task
and ScheduledTask
types now expose metadata about their execution: last execution time and outcome, next scheduled execution time...
We also made further refinements for the new @TestBean
and @MockitoBean
support. You can read our reference documentation to see this feature in action.