Skip to content
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

Support codestarts of extensions outside catalog #24949

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

aloubyansky
Copy link
Member

@aloubyansky aloubyansky commented Apr 14, 2022

Fix #21165

This change adds support for codestarts referenced from extensions that are not included in the registry catalogs.

@quarkus-bot quarkus-bot bot added area/cli Related to quarkus cli (not maven/gradle/etc.) area/codestarts area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven area/platform Issues related to definition and interaction with Quarkus Platform area/testing labels Apr 14, 2022
@quarkus-bot

This comment has been minimized.

@geoand
Copy link
Contributor

geoand commented Apr 15, 2022

Can the second commit be renamed to have a better description?

Thanks

@aloubyansky
Copy link
Member Author

Sure, I am testing the change. I think I'll need to adjust something more for the tests.

@quarkus-bot

This comment has been minimized.

@aloubyansky
Copy link
Member Author

@ia3andy it's good now

Copy link
Contributor

@ia3andy ia3andy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's pretty cool, I was able to create a project with a standalone extension which has a codestart (without any trick).

mvn io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:create -Dextensions=org.acme:aloha-code:1.0.0-SNAPSHOT

We can potentially use old incompatible codestarts. At some point it might be good to introduce some kind of devtools/codestarts compatibility rules.

@ia3andy ia3andy merged commit 0ae9203 into quarkusio:main Apr 20, 2022
@quarkus-bot quarkus-bot bot added this to the 2.9 - main milestone Apr 20, 2022
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) area/codestarts area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven area/platform Issues related to definition and interaction with Quarkus Platform area/testing kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support reading version metadata/codestart when adding extension with specific version
3 participants