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 Spring All (major) #1533

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.retry:spring-retry (source) 1.3.4 -> 2.0.10 age adoption passing confidence
org.springframework.cloud:spring-cloud-starter-openfeign (source) 3.1.9 -> 4.1.3 age adoption passing confidence
org.springframework.boot 2.7.18 -> 3.3.5 age adoption passing confidence

Release Notes

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

v2.0.10

Compare Source

⭐ 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

Compare Source

⭐ 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

Compare Source

⭐ 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

Compare Source

⭐ 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

Compare Source

⭐ 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

Compare Source

⭐ 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

Compare Source

🐞 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

Compare Source

⭐ 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

Compare Source

⭐ 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

Compare Source

⭐ 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

Compare Source

🔨 Dependency Upgrades

  • Upgrade to Spring Framework 6.0.0 #​321
spring-cloud/spring-cloud-openfeign (org.springframework.cloud:spring-cloud-starter-openfeign)

v4.1.3: 4.1.3

Compare Source

📔 Documentation

  • Document issues when using Spring FactoryBean and Spring Cloud OpenFeign Clients #​1009

❤️ Contributors

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

@​XiaotianZha and @​dependabot[bot]

v4.1.2: 4.1.2

Compare Source

⭐ New Features

  • SpringMvcContract support parse params #​1016
  • Custom HTTP codes are not supported #​1010

🐞 Bug Fixes

  • Register hints for superinterface methods #​1030
  • Issue with registering method parameter hints #​1021

📔 Documentation

❤️ Contributors

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

@​OlgaMaciaszek, @​Puppy4C, and @​dependabot[bot]

v4.1.1: 4.1.1

Compare Source

⭐ New Features

  • Support customization of JDK 11+ HttpClient #​999

🐞 Bug Fixes

  • FeignClientFactoryBean dismiss404 default config overrides client-specific config #​1005
  • Default request header headers overwriten with specific client configuration and shared by all clients #​1001
  • NPE in FeignResponseAdapter in case Content-Length header is not provided and response status is not 1XX, NO_CONTENT and NOT_MODIFIED #​972
  • Missing reflection metadata for feign.ResponseInterceptor$Chain #​959
  • PageJacksonModule doesn't deserialize all Spring Page attributes #​814

📔 Documentation

  • Fix simple typo on Configuration Properties page #​993
  • Document maintenance mode and recommended migrations #​968
  • (docs): Replace @RequestMapping with newer @GetMapping (etc.) #​957

❤️ Contributors

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

@​AlexElin, @​dependabot[bot], and @​djkeh

v4.1.0: 4.1.0

Compare Source

⭐ New Features

  • Add HttpClientBuilderCustomizer interface #​890

🐞 Bug Fixes

  • @MockBean annotation does not find existing bean created through @FeignClient #​930

❤️ Contributors

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

@​OlgaMaciaszek, @​bananayong, and @​dependabot[bot]

v4.0.6

Compare Source

v4.0.4: 4.0.4

Compare Source

🔨 Dependency Upgrades

v4.0.3: 4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1: 4.0.1

Compare Source

v4.0.0: 4.0.0

Compare Source

⭐ New Features

  • Support Feign response interceptor configuration #​802

🐞 Bug Fixes

  • Disable hostname verification when ssl validation is disabled. #​798

❤️ Contributors

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

@​emopti-jrufer


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 August 5, 2024 06:44
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
@renovate renovate bot force-pushed the renovate/major-spring-all branch 2 times, most recently from faa78e4 to a8aca24 Compare August 6, 2024 14:08
@renovate renovate bot force-pushed the renovate/major-spring-all branch 2 times, most recently from 8609ad5 to 54507c7 Compare August 22, 2024 19:28
@renovate renovate bot force-pushed the renovate/major-spring-all branch from 54507c7 to e23fd6f Compare August 29, 2024 13:16
@renovate renovate bot force-pushed the renovate/major-spring-all branch 2 times, most recently from 54ed156 to 5024721 Compare September 19, 2024 14:48
@renovate renovate bot force-pushed the renovate/major-spring-all branch from 5024721 to df47cbe Compare October 2, 2024 10:10
@renovate renovate bot force-pushed the renovate/major-spring-all branch 2 times, most recently from cf866c7 to 6c22d9a Compare October 24, 2024 14:19
@renovate renovate bot force-pushed the renovate/major-spring-all branch 3 times, most recently from f66daea to e46bec3 Compare November 4, 2024 14:44
@renovate renovate bot force-pushed the renovate/major-spring-all branch from e46bec3 to 7e5c4ad Compare November 5, 2024 16:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants