Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.springframework.retry:spring-retry to v2 #4039

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.retry:spring-retry 1.3.4 -> 2.0.11 age adoption passing confidence

Release Notes

spring-projects/spring-retry (org.springframework.retry:spring-retry)

v2.0.11

⭐ New Features

  • Version in pom.xml contains "${revision}" #​474

🐞 Bug Fixes

  • MetricsRetryListener problems #​477

📔 Documentation

  • Documentation is no longer published #​476

v2.0.10

⭐ New Features

  • Add default hashCode implementation to RetryConfiguration.AnnotationClassOrMethodPointcut #​472
  • Apply a setter for the logger field of RetryTemplate so that it doesn't need to be injected via reflections #​470

❤️ Contributors

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

@​NorsaG and @​dsyer

v2.0.9

⭐ New Features

  • Populate MethodInvocation to RetryPolicy (via RetryContext) #​229
  • Can't chose correct @Recover method #​188

🐞 Bug Fixes

  • Support concurrent behavior on MetricsRetryListener #​467
  • UniformRandomBackOffPolicy is throwing IllegalArgumentException on calling backOff when maxBackOffPeriod is less than minBackOffPeriod. #​464

v2.0.8

⭐ New Features

  • Built-in support for Micrometer metrics publishing #​458
  • Add @Nullable in RetryContext to easier detect possible NPE #​457

📔 Documentation

  • Wrong value for JDK (1.7) needed for building the project #​460

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.23 #​462

❤️ Contributors

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

@​szpak

v2.0.7

⭐ New Features

  • Allow use of custom (binary) exception classifier in RestTemplateBuilder #​441

🔨 Dependency Upgrades

  • Upgade to Spring Framework 6.0.22 #​449

❤️ Contributors

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

@​marcingrzejszczak

v2.0.6

⭐ New Features

  • No distinction in the logs between different retried methods #​422
  • Rework Exception-wrapping #​82

🐞 Bug Fixes

  • @Retryable annotation retrying with ExponentialBackOff instead of ExponentialRandomBackOff when randomExpression provided #​427
  • fix: Null pointer error may occur #​421

📔 Documentation

  • Wrong method recommended for build.gradle? #​423
  • put GAV in docs #​418
  • Improve Javadoc for setThrowLastExceptionOnExhausted of RetryTemplate #​137

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.20 #​435

❤️ Contributors

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

@​aozeyu

v2.0.5

⭐ 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

v2.0.4

🐞 Bug Fixes

  • maxAttemptsExpression is not evaluated when an exceptionExpression is set #​383

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.13 #​385

v2.0.3

⭐ New Features

  • Investigate Adding Option To Avoid ThreadLocal in RetrySynchronizationManager #​374

🐞 Bug Fixes

  • Throwable as first argument of explicit recover method should be optional #​371

📔 Documentation

  • feat: ISSUE-228 random - document as Jitter #​376

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.12 #​381

❤️ Contributors

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

@​liran2000 and @​quaff

v2.0.2

⭐ New Features

  • Add support of Duration in RetryTemplateBuilder #​344
  • Add constructor make timeout customisable #​343

🐞 Bug Fixes

  • DelayExpression not working starting in 2.0.0 #​340

📔 Documentation

  • Overhaul Javadoc of RestTemplateBuilder #​359

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.10 #​365

❤️ Contributors

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

@​aahlenst and @​artembilan

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

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.0 #​321

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 10, 2024 09:00
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 10, 2024
Copy link

CCD diff report

No change

@renovate renovate bot force-pushed the renovate/major-spring-all branch 14 times, most recently from 193e293 to a2374ed Compare October 16, 2024 09:29
@renovate renovate bot force-pushed the renovate/major-spring-all branch 13 times, most recently from f7f9000 to e78b7fd Compare October 24, 2024 12:08
@renovate renovate bot force-pushed the renovate/major-spring-all branch from 6b4bfed to 6df5b7e Compare January 31, 2025 14:01
@renovate renovate bot changed the title Update Spring All (major) Update dependency org.springframework.retry:spring-retry to v2 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/major-spring-all branch 2 times, most recently from 51ec74a to 7848289 Compare January 31, 2025 15:59
@renovate renovate bot changed the title Update dependency org.springframework.retry:spring-retry to v2 Update Spring All (major) Jan 31, 2025
@renovate renovate bot changed the title Update Spring All (major) Update dependency org.springframework.retry:spring-retry to v2 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/major-spring-all branch 2 times, most recently from e28fd32 to e7aec75 Compare January 31, 2025 16:04
@renovate renovate bot changed the title Update dependency org.springframework.retry:spring-retry to v2 Update Spring All (major) Jan 31, 2025
@renovate renovate bot force-pushed the renovate/major-spring-all branch from e7aec75 to e7bdf97 Compare January 31, 2025 22:52
@renovate renovate bot changed the title Update Spring All (major) Update dependency org.springframework.retry:spring-retry to v2 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/major-spring-all branch from e7bdf97 to b927ec0 Compare February 4, 2025 09:01
@renovate renovate bot force-pushed the renovate/major-spring-all branch from b927ec0 to 772be56 Compare February 4, 2025 10:11
@renovate renovate bot force-pushed the renovate/major-spring-all branch from 772be56 to 84bb5a6 Compare February 4, 2025 10:47
@renovate renovate bot force-pushed the renovate/major-spring-all branch from 84bb5a6 to 7cf08dd Compare February 4, 2025 11:34
@renovate renovate bot force-pushed the renovate/major-spring-all branch from 7cf08dd to 74e6519 Compare February 4, 2025 12:55
@renovate renovate bot force-pushed the renovate/major-spring-all branch from 74e6519 to c0ccb01 Compare February 4, 2025 13:47
@linusnorton linusnorton merged commit f97e5ae into master Feb 4, 2025
10 checks passed
@linusnorton linusnorton deleted the renovate/major-spring-all branch February 4, 2025 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ns:sscs prd:sscs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant