-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Quarkus Platform BOMs #20570
Comments
@ASzc Is this ok for productization? |
I think we'll need to be kept in the loop so the product build parameters can be updated when needed. However, this shouldn't cause problems |
Marginal preference for io.quarkus.platform BOMs. I'm not sure if this universe bom appears in RHBQ |
Based on discussion with Quarkus team, we should be using the combination of |
WIP branch (with lots of failed tests :)): https://github.com/vmuzikar/keycloak/tree/platform-bom |
* added Quarkus Platform BOM * added Quarkus Operator SDK BOM Closes keycloak#20570 Signed-off-by: Peter Zaoral <[email protected]>
Closes keycloak#20570 Closes keycloak#15870 Co-authored-by: Peter Zaoral <[email protected]>
Closes #20570 Closes #15870 Co-authored-by: Peter Zaoral <[email protected]>
Description
To further align with Quarkus, we should be using the Platform BOMs. In particular:
io.quarkus.platform:quarkus-bom
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.An alternative is to use a single BOMio.quarkus:quarkus-universe-bom
.This also includes cleaning up the dependency overrides we no longer need.
The text was updated successfully, but these errors were encountered: