Skip to content

Commit e660544

Browse files
committed
deploy: b7819c3
1 parent 6c62663 commit e660544

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

version/main/guides/config-yaml.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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">

version/main/guides/dev-ui.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ <h3 id="quarkus-extension-yaml"><a class="anchor" href="#quarkus-extension-yaml"
509509
metadata:
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&#8217;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>

0 commit comments

Comments
 (0)