Skip to content

v2.0.1

Compare
Choose a tag to compare
@spring-builds spring-builds released this 20 Mar 17:53
· 85 commits to main since this release

⭐ New Features

  • Change default order for @EnableRetry #335
  • add notice and license to jar #330
  • Add default implementations to RetryListener #326
  • support custom RetryConfiguration.getOrder() via @EnableRetry like @EnableAsync #22

🐞 Bug Fixes

  • Backoff annotation 'delayExpression' attribute is not always applied #332
  • [code error] in org.springframework.retry.annotation.RecoverAnnotationRecoveryHandler#isParameterizedTypeAssignable #328
  • AnnotationTypeMapping warning when using @CircuitBreaker with Spring Framework 6 #324
  • AnnotationTypeMapping warning when using @EnableRetry with Spring Framework 6 #322

📔 Documentation

  • Added getting support links #334

🔨 Dependency Upgrades

  • Upgrade Spring Framework (6.0.7), aspectJ (1.9.19) #336

❤️ Contributors

Thank you to all the contributors who worked on this release:

@esivakumar18, @garyrussell, @hpoettker, @tobi5775, and @xak2000