-
Notifications
You must be signed in to change notification settings - Fork 531
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.9
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.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 14 files changed
- 3 contributors
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b98b2a5 - Browse repository at this point
Copy the full SHA b98b2a5View commit details
Commits on Sep 19, 2024
-
Adjust test logging for less noise during build
* Resolve deprecations in the `RetryContextSerializationTests`
Configuration menu - View commit details
-
Copy full SHA for a34a627 - Browse repository at this point
Copy the full SHA a34a627View commit details -
feat: setter for Log of RetryTemplate (#471)
GH-470: Add `RetryTemplate.setLogger()` to avoid reflection in other places Fixes: #470 Issue link: #470 Spring Cloud Config does mutation in the `RetryTemplate` for its system loading logger via `RetryTemplateFactory`. * Expose setter for `logger` property to avoid reflection. * Add `RetryTemplateBuilder.withLogger()` for convenience
Configuration menu - View commit details
-
Copy full SHA for 4886b75 - Browse repository at this point
Copy the full SHA 4886b75View commit details
Commits on Sep 23, 2024
-
Add
AnnotationClassOrMethodPointcut.hashCode()
implDue to the absence of a `hashCode()` implementation, proxies for the `AnnotationClassOrMethodPointcut` class are regenerated each time, which causes them to be stored in the `org.springframework.cglib.core.internal.LoadingCache` (with `RetryConfiguration.AnnotationClassOrMethodPointcut` being part of the composite key for this object). This results in an excessive accumulation of generated proxies in memory, ultimately leading to metaspace overflow.
Configuration menu - View commit details
-
Copy full SHA for 76b41e8 - Browse repository at this point
Copy the full SHA 76b41e8View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50e7d82 - Browse repository at this point
Copy the full SHA 50e7d82View commit details -
Upgrade to io.spring.develocity.conventions:develocity-conventions-ma…
…ven-extension:0.0.22
Configuration menu - View commit details
-
Copy full SHA for c85f87c - Browse repository at this point
Copy the full SHA c85f87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f2a5a0 - Browse repository at this point
Copy the full SHA 8f2a5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9120f95 - Browse repository at this point
Copy the full SHA 9120f95View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b74b0db - Browse repository at this point
Copy the full SHA b74b0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b46c452 - Browse repository at this point
Copy the full SHA b46c452View 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.9...v2.0.10