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: main
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: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 113 files changed
  • 3 contributors

Commits on Jan 15, 2026

  1. improve: add license headers to source files (#2980)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    851f281 View commit details
    Browse the repository at this point in the history
  2. chore: version to 5.3.0-SNAPSHOT

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    9b63ec9 View commit details
    Browse the repository at this point in the history
  3. Annotation removal using locking (#3015)

    Signed-off-by: Steve Hawkins <shawkins@redhat.com>
    shawkins authored and csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    be59b6e View commit details
    Browse the repository at this point in the history
  4. improve: complete comparable resource version configs (#3027)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    ee97e61 View commit details
    Browse the repository at this point in the history
  5. improve: run pr-s checks for v5.3 (#3042)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    ee73dd9 View commit details
    Browse the repository at this point in the history
  6. fix: rebase on main after release

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    896ae6a View commit details
    Browse the repository at this point in the history
  7. fix(javadoc): invalid method ref blocks snapshot release (#3076)

    simplified the javadoc
    
    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    9e61b20 View commit details
    Browse the repository at this point in the history
  8. feat: record desired state in Context (#3082)

    Signed-off-by: Chris Laprun <metacosm@gmail.com>
    metacosm authored and csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    f2cfcf9 View commit details
    Browse the repository at this point in the history
  9. improve: rename junit5 module to junit (#3081)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    363c003 View commit details
    Browse the repository at this point in the history
  10. fix: delete empty files result of rebase on main (#3093)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    c7b4f8b View commit details
    Browse the repository at this point in the history
  11. feat: ReconcileUtils for strongly consistent updates (#3106)

    - Adds utility that provides methods to update resources using comparable resource versions
    - Integrates this utility to the core of the framework (thus simplifying `ReconciliationDispatcher`)
      -  note that this introduces a change in the behavior for the `UpdateControl.patchStatus` (and others), since it won't trigger the reconiliation for the event in that update.
    -  Renames former `ReconcilerUtils` to `ReconcilerUtilsInternal`, this is breaking but that utils was never advertised for non-internal usage 
    - Includes also fixes for ControllerEventSource event filtering
    - Improves TemporaryResourceCache event filtering algorithm
    
    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    Signed-off-by: Steve Hawkins <shawkins@redhat.com>
    Co-authored-by: Steve Hawkins <shawkins@redhat.com>
    csviri and shawkins committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    9986c1e View commit details
    Browse the repository at this point in the history
Loading