smallrye config with list support comma-separated profiles? #38163
-
Been experimenting for a while to no avail and so why not ask the question, does the smallrye config object/interface support comma-separated list of profile names? https://quarkus.io/guides/config-reference#multiple-profiles P.S. Quarkus project is using the 3.6.4 version. P.P.S. The smallrye config interface seems to be aware of applicaiton-.properties files P.P.P.S This seems to be an issue when using a list and %dev,test,something.app.* see my project https://github.com/agreedSkiing/reproducer-config-list-comma-separated-profiles |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
/cc @Ladicek (smallrye), @jmartisk (smallrye), @phillip-kruger (smallrye), @radcortez (smallrye) |
Beta Was this translation helpful? Give feedback.
#38027 will fix this.
I've already tried it with the reproducer, and all tests pass.