Skip to content

Commit c5c0a04

Browse files
committed
deploy: ad8c743
1 parent 42beb40 commit c5c0a04

27 files changed

Lines changed: 91 additions & 55 deletions

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>Fri, 27 Feb 2026 15:55:36 +0000</lastBuildDate>
8+
<lastBuildDate>Sat, 28 Feb 2026 03:37:59 +0000</lastBuildDate>
99

1010

1111
<item>

version/main/guides/_includes/opentelemetry-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ <h1 class="text-caps">Opentelemetry Config </h1>
301301
</table>
302302
</div>
303303
<div class="paragraph">
304-
<p>If you need that your spans and logs to be exported directly as they finish
304+
<p>If you need your spans and logs to be exported directly as they finish
305305
(e.g. in a serverless environment / application), you can set this property to <code>true</code>.
306306
This replaces the default batching of data.</p>
307307
</div>

version/main/guides/_includes/smallrye-kafka-incoming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h1 class="text-caps">Smallrye Kafka Incoming </h1>
350350
</tr>
351351
<tr>
352352
<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="no-hyphens"><strong>topics</strong></span></p></td>
353-
<td class="tableblock halign-left valign-top"><p class="tableblock">A comma-separating list of topics to be consumed. Cannot be used with the <code>topic</code> or <code>pattern</code> properties</p>
353+
<td class="tableblock halign-left valign-top"><p class="tableblock">A comma-separated list of topics to be consumed. Cannot be used with the <code>topic</code> or <code>pattern</code> properties</p>
354354
<p class="tableblock">Type: <em>string</em></p></td>
355355
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
356356
<td class="tableblock halign-left valign-top"></td>

version/main/guides/_includes/smallrye-kafka-outgoing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ <h1 class="text-caps">Smallrye Kafka Outgoing </h1>
440440
</tr>
441441
<tr>
442442
<td class="tableblock halign-left valign-top"><p class="tableblock"><span class="no-hyphens"><strong>propagate-headers</strong></span></p></td>
443-
<td class="tableblock halign-left valign-top"><p class="tableblock">A comma-separating list of incoming record headers to be propagated to the outgoing record</p>
443+
<td class="tableblock halign-left valign-top"><p class="tableblock">A comma-separated list of incoming record headers to be propagated to the outgoing record</p>
444444
<p class="tableblock">Type: <em>string</em></p></td>
445445
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
446446
<td class="tableblock halign-left valign-top"></td>

version/main/guides/_includes/smallrye-pulsar-consumer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ <h1 class="text-caps">Smallrye Pulsar Consumer </h1>
441441
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>cryptoFailureAction</strong></p></td>
442442
<td class="tableblock halign-left valign-top"><p class="tableblock">Consumer should take action when it receives a message that can not be decrypted.<br>
443443
* <strong>FAIL</strong>: this is the default option to fail messages until crypto succeeds.<br>
444-
* <strong>DISCARD</strong>:silently acknowledge and not deliver message to an application.<br>
444+
* <strong>DISCARD</strong>: silently acknowledge and not deliver message to an application.<br>
445445
* <strong>CONSUME</strong>: deliver encrypted messages to applications. It is the application&#8217;s responsibility to decrypt the message.</p>
446446
<p class="tableblock">The decompression of message fails.</p>
447447
<p class="tableblock">If messages contain batch messages, a client is not be able to retrieve individual messages in batch.</p>

version/main/guides/_includes/smallrye-pulsar-incoming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h1 class="text-caps">Smallrye Pulsar Incoming </h1>
309309
</tr>
310310
<tr>
311311
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>failure-strategy</strong></p></td>
312-
<td class="tableblock halign-left valign-top"><p class="tableblock">Specify the failure strategy to apply when a message produced from a record is acknowledged negatively (nack). Values can be <code>nack</code> (default), <code>fail</code>, <code>ignore</code> or `reconsume-later</p></td>
312+
<td class="tableblock halign-left valign-top"><p class="tableblock">Specify the failure strategy to apply when a message produced from a record is acknowledged negatively (nack). Values can be <code>nack</code> (default), <code>fail</code>, <code>ignore</code> or <code>reconsume-later</code></p></td>
313313
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
314314
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
315315
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>nack</code></p></td>

version/main/guides/all-config.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87973,7 +87973,13 @@ <h3 class="mb-0"></h3>
8797387973
<div id="conf-collapsible-desc-3705" class="openblock description description-collapsed">
8797487974
<div class="content">
8797587975
<div class="paragraph">
87976-
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed. A timeout of <code>0</code> means there is no timeout.</p>
87976+
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed.</p>
87977+
</div>
87978+
<div class="paragraph">
87979+
<p>Although this is set in milliseconds, the underlying client can only be configured in seconds, meaning that for this value to actually take effect, it must be higher than <code>1000</code>; any value less than or equal to <code>999</code> is converted to 0 seconds.</p>
87980+
</div>
87981+
<div class="paragraph">
87982+
<p>A timeout of <code>0</code> means there is no timeout.</p>
8797787983
</div>
8797887984
<div class="paragraph">
8797987985
<p>Can be overwritten by client-specific settings.</p>
@@ -87987,7 +87993,7 @@ <h3 class="mb-0"></h3>
8798787993
<p><i class="fa fa-chevron-down"></i><span>Show more</span></p>
8798887994
</div></div></td>
8798987995
<td class="tableblock halign-left valign-middle"><p class="tableblock">int</p></td>
87990-
<td class="tableblock halign-left valign-middle"></td>
87996+
<td class="tableblock halign-left valign-middle"><p class="tableblock"><code>60000</code></p></td>
8799187997
</tr>
8799287998
<tr class="row-collapsible row-collapsed row-with-desc row-hidden">
8799387999
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
@@ -89095,7 +89101,13 @@ <h3 class="mb-0"></h3>
8909589101
<div id="conf-collapsible-desc-3751" class="openblock description description-collapsed">
8909689102
<div class="content">
8909789103
<div class="paragraph">
89098-
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed. A timeout of <code>0</code> means there is no timeout.</p>
89104+
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed.</p>
89105+
</div>
89106+
<div class="paragraph">
89107+
<p>Although this is set in milliseconds, the underlying client can only be configured in seconds, meaning that for this value to actually take effect, it must be higher than <code>1000</code>; any value less than or equal to <code>999</code> is converted to 0 seconds.</p>
89108+
</div>
89109+
<div class="paragraph">
89110+
<p>A timeout of <code>0</code> means there is no timeout.</p>
8909989111
</div>
8910089112
<div class="paragraph">
8910189113
<p>Environment variable: <code id="env-var-69211">QUARKUS_REST_CLIENT__CLIENT__CONNECTION_TTL</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-69211" title="Copy to clipboard" do-not-collapse="true"></button></p>
@@ -89106,7 +89118,7 @@ <h3 class="mb-0"></h3>
8910689118
<p><i class="fa fa-chevron-down"></i><span>Show more</span></p>
8910789119
</div></div></td>
8910889120
<td class="tableblock halign-left valign-middle"><p class="tableblock">int</p></td>
89109-
<td class="tableblock halign-left valign-middle"></td>
89121+
<td class="tableblock halign-left valign-middle"><p class="tableblock"><code>60000</code></p></td>
8911089122
</tr>
8911189123
<tr class="row-collapsible row-collapsed row-with-desc row-hidden">
8911289124
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">

version/main/guides/amqp-reference.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ <h2 id="customizing-the-underlying-amqp-client"><a class="anchor" href="#customi
916916
PemKeyCertOptions keycert = new PemKeyCertOptions()
917917
.addCertPath("./tls/tls.crt")
918918
.addKeyPath("./tls/tls.key");
919-
PemTrustOptions trust = new PemTrustOptions().addCertPath("./tlc/ca.crt");
919+
PemTrustOptions trust = new PemTrustOptions().addCertPath("./tls/ca.crt");
920920
return new AmqpClientOptions()
921921
.setSsl(true)
922922
.setPemKeyCertOptions(keycert)

version/main/guides/ansible.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h3 id="playbook-run"><a class="anchor" href="#playbook-run"></a>Playbook run</h
388388
TASK [middleware_automation.quarkus.quarkus : Ensure Quarkus user exists on target system.] ***
389389
ok: [localhost]
390390

391-
TASK [middleware_automation.quarkus.quarkus : Ensure deployement directory exits: /opt/quarkus_deploy.] ***
391+
TASK [middleware_automation.quarkus.quarkus : Ensure deployment directory exists: /opt/quarkus_deploy.] ***
392392
ok: [localhost]
393393

394394
TASK [middleware_automation.quarkus.quarkus : Set Quarkus app source dir (if not defined).] ***

version/main/guides/aws-lambda-snapstart.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,13 +491,13 @@ <h2 id="resource-registration"><a class="anchor" href="#resource-registration"><
491491

492492
@Override
493493
public void beforeCheckpoint(Context&lt;? extends Resource&gt; context) throws Exception {
494-
logger.info("before checkout hook");
494+
logger.info("before checkpoint hook");
495495
// initialize your client here.
496496
}
497497

498498
@Override
499499
public void afterRestore(Context&lt;? extends Resource&gt; context) throws Exception {
500-
logger.info("after checkout hook");
500+
logger.info("after restore hook");
501501
// if there is anything to do during the restoration, do it here.
502502
}
503503
}</code></pre>

0 commit comments

Comments
 (0)