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

Option to enable workspace discovery in NORMAL mode #25933

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

aloubyansky
Copy link
Member

Workspace discovery is enabled by default only in DEV and TEST modes but not NORMAL. This PR introduces a way to enable workspace discovery in NORMAL mode by setting quarkus.bootstrap.workspace-discovery system property or in the POM (not application config though).

@geoand I think a place to document it would be in the JIB container image guide. It's not really useful for anything else, at the moment.

@glefloch would DSL be preferred for this kind of config? For now I just added a system and a project property support just to have something in Gradle but we could improve it.

@quarkus-bot quarkus-bot bot added area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle area/maven labels Jun 2, 2022
@aloubyansky
Copy link
Member Author

This is related to #9818

@geoand
Copy link
Contributor

geoand commented Jun 2, 2022

Thanks @aloubyansky !

I agree about documenting it in Jib

@glefloch
Copy link
Member

glefloch commented Jun 2, 2022

I think this is fine as it's a simple boolean.

@geoand geoand merged commit d65ab1d into quarkusio:main Jun 3, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle area/maven
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants