Tags: iocanel/java-operator-sdk
Tags
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.
Merge pull request operator-framework#438 from java-operator-sdk/anal… …ytics Add analytics to website.
PreviousNext