Spring Framework 7.0.0-M3 Available Now
On behalf of the team and everyone who has contributed, I am pleased to announce the third milestone of the next Spring Framework generation. The third milestone continues delivering new features and refinements on top of 7.0.0-M1 and 7.0.0-M2.
In this milestone, we are shipping the first step of our new "API versioning" feature for web applications. Keep an eye for further improvements and documentation there, we're definitely interested in feedback from the community!
By popular demand, the java Optional
type is now better supported in SpEL expressions. Not only you can now call null-safe operations on Optional types,
but you can also use the Elvis operator…