Spring Framework 5.2.0.M1 available now
On behalf of the team and everyone that contributed, I am pleased to announce that the first milestone of Spring Framework 5.2 has been released and is available from our milestone repository. This release closes over 140 issues and pull requests.
This first milestone is packed with features and fixes, including:
- Many core container improvements, from parsing annotation data with the new
MergedAnnotationsAPI to@Configurationclass optimizations - Support for Kotlin coroutines
- New WebMvc.fn programming model in the
spring-webmvcmodule providing a functional alternative to annotated controllers that's built on the Servlet API. Nowspring-webmvclikespring-webfluxoffers both functional and annotation-based programming models. - Performance improvements in Spring MVC and Spring WebFlux to reduce overhead in request mapping, media type parsing, CORS checks, and more
- RSocket support including response handling via annotated
@MessageMappingmethods and performing requests viaRSocketRequester…