You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...I was expecting Quarkus (and underneath, it sounds like smallrye-config) to understand that the "quarkus" dictionary to belong to both the "dev" and "test" Quarkus profiles, but Quarkus failed to apply this configuration.
Instead, I was forced to break out the config into two duplicate copies:
This works as expected if I used a properties formatted file instead, so this is specific to how YAML is interpreted. Update: this is not true. This does not work whenever the configuration terminates in a Map.
The text was updated successfully, but these errors were encountered:
I was told to report an issue here as the issue stems from a lack of feature support in smallrye-config:
Given this Quarkus application.yaml file:
...I was expecting Quarkus (and underneath, it sounds like smallrye-config) to understand that the "quarkus" dictionary to belong to both the "dev" and "test" Quarkus profiles, but Quarkus failed to apply this configuration.
Instead, I was forced to break out the config into two duplicate copies:
This works as expected if I used aUpdate: this is not true. This does not work whenever the configuration terminates in a Map.properties
formatted file instead, so this is specific to how YAML is interpreted.The text was updated successfully, but these errors were encountered: