-
Notifications
You must be signed in to change notification settings - Fork 220
Comparing changes
Open a pull request
base repository: operator-framework/java-operator-sdk
base: v4.9.6
head repository: operator-framework/java-operator-sdk
compare: v4.9.7
- 18 commits
- 22 files changed
- 7 contributors
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12810d2 - Browse repository at this point
Copy the full SHA 12810d2View commit details
Commits on Nov 8, 2024
-
feat: allow manually specifying CRDs in test extension (#2569)
* feat: allow manually specifying CRDs in test extension This is useful when using a contract-first approach where the Java classes are generated from the CRD instead of the reverse. Fixes #2561 Signed-off-by: Chris Laprun <[email protected]> * refactor: register CRDs via resource name instead of class Signed-off-by: Chris Laprun <[email protected]> --------- Signed-off-by: Chris Laprun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07e744b - Browse repository at this point
Copy the full SHA 07e744bView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e43b954 - Browse repository at this point
Copy the full SHA e43b954View commit details
Commits on Nov 14, 2024
-
chore(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.1…
…7.0 (#2523) Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc9333a - Browse repository at this point
Copy the full SHA cc9333aView commit details
Commits on Nov 15, 2024
-
chore(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.2 (#2577)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.13.0...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0372f83 - Browse repository at this point
Copy the full SHA 0372f83View commit details -
chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin (#2575)
Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2f3f17 - Browse repository at this point
Copy the full SHA d2f3f17View commit details -
chore(deps): bump log4j.version from 2.23.1 to 2.24.1 (#2576)
Bumps `log4j.version` from 2.23.1 to 2.24.1. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.1 Updates `org.apache.logging.log4j:log4j2-core` from 2.23.1 to 2.24.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j2-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Attila Mészáros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0df6c52 - Browse repository at this point
Copy the full SHA 0df6c52View commit details -
docs: fix rendering of placeholders in metrics table and add anchor f…
…or operator SDK metrics (#2580) Signed-off-by: David Sondermann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41c8ee1 - Browse repository at this point
Copy the full SHA 41c8ee1View commit details
Commits on Nov 18, 2024
-
chore(deps): bump com.google.cloud.tools:jib-maven-plugin (#2588)
Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6549ac - Browse repository at this point
Copy the full SHA c6549acView commit details -
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#2590)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b3d7a4 - Browse repository at this point
Copy the full SHA 9b3d7a4View commit details -
chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#2589)
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.7. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.7) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3fadd16 - Browse repository at this point
Copy the full SHA 3fadd16View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f140b9 - Browse repository at this point
Copy the full SHA 5f140b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 512c549 - Browse repository at this point
Copy the full SHA 512c549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f1d81 - Browse repository at this point
Copy the full SHA 34f1d81View commit details -
improve: simpler api for adding additional CRD file (#2574)
Signed-off-by: Attila Mészáros <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 134d5c0 - Browse repository at this point
Copy the full SHA 134d5c0View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52dd173 - Browse repository at this point
Copy the full SHA 52dd173View commit details -
chore(deps): bump io.micrometer:micrometer-core from 1.13.3 to 1.14.1 (…
…#2596) Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.13.3 to 1.14.1. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.13.3...v1.14.1) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ad77ae - Browse repository at this point
Copy the full SHA 9ad77aeView commit details -
Method signature mismatched with javadoc and implementation (#2587)
* refactor: add unit tests for DefaultManagedDependentResourceContext Signed-off-by: Robert Young <[email protected]> * fix: implementation of put should return value instead of Optional Signed-off-by: Chris Laprun <[email protected]> * fix: update test name Signed-off-by: Robert Young <[email protected]> --------- Signed-off-by: Robert Young <[email protected]> Signed-off-by: Chris Laprun <[email protected]> Co-authored-by: Chris Laprun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f6cf2c - Browse repository at this point
Copy the full SHA 1f6cf2cView 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 v4.9.6...v4.9.7