-
Notifications
You must be signed in to change notification settings - Fork 532
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: spring-projects/spring-retry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: spring-projects/spring-retry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 24 files changed
- 4 contributors
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c8977dd - Browse repository at this point
Copy the full SHA c8977ddView commit details
Commits on Sep 8, 2025
-
GH-494: Enhance jar's MANIFEST.MF content
Fixes: #494 * Add the following properties into the mentioned file: - `Automatic-Module-Name` - `Implementation-Title` - `Implementation-Vendor` - `Implementation-Vendor-Id` - `Implementation-Version`
Configuration menu - View commit details
-
Copy full SHA for 30bfb66 - Browse repository at this point
Copy the full SHA 30bfb66View commit details
Commits on Sep 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 671f208 - Browse repository at this point
Copy the full SHA 671f208View commit details
Commits on Oct 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 307c1f1 - Browse repository at this point
Copy the full SHA 307c1f1View commit details
Commits on Oct 2, 2025
-
GH-496: Make RecoverAnnotationRecoveryHandler deterministic
Fixes: #496 The `RecoverAnnotationRecoveryHandler` occasionally invokes an unexpected `@Recover` method when more than one candidate is a valid match. The outcome depends on the order of `Class#getDeclaredMethods()`, which is not specified by the JVM. In real builds this shows up as flaky tests or different behavior between JDK distributions/OS-es. * When multiple `@Recover` candidates exist, choose the most specific and deterministic handler instead of relying on reflection order. Signed-off-by: Chih-Yu Huang <selina221947@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 12246fe - Browse repository at this point
Copy the full SHA 12246feView commit details
Commits on Jan 27, 2026
-
Bump org.assertj:assertj-core from 3.27.3 to 3.27.7
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.7. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.7) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 722db6d - Browse repository at this point
Copy the full SHA 722db6dView commit details
Commits on Jun 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a75315d - Browse repository at this point
Copy the full SHA a75315dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ebd2e - Browse repository at this point
Copy the full SHA f4ebd2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad874b8 - Browse repository at this point
Copy the full SHA ad874b8View commit details
Commits on Jun 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 979f6dc - Browse repository at this point
Copy the full SHA 979f6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8b109 - Browse repository at this point
Copy the full SHA 6a8b109View commit details -
Implement LRU eviction and separate caches for RetryContextCache
This commit improves RetryContextCache implementations to work in an additional LRU mode that ensures the cache capacity does not prevent updates to existing entries and automatically evicts older entries rather than rejecting new contexts when the capacity is reached. A warning is logged when capacity is breached instead of throwing an exception. Additionally, to prevent a stateful retry cache leak from polluting the global circuit breaker cache, two separate caches are now used. For global state cache, the existing implementation is used, throwing an exception when the capacity is reached. For others, regular stateful retry cache, a cache with LRU mode is used. When using @EnableRetry, a unique `RetryContextCache` bean is applied to regular stateful retries. To configure the circuit breaker's cache specifically, a bean named `circuitBreakerRetryContextCache` must be provided. To configure both independently, beans named `retryContextCache` and `circuitBreakerRetryContextCache` can be defined. Closes gh-505
Configuration menu - View commit details
-
Copy full SHA for 6f351ed - Browse repository at this point
Copy the full SHA 6f351edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 320e36a - Browse repository at this point
Copy the full SHA 320e36aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b5e39 - Browse repository at this point
Copy the full SHA 96b5e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f101212 - Browse repository at this point
Copy the full SHA f101212View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.12...v2.0.13