-
Notifications
You must be signed in to change notification settings - Fork 3k
Platform descriptor should only be downloaded when targeting a different version #4856
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
Platform descriptor should only be downloaded when targeting a different version #4856
Conversation
f53410d
to
2af1104
Compare
just noticed the title "Platform descriptor should only be downloaded when targeting a different version" ...what does that mean ? |
Meaning it should perform resolution only when the version of the plugin is different than the Quarkus version. |
resolution of what exactly ? |
i.e. if I have two platforms with same quarkus version I would still expect a different result... |
Sure. Non quarkus-bom platforms will be resolved from Maven. |
4ce6616
to
c85bc31
Compare
…scriptor loader to load the default version from the classpath
c85bc31
to
faf707f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now that the build sequence are ensured to have IT run after the bom is built! LGTM!
had to revert this as it caused master to fail in quarkus-test-extension-deployment :/ |
…ptor Redo #4856 Platform descriptor should only be downloaded when targeting a different version
Fixes #4822
Removed the legacy extensions.json and enahanced the platform json descriptor loader to load the default version from the classpath