Spring Framework 5.0 RC2 available now
Dear Spring community,
It is my pleasure to announce that our second Spring Framework 5.0 release candidate is available now. This is a major revision of RC1, with refactorings in our new reactive facilities and in our new path pattern parser, as well as code style refinements all over the framework.
This release introduces a formal non-null API declaration for all of our packages, with explicitly nullable arguments and return values annotated as such now (instead of just javadoc'ed). Our nullability annotations are compliant with JSR 305 and specifically supported by IntelliJ IDEA and…