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 b44b573cff Add website content generated from 
`a52ad57022935b07d0d0828d0e11a78748f06eb2`
b44b573cff is described below

commit b44b573cff9b9521ecea4db23d810ef5040ef520
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Jul 6 10:26:51 2026 +0000

    Add website content generated from 
`a52ad57022935b07d0d0828d0e11a78748f06eb2`
---
 plugin-reference.html |  12 ++---
 release-notes.html    |  54 +++++++++++++++++++++++
 sitemap.xml           | 120 +++++++++++++++++++++++++-------------------------
 3 files changed, 120 insertions(+), 66 deletions(-)

diff --git a/plugin-reference.html b/plugin-reference.html
index 2dd23e095d..d3038d93fd 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -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 3f9507dc32..6a429b5bab 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -439,6 +439,60 @@
 </div>
 </div>
 <div class="sect1">
+<h2 id="release-notes-2-25-5"><a class="anchor" 
href="#release-notes-2-25-5"></a>2.25.5</h2>
+<div class="sectionbody">
+<div class="dlist">
+<dl>
+<dt class="hdlist1">Release date</dt>
+<dd>
+<p>2026-07-01</p>
+</dd>
+</dl>
+</div>
+<div class="paragraph">
+<p>This patch release delivers certain fixes on top of <code>2.25.4</code></p>
+</div>
+<div class="sect2">
+<h3 id="release-notes-2-25-5-changed"><a class="anchor" 
href="#release-notes-2-25-5-changed"></a>Changed</h3>
+<div class="ulist">
+<ul>
+<li>
+<p>Improve logging for <code>LinkageError</code> scenarios involving the LMAX 
Disruptor library (<a 
href="https://github.com/apache/logging-log4j2/issues/2250";>2250</a>, <a 
href="https://github.com/apache/logging-log4j2/pull/4124";>4124</a>)</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect2">
+<h3 id="release-notes-2-25-5-fixed"><a class="anchor" 
href="#release-notes-2-25-5-fixed"></a>Fixed</h3>
+<div class="ulist">
+<ul>
+<li>
+<p>Fix the <code>createOnDemand</code> behavior of 
<code>RollingFileAppender</code> to correctly defer file and directory creation 
until the first log event, while preserving eager creation when disabled. (<a 
href="https://github.com/apache/logging-log4j2/issues/2006";>2006</a>, <a 
href="https://github.com/apache/logging-log4j2/pull/4072";>4072</a>)</p>
+</li>
+<li>
+<p>Improve documentation for locale handling in the Pattern Layout date 
pattern converter (<a 
href="https://github.com/apache/logging-log4j2/issues/4129";>4129</a>, <a 
href="https://github.com/apache/logging-log4j2/pull/4130";>4130</a>)</p>
+</li>
+<li>
+<p>Fix handling of non-finite numbers while encoding <code>MapMessage</code> 
to JSON (<a 
href="https://github.com/apache/logging-log4j2/pull/4163";>4163</a>)</p>
+</li>
+<li>
+<p>Fix encoding of <code>MSGID</code> and <code>SD-ID</code> fields of 
<code>StructuredDataMessage</code> to XML (<a 
href="https://github.com/apache/logging-log4j2/pull/4136";>4136</a>)</p>
+</li>
+<li>
+<p>Fix stack trace rendering for exceptions with identity malfunction (e.g., 
colliding <code>equals()</code> and/or <code>hashCode()</code> implementations) 
(<a href="https://github.com/apache/logging-log4j2/issues/3933";>3933</a>, <a 
href="https://github.com/apache/logging-log4j2/pull/4133";>4133</a>)</p>
+</li>
+<li>
+<p>Fix resource leaks in <code>ConfigurationSource</code> when loading 
configuration via URL fails (<a 
href="https://github.com/apache/logging-log4j2/pull/4127";>4127</a>)</p>
+</li>
+<li>
+<p>Fix <code>KafkaAppender</code> reporting error to error handler even after 
a successful retry (<a 
href="https://github.com/apache/logging-log4j2/pull/4125";>4125</a>)</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
 <h2 id="release-notes-2-26-1"><a class="anchor" 
href="#release-notes-2-26-1"></a>2.26.1</h2>
 <div class="sectionbody">
 <div class="dlist">
diff --git a/sitemap.xml b/sitemap.xml
index 2c50457ed1..a0581927be 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-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/graalvm.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/jakarta.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/database.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/delegating.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/file.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/message-queue.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders/network.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/implementation.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/soa.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/versioning.html</loc>
-<lastmod>2026-07-02T11:13:11.021Z</lastmod>
+<lastmod>2026-07-06T10:26:19.604Z</lastmod>
 </url>
 </urlset>

Reply via email to