Skip to content

Commit

Permalink
deploy: 45a5acd
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 23, 2024
1 parent 860ea4b commit ba7a000
Show file tree
Hide file tree
Showing 16 changed files with 882 additions and 79 deletions.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Quarkus</title>
<link>https://quarkus.io</link>
<description>Quarkus: Supersonic Subatomic Java</description>
<lastBuildDate>Tue, 22 Oct 2024 13:25:10 +0000</lastBuildDate>
<lastBuildDate>Wed, 23 Oct 2024 03:08:20 +0000</lastBuildDate>


<item>
Expand Down
51 changes: 19 additions & 32 deletions version/main/guides/all-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -5130,7 +5130,10 @@ <h3 class="mb-0"></h3>
<div id="conf-collapsible-desc-224" class="openblock description description-collapsed">
<div class="content">
<div class="paragraph">
<p>If color should be enabled or disabled. If this is not present then an attempt will be made to guess if the terminal supports color</p>
<p>If color should be enabled or disabled.</p>
</div>
<div class="paragraph">
<p>If this is not present then an attempt will be made to guess if the terminal supports color</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-47747">QUARKUS_CONSOLE_COLOR</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-47747" title="Copy to clipboard" do-not-collapse="true"></button></p>
Expand Down Expand Up @@ -5861,32 +5864,16 @@ <h3 class="mb-0"></h3>
<div id="conf-collapsible-desc-256" class="openblock description description-collapsed">
<div class="content">
<div class="paragraph">
<p>The log level of the root category, which is used as the default log level for all categories.</p>
</div>
<div class="paragraph">
<p>JBoss Logging supports Apache-style log levels:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>{@link org.jboss.logmanager.Level#FATAL}</p>
</li>
<li>
<p>{@link org.jboss.logmanager.Level#ERROR}</p>
</li>
<li>
<p>{@link org.jboss.logmanager.Level#WARN}</p>
</li>
<li>
<p>{@link org.jboss.logmanager.Level#INFO}</p>
</li>
<li>
<p>{@link org.jboss.logmanager.Level#DEBUG}</p>
</li>
<li>
<p>{@link org.jboss.logmanager.Level#TRACE}</p>
</li>
</ul>
<p>The log level of the root category, which is used as the default log level for all categories.
&lt;p&gt;
JBoss Logging supports Apache-style log levels:
&lt;p&gt;
* {@link org.jboss.logmanager.Level#FATAL}
* {@link org.jboss.logmanager.Level#ERROR}
* {@link org.jboss.logmanager.Level#WARN}
* {@link org.jboss.logmanager.Level#INFO}
* {@link org.jboss.logmanager.Level#DEBUG}
* {@link org.jboss.logmanager.Level#TRACE}</p>
</div>
<div class="paragraph">
<p>In addition, it also supports the standard JDK log levels.</p>
Expand Down Expand Up @@ -6680,8 +6667,8 @@ <h3 class="mb-0"></h3>
<div id="conf-collapsible-desc-293" class="openblock description description-collapsed">
<div class="content">
<div class="paragraph">
<p>Enables or disables blocking when attempting to reconnect a <code>org.jboss.logmanager.handlers.SyslogHandler.Protocol#TCP
TCP</code> or <code>org.jboss.logmanager.handlers.SyslogHandler.Protocol#SSL_TCP SSL TCP</code> protocol</p>
<p>Enables or disables blocking when attempting to reconnect a <code>Protocol#TCP
TCP</code> or <code>Protocol#SSL_TCP SSL TCP</code> protocol</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-47816">QUARKUS_LOG_SYSLOG_BLOCK_ON_RECONNECT</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-47816" title="Copy to clipboard" do-not-collapse="true"></button></p>
Expand Down Expand Up @@ -7503,8 +7490,8 @@ <h3 class="mb-0"></h3>
<div id="conf-collapsible-desc-332" class="openblock description description-collapsed">
<div class="content">
<div class="paragraph">
<p>Enables or disables blocking when attempting to reconnect a <code>org.jboss.logmanager.handlers.SyslogHandler.Protocol#TCP
TCP</code> or <code>org.jboss.logmanager.handlers.SyslogHandler.Protocol#SSL_TCP SSL TCP</code> protocol</p>
<p>Enables or disables blocking when attempting to reconnect a <code>Protocol#TCP
TCP</code> or <code>Protocol#SSL_TCP SSL TCP</code> protocol</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-47855">QUARKUS_LOG_HANDLER_SYSLOG__SYSLOG_HANDLERS__BLOCK_ON_RECONNECT</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-47855" title="Copy to clipboard" do-not-collapse="true"></button></p>
Expand Down Expand Up @@ -62271,7 +62258,7 @@ <h3 class="mb-0"></h3>
<div id="conf-collapsible-desc-2833" class="openblock description description-collapsed">
<div class="content">
<div class="paragraph">
<p>Whether the node name should be shortened if necessary. The node name must not exceed a length of 28 bytes. If this property is set to <code>true</code>, and the node name exceeds 28 bytes, the node name is shortened by calculating the <a href="https://en.wikipedia.org/wiki/SHA-2">SHA-224</a> hash, which has a length of 28 bytes.</p>
<p>Whether the node name should be shortened if necessary. The node name must not exceed a length of 28 bytes. If this property is set to <code>true</code>, and the node name exceeds 28 bytes, the node name is shortened by calculating the <a href="https://en.wikipedia.org/wiki/SHA-2">SHA-224</a> hash, which has a length of 28 bytes, encoded to Base64 format and then shortened to 28 bytes.</p>
</div>
<div class="paragraph">
<p>Environment variable: <code id="env-var-50356">QUARKUS_TRANSACTION_MANAGER_SHORTEN_NODE_NAME_IF_NECESSARY</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-50356" title="Copy to clipboard" do-not-collapse="true"></button></p>
Expand Down
2 changes: 1 addition & 1 deletion version/main/guides/cdi-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ <h3 id="how-to-generate-a-jandex-index"><a class="anchor" href="#how-to-generate
<i class="fa icon-tip" title="Tip"></i>
</td>
<td class="content">
If no <code>artifact-id</code> is specified then all dependencies with the specificed <code>group-id</code> are indexed.
If no <code>artifact-id</code> is specified then all dependencies with the specified <code>group-id</code> are indexed.
</td>
</tr>
</table>
Expand Down
Loading

0 comments on commit ba7a000

Please sign in to comment.