Skip to content

v2.0.5

Compare
Choose a tag to compare
@spring-builds spring-builds released this 15 Dec 06:59
· 42 commits to main since this release

⭐ New Features

  • Expose the number of max attempts to the retry context for all policies #395
  • classifiable's self class checked twice #212
  • Provide The Ability to Exclude Global RetryListeners #211

🐞 Bug Fixes

  • Unexpected exception type thrown instead of actual CHECKED exception when noRetryFor is used #405
  • NPE in CircuitBreaker, wrong null check #403
  • Retryable with exponential backoff not working with delayExpression #397
  • Restore the interrupted thread status in the provided backoff policies #386

📔 Documentation

  • Unable to define recover method where the method is returning a generic List #402
  • Fix incorrect return type of RetryListener's open method in README.md #401
  • ExponentialRandomBackOffPolicy not always random #391

🔨 Dependency Upgrades

  • Upgrade to AspectJ 1.9.20.1 #406
  • Upgrade to Spring Framework 6.0.15 #408

❤️ Contributors

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

@hoonti06