File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 55 <title>Quarkus</title>
66 <link>https://quarkus.io</link>
77 <description>Quarkus: Supersonic Subatomic Java</description>
8- <lastBuildDate>Tue, 01 Jul 2025 22:08:38 +0000</lastBuildDate>
8+ <lastBuildDate>Wed, 02 Jul 2025 03:28:20 +0000</lastBuildDate>
99
1010
1111 <item>
Original file line number Diff line number Diff line change @@ -429,6 +429,22 @@ <h2 id="profiles"><a class="anchor" href="#profiles"></a>Profiles</h2>
429429 port: 8082</ code > </ pre >
430430</ div >
431431</ div >
432+ < div class ="admonitionblock important ">
433+ < table >
434+ < tr >
435+ < td class ="icon ">
436+ < i class ="fa icon-important " title ="Important "> </ i >
437+ </ td >
438+ < td class ="content ">
439+ < div class ="paragraph ">
440+ < p > An < code > application.yaml</ code > file must exist (even if empty) in the exact location of the profile-aware
441+ (< code > application-{profile}.yaml</ code > ) file to be included in the configuration to ensure a consistent order when
442+ loading the files.</ p >
443+ </ div >
444+ </ td >
445+ </ tr >
446+ </ table >
447+ </ div >
432448</ div >
433449</ div >
434450< div class ="sect1 ">
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ <h3 id="quarkus-extension-yaml"><a class="anchor" href="#quarkus-extension-yaml"
509509metadata:
510510 categories:
511511 - "data"
512- config-filter :
512+ config:
513513 - "quarkus.hibernate-orm"</ code > </ pre >
514514</ div >
515515</ div >
@@ -528,7 +528,7 @@ <h3 id="quarkus-extension-yaml"><a class="anchor" href="#quarkus-extension-yaml"
528528< p > < code > guide</ code > : URL to the extension’s guide; used to render the guide icon on the card.</ p >
529529</ li >
530530< li >
531- < p > < code > metadata.config-filter </ code > : Filters configuration keys shown when clicking "Configuration" on the card.</ p >
531+ < p > < code > metadata.config</ code > : Filters configuration keys shown when clicking "Configuration" on the card.</ p >
532532</ li >
533533</ ul >
534534</ div >
You can’t perform that action at this time.
0 commit comments