Skip to content

fix(deps): update resilience4j to v2 (major)#103

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-resilience4j
Open

fix(deps): update resilience4j to v2 (major)#103
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-resilience4j

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Change Age Confidence
io.github.resilience4j:resilience4j-retry (source) 1.7.12.3.0 age confidence
io.github.resilience4j:resilience4j-kotlin (source) 1.7.12.3.0 age confidence

Release Notes

resilience4j/resilience4j (io.github.resilience4j:resilience4j-retry)

v2.3.0

Enhancements
  • Issue #​2234: Allow passing custom Clock to CircuitBreaker without needing to use internal API.
  • Issue #​2131: Added support for RxJava3 in Spring projects.
  • Issue #​2029: Include decorateSupplier as a Retry instance method.
  • Issue #​2246: Add handling for the case where a non-checked retry consumer is interrupted during sleep.
  • Issue #​2245: Refactor Retry#executeSuspendExecute condition to enhance consistency with FlowRetry.
  • Issue #​2232: Convert Synchronized to ReentrantLock to avoid virtual-thread pinning issues.
  • Issue #​2241: Implement a lock-free sliding window for internal CircuitBreaker metrics.
  • Issue #​2239: Add a Clock to CircuitBreakerConfig and utilize it in the state machine.
  • Issue #​2200: Ignore unknown exceptions in CircuitBreaker configuration.
  • Issue #​2233: Improve exception message for failure rate threshold in CircuitBreaker configuration.
  • Issue #​1404: Configure exponential backoff or randomized wait duration if base configuration allows it.
  • Issue #​2179: Ensure RateLimiter.executeSuspendFunction respects drainPermissionsOnResult in the configuration.
  • Issue #​2152: Ensure the randomize function always returns a number greater than 1.0.
  • Issue #​2130: Add support for Feign 12.5+.
  • Issue #​2121: Specify required RateLimiter permits in annotations.
Bugs
  • Issue #​2243: Fixed potential memory leak in DefaultEventConsumerRegistry.
  • Issue #​2209: Resolved issue where CompletionStage does not complete on user-supplied predicate failures.
  • Issue #​2190: Fixed StackOverflowError and circular reference in CircuitBreaker configuration handling.
  • Issue #​2175: Fixed validation error message for slowCallDurationThreshold.

v2.2.0

Enhancements
  • Support Micronaut 4
  • Issue #​1962: Added apache commons configuration based registries
Bugs
  • Issue #​2052: Support class name using SpEL expression at @​Circuitbreaker name field enhancement
  • Issue #​2040: ThreadPoolBulkhead always uses the "default" configuration in micronaut application bug
  • Issue #​2037: Removing stale retry configurations from configuration map enhancement
  • Issue #​1625: New module that collects overall information enhancement
  • Issue #​1565: Do not retry if IntervalFunction returns interval less than 0
  • Issue #​1865: Timelimiter always uses the "default" configuration in micronaut application
  • Issue #​2038: java.lang.StackOverflowError due to infinite loop in CircuitBreakerStateMachine$OpenState.tryAcquirePermission

v2.1.0

Enhancements

  • Fallbackmethod supports usage of annotations in Spring
  • Issue #​1955: RecordResultPredicate can be configured in Spring Boot config now

Bugs

  • Issue #​1980: Fixed API regression following removal of io.vavr dependencies in v2.0.0

v2.0.2

Bugs

  • Issue #​1835: Fixed CircuitBreaker CheckedSupplier and CheckedFunction decorator not opening on recordResultPredicate

v2.0.1

Enhancements

  • Support Spring Boot 3 by adding resilience4j-spring-boot3 and resilience4j-spring6

  • Issue #​1787: Apply Spring Boot customizers even if there is no instance entry in the config file

Bugs

  • Issue #​1825: Aspectj must not be mandatory in Spring Boot modules

  • Issue #​1809: Fixed concurrency issue in Cache module

v2.0.0

  • Removed Vavr as a dependency
  • Upgraded to Java 17
  • Upgraded to Kotlin 1.7.20
  • Upgraded to Spring Boot 2.7
  • Upgraded to Micronaut 3.7.3

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 February 9, 2026 01:56
@renovate renovate bot force-pushed the renovate/major-resilience4j branch from d1b722f to 8240b27 Compare February 12, 2026 10:54
@renovate renovate bot changed the title Update resilience4j to v2 (major) fix(deps): update resilience4j to v2 (major) Feb 17, 2026
@renovate renovate bot force-pushed the renovate/major-resilience4j branch from 8240b27 to 5eb19f0 Compare February 27, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants