Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 10 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    b98b2a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Adjust test logging for less noise during build

    * Resolve deprecations in the `RetryContextSerializationTests`
    artembilan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a34a627 View commit details
    Browse the repository at this point in the history
  2. 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
    klopfdreh authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4886b75 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add AnnotationClassOrMethodPointcut.hashCode() impl

    Due 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.
    NorsaG authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    76b41e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    50e7d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85f87c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f2a5a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9120f95 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    b74b0db View commit details
    Browse the repository at this point in the history
  2. Release v2.0.10

    artembilan committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b46c452 View commit details
    Browse the repository at this point in the history
Loading