This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch 2.x-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x-site-stg-out by this push:
     new a7b3c9ee79 Add website content generated from 
`40e974e3a6f77e4638f29b66344eb92e6873be43`
a7b3c9ee79 is described below

commit a7b3c9ee792d7de37c579333f81e3e4b65fa36ea
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Tue Jul 21 18:55:23 2026 +0000

    Add website content generated from 
`40e974e3a6f77e4638f29b66344eb92e6873be43`
---
 manual/appenders/message-queue.html |   4 +-
 plugin-reference.html               |  14 ++---
 release-notes.html                  |   3 +
 sitemap.xml                         | 120 ++++++++++++++++++------------------
 4 files changed, 72 insertions(+), 69 deletions(-)

diff --git a/manual/appenders/message-queue.html 
b/manual/appenders/message-queue.html
index fe185d8c94..19660b9d44 100644
--- a/manual/appenders/message-queue.html
+++ b/manual/appenders/message-queue.html
@@ -1717,7 +1717,7 @@ for more details.</p>
 <pre class="highlightjs highlight"><code class="language-xml hljs" 
data-lang="xml">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.kafka&lt;/groupId&gt;
   &lt;artifactId&gt;kafka-clients&lt;/artifactId&gt;
-  &lt;version&gt;3.9.1&lt;/version&gt;
+  &lt;version&gt;3.9.2&lt;/version&gt;
 &lt;/dependency&gt;</code></pre>
 </div>
 </div>
@@ -1725,7 +1725,7 @@ for more details.</p>
 <div id="_tabs_10_gradle--panel" class="tabpanel" 
aria-labelledby="_tabs_10_gradle">
 <div class="listingblock">
 <div class="content">
-<pre class="highlightjs highlight"><code class="language-groovy hljs" 
data-lang="groovy">runtimeOnly 
'org.apache.kafka:kafka-clients:3.9.1'</code></pre>
+<pre class="highlightjs highlight"><code class="language-groovy hljs" 
data-lang="groovy">runtimeOnly 
'org.apache.kafka:kafka-clients:3.9.2'</code></pre>
 </div>
 </div>
 </div>
diff --git a/plugin-reference.html b/plugin-reference.html
index b76703cbc5..7e5a0df941 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -1479,7 +1479,7 @@ Originally developed by Ceki Glc and Anders 
Kristensen.</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>header</code></p></td>
-<td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>boolean?</code></p></td>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>String?</code></p></td>
 <td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><div class="content"></div></td>
 </tr>
@@ -16249,10 +16249,10 @@ Supports Lookup expressions.</p>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>boolean?</code></p></td>
 <td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div>
 <div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
 </div></div></td>
 </tr>
 <tr>
@@ -17703,10 +17703,10 @@ Supports Lookup expressions.</p>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>boolean?</code></p></td>
 <td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div>
 <div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
 </div></div></td>
 </tr>
 <tr>
@@ -17902,10 +17902,10 @@ Supports Lookup expressions.</p>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>boolean?</code></p></td>
 <td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
 </div>
 <div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data, 
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON, 
defaults to "true".</p>
 </div></div></td>
 </tr>
 <tr>
diff --git a/release-notes.html b/release-notes.html
index 0794f40044..2197fd7cd9 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -445,6 +445,9 @@
 <li>
 <p>Update <code>org.apache.activemq:activemq-broker</code> to version 
<code>6.2.6</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/4178";>4178</a>)</p>
 </li>
+<li>
+<p>Update <code>org.apache.kafka:kafka-clients</code> to version 
<code>3.9.2</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/4188";>4188</a>)</p>
+</li>
 </ul>
 </div>
 </div>
diff --git a/sitemap.xml b/sitemap.xml
index 715df02a47..470d31dc9e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,242 +2,242 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/components.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/graalvm.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/jakarta.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/database.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/delegating.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/file.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/message-queue.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/network.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/implementation.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/soa.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/versioning.html</loc>
-<lastmod>2026-07-21T15:00:22.817Z</lastmod>
+<lastmod>2026-07-21T18:54:51.514Z</lastmod>
 </url>
 </urlset>

Reply via email to