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: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.1
Choose a head ref
  • 5 commits
  • 25 files changed
  • 4 contributors

Commits on May 21, 2025

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

Commits on May 23, 2025

  1. Configuration menu
    Copy the full SHA
    d82d51d View commit details
    Browse the repository at this point in the history
  2. fix: primary cache utils mechanism (#2814)

    Reading from API server was not correct, this works in all cases only if the informer cache has the up to date resources.
    If we don't have the up to date resource in the cache, and don't do the update based on that, we cannot say for sure if we can remove the resource for the next event or not from overlay cache.
    
    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    Co-authored-by: Chris Laprun <claprun@redhat.com>
    csviri and metacosm authored May 23, 2025
    Configuration menu
    Copy the full SHA
    f51c65b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. docs: improve PrimaryUpdateAndCacheUtils documentation (#2818)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    Co-authored-by: Chris Laprun <claprun@redhat.com>
    csviri and metacosm authored May 26, 2025
    Configuration menu
    Copy the full SHA
    874f545 View commit details
    Browse the repository at this point in the history
  2. improve: add InformerEventSourceConfiguration withNamespaces overload…

    …ed version (#2817)
    
    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    Signed-off-by: Chris Laprun <claprun@redhat.com>
    Co-authored-by: Chris Laprun <claprun@redhat.com>
    csviri and metacosm authored May 26, 2025
    Configuration menu
    Copy the full SHA
    e3e9458 View commit details
    Browse the repository at this point in the history
Loading