-
Notifications
You must be signed in to change notification settings - Fork 217
Comparing changes
Open a pull request
base repository: operator-framework/java-operator-sdk
base: main
head repository: operator-framework/java-operator-sdk
compare: slf4j-bump
Commits on Mar 11, 2024
-
chore: set version to 5.0.0-SNAPSHOT (#2200)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a5d66b7 - Browse repository at this point
Copy the full SHA a5d66b7View commit details -
improve: java version minimal 11, tested on 21 (#2207)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ccb7e3 - Browse repository at this point
Copy the full SHA 5ccb7e3View commit details -
improve: remove deprecated EventFilter (#2208)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52aa43c - Browse repository at this point
Copy the full SHA 52aa43cView commit details -
docs: 5.0 migration guide skeleton (#2210)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1808197 - Browse repository at this point
Copy the full SHA 1808197View commit details -
improve: managed dependent reconciliation results not optional (#2212)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for df29f5f - Browse repository at this point
Copy the full SHA df29f5fView commit details -
improve: remove deprecated RetryConfiguration (#2211)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f1a5b85 - Browse repository at this point
Copy the full SHA f1a5b85View commit details -
feat: JDK client is not the default (#2235)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c43ef58 - Browse repository at this point
Copy the full SHA c43ef58View commit details -
fix: update SCM information (#2237)
Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f146fc6 - Browse repository at this point
Copy the full SHA f146fc6View commit details -
feat: move name is directly to dependent resource (#2250)
* feat: move name is directly to dependent resource - use this name when throwing aggregate exception Signed-off-by: Attila Mészáros <csviri@gmail.com> * refactor to use a dedicated interface for setting the name Signed-off-by: Attila Mészáros <csviri@gmail.com> * refactor: add default implementation for name() (#2255) Signed-off-by: Chris Laprun <claprun@redhat.com> Signed-off-by: Attila Mészáros <csviri@gmail.com> --------- Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com> Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e67cf6 - Browse repository at this point
Copy the full SHA 2e67cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c716c - Browse repository at this point
Copy the full SHA 64c716cView commit details -
fix: test after rebase on master (#2270)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f503fa - Browse repository at this point
Copy the full SHA 5f503faView commit details -
feat: use java 17 as baseline (#2271)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d93ffd4 - Browse repository at this point
Copy the full SHA d93ffd4View commit details -
improve: matcher always considers metadata (#2273)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cfc1008 - Browse repository at this point
Copy the full SHA cfc1008View commit details -
feat: API to check if next reconciliation is imminent (#2272)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b0c7f0 - Browse repository at this point
Copy the full SHA 2b0c7f0View commit details -
feat: Workflow extracted to a separate annotation (#2274)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c67ca26 - Browse repository at this point
Copy the full SHA c67ca26View commit details -
fix: pom properties cleanup (#2280)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31fec7c - Browse repository at this point
Copy the full SHA 31fec7cView commit details
Commits on Mar 12, 2024
-
improve: remove EventSourceInitializer (#2257)
Signed-off-by: Attila Mészáros <csviri@gmail.com> Signed-off-by: Chris Laprun <claprun@redhat.com> Co-authored-by: Chris Laprun <claprun@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 106f14b - Browse repository at this point
Copy the full SHA 106f14bView commit details
Commits on Mar 13, 2024
-
fix: date parsing after 8.0.0 release of git-commit-id (#2286)
Signed-off-by: Chris Laprun <claprun@redhat.com> (cherry picked from commit 9674154)
Configuration menu - View commit details
-
Copy full SHA for 3283e91 - Browse repository at this point
Copy the full SHA 3283e91View commit details -
refactor: make loadFromProperties private (#2287)
Signed-off-by: Chris Laprun <claprun@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5f6e654 - Browse repository at this point
Copy the full SHA 5f6e654View commit details -
feat: distinguish resources based on desired state (#2252)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3365b73 - Browse repository at this point
Copy the full SHA 3365b73View commit details
Commits on Mar 15, 2024
-
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b720b16 - Browse repository at this point
Copy the full SHA b720b16View commit details
Commits on Mar 18, 2024
-
feat: explicit workflow invocation (#2289)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 986d20a - Browse repository at this point
Copy the full SHA 986d20aView commit details -
feat: use ssa for status update by default from
UpdateControl
(#2278)Signed-off-by: Attila Mészáros <csviri@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5842721 - Browse repository at this point
Copy the full SHA 5842721View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52c6fd9 - Browse repository at this point
Copy the full SHA 52c6fd9View 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...slf4j-bump