File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,13 @@ quarkus:
159159 port: 8082
160160----
161161
162+ [IMPORTANT]
163+ ====
164+ An `application.yaml` file must exist (even if empty) in the exact location of the profile-aware
165+ (`application-{profile}.yaml`) file to be included in the configuration to ensure a consistent order when
166+ loading the files.
167+ ====
168+
162169== Expressions
163170
164171The YAML format also supports xref:config-reference.adoc#property-expressions[property expressions], by using the same format as Java properties:
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ guide: "https://quarkus.io/guides/hibernate-orm"
163163metadata:
164164 categories:
165165 - "data"
166- config-filter :
166+ config:
167167 - "quarkus.hibernate-orm"
168168----
169169
@@ -172,7 +172,7 @@ Key fields:
172172- `name`: Displayed as the extension title in the Dev UI card.
173173- `description`: Shown as the card's summary.
174174- `guide`: URL to the extension's guide; used to render the guide icon on the card.
175- - `metadata.config-filter `: Filters configuration keys shown when clicking "Configuration" on the card.
175+ - `metadata.config`: Filters configuration keys shown when clicking "Configuration" on the card.
176176
177177=== Adding Pages to the Dev UI
178178
You can’t perform that action at this time.
0 commit comments