Skip to content

Commit 4b71ec5

Browse files
committed
deploy: 6305cc1
1 parent 2193296 commit 4b71ec5

File tree

102 files changed

+217
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+217
-202
lines changed

feed.xml

+1-1
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>Wed, 08 Jan 2025 03:07:33 +0000</lastBuildDate>
8+
<lastBuildDate>Wed, 08 Jan 2025 17:58:03 +0000</lastBuildDate>
99

1010

1111
<item>

guides/all-config.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -15399,7 +15399,7 @@ <h3 class="mb-0"></h3>
1539915399
<div id="conf-collapsible-desc-684" class="openblock description description-collapsed">
1540015400
<div class="content">
1540115401
<div class="paragraph">
15402-
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
15402+
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
1540315403
</div>
1540415404
<div class="paragraph">
1540515405
<p>Environment variable: <code id="env-var-683">QUARKUS_HTTP_PROXY_ALLOW_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-683" title="Copy to clipboard" do-not-collapse="true"></button></p>
@@ -15419,7 +15419,7 @@ <h3 class="mb-0"></h3>
1541915419
<div id="conf-collapsible-desc-685" class="openblock description description-collapsed">
1542015420
<div class="content">
1542115421
<div class="paragraph">
15422-
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
15422+
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
1542315423
</div>
1542415424
<div class="paragraph">
1542515425
<p>Environment variable: <code id="env-var-684">QUARKUS_HTTP_PROXY_ALLOW_X_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-684" title="Copy to clipboard" do-not-collapse="true"></button></p>
@@ -17043,7 +17043,7 @@ <h3 class="mb-0"></h3>
1704317043
<div id="conf-collapsible-desc-759" class="openblock description description-collapsed">
1704417044
<div class="content">
1704517045
<div class="paragraph">
17046-
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
17046+
<p>If this is true and proxy address forwarding is enabled then the standard <code>Forwarded</code> header will be used. In case the not standard <code>X-Forwarded-For</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-x-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
1704717047
</div>
1704817048
<div class="paragraph">
1704917049
<p>Environment variable: <code id="env-var-758">QUARKUS_MANAGEMENT_PROXY_ALLOW_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-758" title="Copy to clipboard" do-not-collapse="true"></button></p>
@@ -17063,7 +17063,7 @@ <h3 class="mb-0"></h3>
1706317063
<div id="conf-collapsible-desc-760" class="openblock description description-collapsed">
1706417064
<div class="content">
1706517065
<div class="paragraph">
17066-
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>X-Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
17066+
<p>If either this or <code>allow-forwarded</code> are true and proxy address forwarding is enabled then the not standard <code>Forwarded</code> header will be used. In case the standard <code>Forwarded</code> header is enabled and detected on HTTP requests, the standard header has the precedence. Activating this together with <code>quarkus.http.proxy.allow-forwarded</code> has security implications as clients can forge requests with a forwarded header that is not overwritten by the proxy. Therefore, proxies should strip unexpected <code>Forwarded</code> or <code>X-Forwarded-*</code> headers from the client.</p>
1706717067
</div>
1706817068
<div class="paragraph">
1706917069
<p>Environment variable: <code id="env-var-759">QUARKUS_MANAGEMENT_PROXY_ALLOW_X_FORWARDED</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-759" title="Copy to clipboard" do-not-collapse="true"></button></p>

guides/amqp.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h2 id="creating-the-maven-project"><a class="anchor" href="#creating-the-maven-
358358
<div class="title">Maven</div>
359359
<div class="listingblock">
360360
<div class="content">
361-
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create \
361+
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create \
362362
-DprojectGroupId=org.acme \
363363
-DprojectArtifactId=amqp-quickstart-producer \
364364
-Dextensions='rest-jackson,messaging-amqp' \
@@ -422,7 +422,7 @@ <h2 id="creating-the-maven-project"><a class="anchor" href="#creating-the-maven-
422422
<div class="title">Maven</div>
423423
<div class="listingblock">
424424
<div class="content">
425-
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create \
425+
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create \
426426
-DprojectGroupId=org.acme \
427427
-DprojectArtifactId=amqp-quickstart-processor \
428428
-Dextensions='messaging-amqp' \

guides/aws-lambda-http.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ <h2 id="creating-the-maven-deployment-project"><a class="anchor" href="#creating
343343
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn archetype:generate \
344344
-DarchetypeGroupId=io.quarkus \
345345
-DarchetypeArtifactId=quarkus-amazon-lambda-http-archetype \
346-
-DarchetypeVersion=3.17.5</code></pre>
346+
-DarchetypeVersion=3.17.6</code></pre>
347347
</div>
348348
</div>
349349
<div class="paragraph">
@@ -354,7 +354,7 @@ <h2 id="creating-the-maven-deployment-project"><a class="anchor" href="#creating
354354
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn archetype:generate \
355355
-DarchetypeGroupId=io.quarkus \
356356
-DarchetypeArtifactId=quarkus-amazon-lambda-rest-archetype \
357-
-DarchetypeVersion=3.17.5</code></pre>
357+
-DarchetypeVersion=3.17.6</code></pre>
358358
</div>
359359
</div>
360360
</div>

guides/aws-lambda.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ <h2 id="creating-the-maven-deployment-project"><a class="anchor" href="#creating
315315
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn archetype:generate \
316316
-DarchetypeGroupId=io.quarkus \
317317
-DarchetypeArtifactId=quarkus-amazon-lambda-archetype \
318-
-DarchetypeVersion=3.17.5</code></pre>
318+
-DarchetypeVersion=3.17.6</code></pre>
319319
</div>
320320
</div>
321321
<div class="admonitionblock note">

guides/building-my-first-extension.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -475,19 +475,19 @@ <h3 id="maven-setup"><a class="anchor" href="#maven-setup"></a>Maven setup</h3>
475475
<i class="fa icon-tip" title="Tip"></i>
476476
</td>
477477
<td class="content">
478-
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create-extension -N</code>
478+
You may call it without any parameter to use the interactive mode: <code>mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create-extension -N</code>
479479
</td>
480480
</tr>
481481
</table>
482482
</div>
483483
<div class="listingblock">
484484
<div class="content">
485-
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">$ mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create-extension -N \
485+
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">$ mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create-extension -N \
486486
-DgroupId=org.acme \ <i class="conum" data-value="1"></i><b>(1)</b>
487487
-DextensionId=greeting-extension \ <i class="conum" data-value="2"></i><b>(2)</b>
488488
-DwithoutTests <i class="conum" data-value="3"></i><b>(3)</b>
489489

490-
[INFO] --- quarkus-maven-plugin:3.17.5:create-extension (default-cli) @ standalone-pom ---
490+
[INFO] --- quarkus-maven-plugin:3.17.6:create-extension (default-cli) @ standalone-pom ---
491491

492492
Detected layout type is 'standalone' <i class="conum" data-value="4"></i><b>(4)</b>
493493
Generated runtime artifactId is 'greeting-extension' <i class="conum" data-value="5"></i><b>(5)</b>
@@ -564,7 +564,7 @@ <h4 id="the-parent-pom-xml"><a class="anchor" href="#the-parent-pom-xml"></a>The
564564
&lt;maven.compiler.release&gt;17&lt;/maven.compiler.release&gt;
565565
&lt;project.build.sourceEncoding&gt;UTF-8&lt;/project.build.sourceEncoding&gt;
566566
&lt;project.reporting.outputEncoding&gt;UTF-8&lt;/project.reporting.outputEncoding&gt;
567-
&lt;quarkus.version&gt;3.17.5&lt;/quarkus.version&gt;
567+
&lt;quarkus.version&gt;3.17.6&lt;/quarkus.version&gt;
568568
&lt;surefire-plugin.version&gt;3.0.0&lt;/surefire-plugin.version&gt;
569569
&lt;/properties&gt;
570570
&lt;dependencyManagement&gt;
@@ -1371,7 +1371,7 @@ <h3 id="testing-the-greeting-extension-feature"><a class="anchor" href="#testing
13711371
[INFO] T E S T S
13721372
[INFO] -------------------------------------------------------
13731373
[INFO] Running org.acme.greeting.extension.deployment.GreetingExtensionTest
1374-
2021-01-27 10:24:42,506 INFO [io.quarkus] (main) Quarkus 3.17.5 on JVM started in 0.470s. Listening on: http://localhost:8081
1374+
2021-01-27 10:24:42,506 INFO [io.quarkus] (main) Quarkus 3.17.6 on JVM started in 0.470s. Listening on: http://localhost:8081
13751375
2021-01-27 10:24:42,508 INFO [io.quarkus] (main) Profile test activated.
13761376
2021-01-27 10:24:42,508 INFO [io.quarkus] (main) Installed features: [cdi, greeting-extension, servlet]
13771377
2021-01-27 10:24:43,764 INFO [io.quarkus] (main) Quarkus stopped in 0.018s
@@ -1489,7 +1489,7 @@ <h3 id="time-to-use-your-new-extension"><a class="anchor" href="#time-to-use-you
14891489
</div>
14901490
<div class="listingblock">
14911491
<div class="content">
1492-
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create \
1492+
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create \
14931493
-DprojectGroupId=org.acme \
14941494
-DprojectArtifactId=greeting-app \
14951495
-Dextensions="org.acme:greeting-extension:1.0.0-SNAPSHOT" \
@@ -1526,13 +1526,13 @@ <h3 id="time-to-use-your-new-extension"><a class="anchor" href="#time-to-use-you
15261526
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ greeting-app ---
15271527
[INFO] Nothing to compile - all classes are up to date
15281528
[INFO]
1529-
[INFO] --- quarkus-maven-plugin:3.17.5:dev (default-cli) @ greeting-app ---
1529+
[INFO] --- quarkus-maven-plugin:3.17.6:dev (default-cli) @ greeting-app ---
15301530
Listening for transport dt_socket at address: 5005
15311531
__ ____ __ _____ ___ __ ____ ______
15321532
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
15331533
-/ /_/ / /_/ / __ |/ , _/ ,&lt; / /_/ /\ \
15341534
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
1535-
2022-11-20 04:25:36,885 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.17.5) started in 4.591s. Listening on: http://localhost:8080
1535+
2022-11-20 04:25:36,885 INFO [io.quarkus] (Quarkus Main Thread) greeting-app 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.17.6) started in 4.591s. Listening on: http://localhost:8080
15361536
2022-11-20 04:25:36,911 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
15371537
2022-11-20 04:25:36,913 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, greetin-extension, resteasy-reactive, smallrye-context-propagation, vertx]</code></pre>
15381538
</div>
@@ -1547,7 +1547,7 @@ <h3 id="time-to-use-your-new-extension"><a class="anchor" href="#time-to-use-you
15471547
</div>
15481548
<div class="paragraph">
15491549
<p>Quarkus platform is a set of extensions that target the primary use-cases of Quarkus as a development framework and can safely be used in any combination in the same application without creating a dependency conflict.
1550-
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.17.5</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.17.5</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
1550+
From an application developer perspective, a Quarkus platform is represented as one or more Maven BOMs, for example <code>io.quarkus.platform:quarkus-bom:3.17.6</code>, <code>io.quarkus.platform:quarkus-camel-bom:3.17.6</code>, etc, whose dependency version constraints were globally aligned so that these BOMs can be imported in the same application in any order without introducing a dependency conflict.</p>
15511551
</div>
15521552
<div class="paragraph">
15531553
<p><strong>Quarkiverse Hub</strong></p>

guides/cache.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h2 id="creating-the-maven-project"><a class="anchor" href="#creating-the-maven-
335335
<div class="title">Maven</div>
336336
<div class="listingblock">
337337
<div class="content">
338-
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create \
338+
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create \
339339
-DprojectGroupId=org.acme \
340340
-DprojectArtifactId=cache-quickstart \
341341
-Dextensions='cache,rest-jackson' \

guides/centralized-log-management.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h2 id="example-application"><a class="anchor" href="#example-application"></a>E
305305
<div class="title">Maven</div>
306306
<div class="listingblock">
307307
<div class="content">
308-
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.5:create \
308+
<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">mvn io.quarkus.platform:quarkus-maven-plugin:3.17.6:create \
309309
-DprojectGroupId=org.acme \
310310
-DprojectArtifactId=gelf-logging \
311311
-Dextensions='rest,logging-gelf' \

guides/cli-tooling.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ <h2 id="installing-the-cli"><a class="anchor" href="#installing-the-cli"></a>Ins
339339
<div class="listingblock">
340340
<div class="content">
341341
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus --version
342-
3.17.5</code></pre>
342+
3.17.6</code></pre>
343343
</div>
344344
</div>
345345
<div class="admonitionblock caution">
@@ -410,7 +410,7 @@ <h2 id="installing-the-cli"><a class="anchor" href="#installing-the-cli"></a>Ins
410410
<div class="listingblock">
411411
<div class="content">
412412
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus --version
413-
3.17.5</code></pre>
413+
3.17.6</code></pre>
414414
</div>
415415
</div>
416416
<div class="paragraph">
@@ -468,7 +468,7 @@ <h2 id="installing-the-cli"><a class="anchor" href="#installing-the-cli"></a>Ins
468468
<div class="listingblock">
469469
<div class="content">
470470
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus --version
471-
3.17.5</code></pre>
471+
3.17.6</code></pre>
472472
</div>
473473
</div>
474474
<div class="paragraph">
@@ -537,7 +537,7 @@ <h2 id="installing-the-cli"><a class="anchor" href="#installing-the-cli"></a>Ins
537537
<div class="listingblock">
538538
<div class="content">
539539
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus --version
540-
3.17.5</code></pre>
540+
3.17.6</code></pre>
541541
</div>
542542
</div>
543543
<div class="paragraph">
@@ -587,7 +587,7 @@ <h2 id="installing-the-cli"><a class="anchor" href="#installing-the-cli"></a>Ins
587587
<div class="listingblock">
588588
<div class="content">
589589
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">quarkus --version
590-
3.17.5</code></pre>
590+
3.17.6</code></pre>
591591
</div>
592592
</div>
593593
<div class="paragraph">
@@ -784,7 +784,7 @@ <h3 id="specifying-quarkus-version"><a class="anchor" href="#specifying-quarkus-
784784
<p>A <a href="platform#quarkus-platform-bom">Quarkus Platform release BOM</a> is identified by <code>groupId:artifactId:version</code> (GAV) coordinates. When specifying a platform release BOM, you may use empty segments to fall back to default values (shown with <code>quarkus create app --help</code>). If you specify only one segment (no <code>:</code>), it is assumed to be a version.</p>
785785
</div>
786786
<div class="paragraph">
787-
<p><code>io.quarkus.platform</code> is the default <code>groupId</code>. Specifying <code>-P :quarkus-bom:</code> is equivalent to <code>-P io.quarkus.platform:quarkus-bom:3.17.5</code>. Note that you need to specify the <code>groupId</code> to work with a snapshot, e.g. <code>-P io.quarkus::999-SNAPSHOT</code> is equivalent to <code>-P io.quarkus:quarkus-bom:999-SNAPSHOT</code>.</p>
787+
<p><code>io.quarkus.platform</code> is the default <code>groupId</code>. Specifying <code>-P :quarkus-bom:</code> is equivalent to <code>-P io.quarkus.platform:quarkus-bom:3.17.6</code>. Note that you need to specify the <code>groupId</code> to work with a snapshot, e.g. <code>-P io.quarkus::999-SNAPSHOT</code> is equivalent to <code>-P io.quarkus:quarkus-bom:999-SNAPSHOT</code>.</p>
788788
</div>
789789
<div class="paragraph">
790790
<p>Default values are subject to change. Use the <code>--dry-run</code> option to see the computed value.</p>

0 commit comments

Comments
 (0)