Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the Spring Framework framework team, it is my pleasure to announce that the fourth Spring Framework 6.1 milestone release is available from repo.spring.io/milestone now. This is the final milestone release for this new generation and we are scheduling the first release candidate in a month.
Spring Framework 6.1.0-M4 ships 62 fixes and improvements.
This new milestone ships new interesting features, such as:
JdbcClient
(a JDBC variant of the R2DBC DatabaseClient
)@JmsListener
and JmsTemplate
)@HttpExchange
annotations are now supported for server side handling (mapping requests to controllers methods)CompletableFuture
support for @Cacheable
methodsThis also ships improvements for all existing applications:
DatabaseClient
@Bean
configuration model to better prevent invalid configurations@TestPropertySource
support (resource patterns, custom file extensions, text blocks)Check out our What's New page for details about the specific features shipped so far.
The second Spring Boot 3.2 milestone will be released next week - this is the last stop before the release candidate phase, where we will stabilize new features. This is the right time to send your feedback about those new features!