Spring Framework 7.0.0-M7 available now
On behalf of the team and everyone who has contributed, I am pleased to announce a new milestone for the next Spring Framework generation. We have compiled all the upgrade information, new features and deprecations on the Spring Framework 7.0 release notes preview page.
Resilience Features
After the introduction of the org.springframework.core.retry
package in 7.0.0-M6, effectively moving features from the former "spring-retry" project,
we recently introduced dedicated @Retryable
, @ConcurrencyLimit
and @EnableResilientMethods
annotations.
This is now documented in the "Resilience Features" section of the reference documentation…