-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Some Quarkus mode are enforcing a specific profile making it impossible to use another config profile #27760
Comments
There needs to be clear semantic rules around how the profiles combine. For example, if profiles I would suggest that the order of profile activations would determine the relative priority of the properties. Just as Thoughts? |
This is what we already have implemented in SmallRye Config: The difference is that we reverse the order of the profile listing, meaning that if we have profile |
That works, we just have to be sure that it is very clear that "last is best". |
That sounds good, @radcortez let me know if I can help on this ;-) |
Describe the bug
I am trying to use remote dev mode on openshift, I have a specific profile for openshift named
openshift
.When I activate remote dev mode,
dev
profile gets activated breaking the configuration which needs theopenshift
profile to work.Expected behavior
Have both
dev
andopenshift
profiles enabled when it was used at build time or when it is set withquarkus.profile
.Actual behavior
Only
dev
gets activatedHow to Reproduce?
I can prepare a reproducer if needed.
The text was updated successfully, but these errors were encountered: