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

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


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new cdf3b1d1aa Add website content generated from 
`dbe9112e31ea5e41a910b408936b79dc507c8c3f`
cdf3b1d1aa is described below

commit cdf3b1d1aa61a6350b722520bfbf75c2a5079a91
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Jun 14 17:19:46 2024 +0000

    Add website content generated from 
`dbe9112e31ea5e41a910b408936b79dc507c8c3f`
---
 manual/migration.html |  39 +++++++++++---------
 plugin-reference.html |   7 +---
 release-notes.html    |   4 +-
 sitemap.xml           | 100 +++++++++++++++++++++++++-------------------------
 4 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/manual/migration.html b/manual/migration.html
index 886644b162..a2de3a6aa6 100644
--- a/manual/migration.html
+++ b/manual/migration.html
@@ -383,7 +383,11 @@ This change has the following advantages:</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://logging.apache.org/log4j/2.x/manual/layouts.html#GELFLayout";>GELF 
layout</a></p></td>
-<td class="tableblock halign-left valign-top"><p 
class="tableblock"><em>removed without replacement</em> <sup 
class="footnoteref">[<a class="footnote" href="#_footnotedef_1" title="View 
footnote.">1</a>]</sup></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">replaced by
+<a href="json-template-layout.html" class="xref 
page"><code>JsonTemplateLayout</code></a>
+and the included
+<a href="json-template-layout.html#event-templates" class="xref 
page"><code>GelfLayout.json</code></a>
+template</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="appenders.html#JDBCAppender" class="xref page">JDBC appender</a></p></td>
@@ -399,8 +403,9 @@ This change has the following advantages:</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://logging.apache.org/log4j/2.x/manual/appenders.html#JeroMQAppender";>JeroMQ
 appender</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">external
-<a 
href="https://github.com/fbacchella/loghublog4j2#zmqappender";><code>loghublog4j2</code>
 maintained by Fabrice Bacchella</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">replaced 
by external
+<a 
href="https://github.com/fbacchella/loghublog4j2#zmqappender";><code>loghublog4j2</code></a>
+module</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://logging.apache.org/log4j/2.x/manual/appenders.html#JMSAppender";>JMS
 appender: Java EE version</a></p></td>
@@ -424,8 +429,9 @@ This change has the following advantages:</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="lookups.html#KubernetesLookup" class="xref page">Kubernetes 
lookup</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">external
-<a 
href="https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md";><code>kubernetes-log4j</code>
 maintained by Fabric8</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">replaced 
by external
+<a 
href="https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md";><code>kubernetes-log4j</code></a>
+module</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="scripts.html" class="xref page">Scripting support</a></p></td>
@@ -442,8 +448,7 @@ This change has the following advantages:</p>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://logging.apache.org/log4j/2.x/manual/lookups.html#_spring_boot_lookup";>Spring
 Boot lookup</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">integrated 
into
-<a 
href="https://central.sonatype.com/artifact/org.springframework.boot/spring-boot";><code>spring-boot</code></a>
-version 3.0.0 or later</p></td>
+<a 
href="https://docs.spring.io/spring-boot/reference/features/logging.html#features.logging.log4j2-extensions";>Spring
 Boot 3</a></p></td>
 </tr>
 </tbody>
 </table>
@@ -457,25 +462,25 @@ version 3.0.0 or later</p></td>
 To help you with the migration process a backward compatibility system has 
been implemented, which translates Log4j 2 property names to their Log4j 3 
equivalents.</p>
 </div>
 <div class="paragraph">
-<p>If you use configuration properties to finely tune Log4j Core, make sure 
that:</p>
+<p>If you use configuration properties to finely tune Log4j Core:</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p>either you use the naming convention from the
-<a href="systemproperties.html" class="xref page">Log4j 3 configuration 
properties</a>
-page (recommended),</p>
+<p>you are advised to migrate to the new
+<a href="systemproperties.html" class="xref page">Log4j 3 naming convention</a>
+for configuration properties,</p>
+</li>
+<li>
+<p>in the meantime you can continue to use the
+<a 
href="https://logging.apache.org/log4j/2.x/manual/systemproperties.html";>Log4j 
2 naming convention</a>
+introduced in Log4j 2.10,</p>
 </li>
 <li>
-<p>or you use the naming convention from the
-<a 
href="https://logging.apache.org/log4j/2.x/manual/systemproperties.html";>Log4j 
2 configuration properties</a>
-page.</p>
+<p>other naming conventions, including variations in the case of property 
names are not supported.</p>
 </li>
 </ul>
 </div>
-<div class="paragraph">
-<p>Most Log4j 3 configuration properties sources are 
<strong>case-sensitive</strong> and fuzzy matching is not applied to those 
sources.</p>
-</div>
 </div>
 </div>
 <div class="sect1">
diff --git a/plugin-reference.html b/plugin-reference.html
index 1bbb3b4bd0..b930f5d5b4 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -2570,12 +2570,7 @@ This attribute is ignored if <code>immediateFlush</code> 
is set to <code>true</c
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>Property</code></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><code><a 
href="#org-apache-logging-log4j_log4j-core_org-apache-logging-log4j-core-config-Property">Property</a>?</code></p></td>
-<td class="tableblock halign-left valign-top"><div class="content"><div 
class="paragraph">
-<p>A generic list of key/value properties</p>
-</div>
-<div class="paragraph">
-<p>The meaning of these properties depends on the component.</p>
-</div></div></td>
+<td class="tableblock halign-left valign-top"><div class="content"></div></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"></td>
diff --git a/release-notes.html b/release-notes.html
index 1b7c50fa62..317b6aa8b4 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -405,7 +405,7 @@
 <p>Update <code>org.eclipse.platform:org.eclipse.osgi</code> to version 
<code>3.19.0</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2367";>2367</a>)</p>
 </li>
 <li>
-<p>Update 
<code>org.elasticsearch.client:elasticsearch-rest-high-level-client</code> to 
version <code>7.17.21</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2559";>2559</a>)</p>
+<p>Update 
<code>org.elasticsearch.client:elasticsearch-rest-high-level-client</code> to 
version <code>7.17.22</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2663";>2663</a>)</p>
 </li>
 <li>
 <p>Update <code>org.graalvm.truffle:truffle-api</code> to version 
<code>24.0.1</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2478";>2478</a>)</p>
@@ -438,7 +438,7 @@
 <p>Update <code>org.springframework.cloud:spring-cloud-context</code> to 
version <code>4.1.3</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2635";>2635</a>)</p>
 </li>
 <li>
-<p>Update <code>org.springframework:spring-framework-bom</code> to version 
<code>6.1.8</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2606";>2606</a>)</p>
+<p>Update <code>org.springframework:spring-framework-bom</code> to version 
<code>6.1.9</code> (<a 
href="https://github.com/apache/logging-log4j2/pull/2664";>2664</a>)</p>
 </li>
 <li>
 <p>Update <code>org.xmlunit:xmlunit-core</code> to version <code>2.10.0</code> 
(<a href="https://github.com/apache/logging-log4j2/pull/2545";>2545</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index 50a4d69f0c..310cfedbe6 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,202 +2,202 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/articles.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/development.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/download.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/faq.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/hibernate.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/index.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/javadoc.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-1.2-api.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-api.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-docker.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-flume-ng.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-iostreams.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-jpl.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-jul.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/3.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-to-jul.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/log4j-to-slf4j.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/api.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/appenders.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/architecture.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/async.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/cloud.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/configuration.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/customconfig.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/dependencyinjection.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/extending.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/filters.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/garbagefree.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/getting-started.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/index.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/installation.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/jmx.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/3.x/manual/json-template-layout.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/layouts.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/logsep.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/lookups.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/migration.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/pattern-layout.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/performance.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/plugins.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/scripts.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/systemproperties.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/manual/usage.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/migrate-from-logback.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/plugin-reference.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/release-notes.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/3.x/thanks.html</loc>
-<lastmod>2024-06-13T20:57:16.733Z</lastmod>
+<lastmod>2024-06-14T17:19:12.081Z</lastmod>
 </url>
 </urlset>

Reply via email to