Replies: 2 comments 1 reply
-
That means the list of extensions will be changing from one version of the |
Beta Was this translation helpful? Give feedback.
1 reply
-
is this not better as a automatic generated platform ? as in there isn't much fun getting list of extensiosn that worked against core if the transitive deps of these are not all alighed...but we could check that with a generated platform. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been thinking about the Quarkiverse extensions and how would someone know which version to use on a specific Quarkus core version. Although our tooling has the knowledge to include that in new projects, it would be nice if one could use a BOM containing all the quarkiverse extensions compatible with a specific Quarkus core version, so one could use like the following:
Here is an example in the pom.xml. Instead of:
We'd have something like:
The
io.quarkiverse:quarkiverse-bom
would be auto-generated and deployed to maven central automatically based on the outcome of the extension tests triggered when a new Quarkus version is out.Beta Was this translation helpful? Give feedback.
All reactions