Tags: katheris/java-operator-sdk
Tags
chore(deps-dev): bump mockito-core from 4.0.0 to 4.1.0 (operator-fram… …ework#691) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: improve duplicated controller detection, add tests While we originally planned to make it possible to register controllers with the same CR but with different version (see operator-framework#637), that behavior should actually be forbidden since only one CR version can be served, see operator-framework#94 for more details.
fix: restart event handler (operator-framework#632) Properly start event handler when starting the event source. Minor clean-ups. Fixes operator-framework#630 Co-authored-by: csviri <csviri@gmail.com>
fix: prevent double registration of same CR with different controllers Fixes operator-framework#626
refactor: do not rely on DefaultEventHandler so much for EventMonitor The goal is to not rely on DefaultEventHandler eventually. EventMonitor was kept on DefaultEventHandler for backwards compatibility reason but this should be moved to its own package along with the Metrics class for v2
fix: make it clear that `ConfiguredController.init` should not be called Fixes operator-framework#554
fix: jandex plugin 1.2 brings jandex 2.4.0 causing compatibility issues Newer Jandex versions generate indices that cannot be read by older versions. This is causing issues, in particular, with the currently released Quarkus version. Fabric8 5.7.1 was also bringing Jandex 2.4, which is reverted in 5.7.2.
PreviousNext