Spring Framework 7.0.0-M9 available now
On behalf of the team and everyone who has contributed, I am pleased to announce our last milestone for Spring Framework 7.0. This is our last stop before the release candidate, scheduled next month. We have compiled all the upgrade information, new features and deprecations on the Spring Framework 7.0 release notes preview page.
Resiliency refinements
The new Resiliency feature got a lot of fixes and refinements in this milestone,
mostly around RetryException
and exception handling. There is a new "programmatic support"
section in the reference documentation, in case the annotation-based…