You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: renaming vars named k8sClient to kubernetsClient
* chore(deps): bump jandex-maven-plugin from 1.1.1 to 1.2.1 (#592)
Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/wildfly/jandex-maven-plugin/releases)
- [Commits](wildfly/jandex-maven-plugin@1.1.1...1.2.1)
---
updated-dependencies:
- dependency-name: org.jboss.jandex:jandex-maven-plugin
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>
* chore(deps-dev): bump mockito-core from 3.12.4 to 4.0.0 (#591)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.4...v4.0.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feature: Build PR on v2
* chore(ci): use Java 17
* chore(ci): use only Temurin distribution
* chore: add generics to PostExecutionControl to reduce IDEs noise (#594)
* chore: polish the junit5 extension (#593)
* feat: Use informers as CustomResourceEventSource backbone and cache
This is a major change and backbone of v2. We change also how the Resources are addressed both internally and from event source with CustomResourceID. Additional improvements also added.
* feat: delete reschedule
* fix: naming after review
Co-authored-by: Ioannis Canellos <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Luca Burgazzoli <[email protected]>
Copy file name to clipboardExpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/sample/simple/TestCustomResourceController.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public DeleteControl deleteResource(
Copy file name to clipboardExpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/simple/TestCustomResourceController.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public DeleteControl deleteResource(
Copy file name to clipboardExpand all lines: operator-framework/src/test/resources/compile-fixtures/ControllerImplementedIntermediateAbstractClass.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,6 @@ public UpdateControl<AbstractController.MyCustomResource> createOrUpdateResource
0 commit comments