-
Notifications
You must be signed in to change notification settings - Fork 235
Comparing changes
Open a pull request
base repository: operator-framework/java-operator-sdk
base: main
head repository: operator-framework/java-operator-sdk
compare: next
- 11 commits
- 113 files changed
- 3 contributors
Commits on Jan 15, 2026
-
improve: add license headers to source files (#2980)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 851f281 - Browse repository at this point
Copy the full SHA 851f281View commit details -
chore: version to 5.3.0-SNAPSHOT
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 9b63ec9 - Browse repository at this point
Copy the full SHA 9b63ec9View commit details -
Annotation removal using locking (#3015)
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for be59b6e - Browse repository at this point
Copy the full SHA be59b6eView commit details -
improve: complete comparable resource version configs (#3027)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for ee97e61 - Browse repository at this point
Copy the full SHA ee97e61View commit details -
improve: run pr-s checks for v5.3 (#3042)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for ee73dd9 - Browse repository at this point
Copy the full SHA ee73dd9View commit details -
fix: rebase on main after release
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 896ae6a - Browse repository at this point
Copy the full SHA 896ae6aView commit details -
fix(javadoc): invalid method ref blocks snapshot release (#3076)
simplified the javadoc Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 9e61b20 - Browse repository at this point
Copy the full SHA 9e61b20View commit details -
feat: record desired state in Context (#3082)
Signed-off-by: Chris Laprun <metacosm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2cfcf9 - Browse repository at this point
Copy the full SHA f2cfcf9View commit details -
improve: rename junit5 module to junit (#3081)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 363c003 - Browse repository at this point
Copy the full SHA 363c003View commit details -
fix: delete empty files result of rebase on main (#3093)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Configuration menu - View commit details
-
Copy full SHA for c7b4f8b - Browse repository at this point
Copy the full SHA c7b4f8bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9986c1e - Browse repository at this point
Copy the full SHA 9986c1eView commit details
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 main...next