Spring Framework 6.2.0-M5 Available Now
We are happy to announce the availability of the fifth milestone of Spring Framework 6.2. We shipped quite a few features since our last M4 release.
Spring Framework 6.2.0-M5 is available from repo.spring.io/milestone now, check out the detailed changelog for this version.
Native Support
We have significantly improved the developer experience of registering reflection hints. @RegisterReflection
has been introduced to easily register hints against arbitrary data types, and @ReflectionScan
lets you opt-in for scanning of any reflection hints on arbitrary classes, not only Spring beans.