Releases: spring-projects/spring-retry
Releases Β· spring-projects/spring-retry
v2.0.1
β 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
v2.0.0
v2.0.0-RC2
π Bug Fixes
- Unable to define a SimpleRetryPolicy bean with custom maxAttempts value in XML #319
v2.0.0-RC1
v1.3.4
v2.0.0-M1
β New Features
- Replace EasyMock with Mockito #287
@Retryable
- Support Rethrow Instead of ExhaustedRetryException #264- Update source/target to 1.8+ #236
π Bug Fixes
- Pass evaluationContext when parsing expressions for CircuitBreaker properties #293
π Documentation
- Fix javadoc #302
- readMe.md introduces the use of retry has problem, one bean has stated several times #285
π¨ Dependency Upgrades
- Upgrade to Spring Framework 6.0.0-M6 #310
β€οΈ Contributors
We'd like to thank all the contributors who worked on this release!
v1.3.3
v1.3.2
β New Features
- Add randomExpression to backoff annotation #266
- Annotation Expression Improvements #260
- Nice to have: notRetryOn() and retryOn() in RetryTemplateBuilder #254
- Add generic check for function return type for recover method #216
π Bug Fixes
- RetryConfiguration is not eligible for getting processed by all BeanPostProcessors... #256
β€οΈ Contributors
We'd like to thank all the contributors who worked on this release!