Skip to content
Discussion options

You must be logged in to vote

Yes, Quarkus does not fully support multiple profiles at the moment. The plan is to add them at some point, which is why I do not recommend using ProfileManager because it will most likely have to go away (or be changed in an incompatible way). In practice, everything that internally uses ProfileManager does not support them, but if you pass multiple profiles (profile names separated by a comma), everything handled by SmallRye Config will work. SmallRye Config fully supports multiple Profiles.

In most cases, the Quarkus profile will be the same returned by SmallRye Config (except that it returns in a List type, so the first element contains the profile). Only if you try to use multiple pr…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@jehrenzweig-leagueapps
Comment options

@radcortez
Comment options

@jehrenzweig-leagueapps
Comment options

@radcortez
Comment options

Answer selected by radcortez
@jehrenzweig-leagueapps
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants