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
io.quarkus.platform:quarkus-operator-sdk-bom. This in particular is important as we won't be no longer specifying an Operator SDK version but rather using the version that comes with a certain Quarkus version.
Description
To further align with Quarkus, we should be using the Platform BOMs. In particular:
io.quarkus.platform:quarkus-bomio.quarkus.platform:quarkus-operator-sdk-bom. This in particular is important as we won't be no longer specifying an Operator SDK version but rather using the version that comes with a certain Quarkus version.An alternative is to use a single BOMio.quarkus:quarkus-universe-bom.This also includes cleaning up the dependency overrides we no longer need.