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 e32f42c4a5 Add website content generated from
`99375813cde4d687eb9b177d08a8249d16f2b877`
e32f42c4a5 is described below
commit e32f42c4a5ee78db7654d14d54dcd78a62e56f5c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Sep 19 06:37:54 2024 +0000
Add website content generated from
`99375813cde4d687eb9b177d08a8249d16f2b877`
---
plugin-reference.html | 63 +++++++++++++++++--------------
release-notes.html | 4 +-
sitemap.xml | 100 +++++++++++++++++++++++++-------------------------
3 files changed, 87 insertions(+), 80 deletions(-)
diff --git a/plugin-reference.html b/plugin-reference.html
index d2a62108cc..c421f5d117 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -16208,6 +16208,41 @@ toString(), or to output the value of a specific key
within the property bundle
<div class="sect2">
<h3 id="org-apache-logging-log4j_log4j-jdbc"><a class="anchor"
href="#org-apache-logging-log4j_log4j-jdbc"></a><code>org.apache.logging.log4j:log4j-jdbc</code></h3>
<div class="sect3">
+<h4
id="org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource"><a
class="anchor"
href="#org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource"></a><code>org.apache.logging.log4j.jdbc.appender.AbstractDriverManagerConnectionSource</code></h4>
+<div class="dlist">
+<dl>
+<dt class="hdlist1">Class</dt>
+<dd>
+<p><code>org.apache.logging.log4j.jdbc.appender.AbstractDriverManagerConnectionSource</code></p>
+</dd>
+<dt class="hdlist1">Provider</dt>
+<dd>
+<p><code>org.apache.logging.log4j:log4j-jdbc</code></p>
+</dd>
+</dl>
+</div>
+<div class="paragraph">
+<p>A <a
href="#org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-ConnectionSource">ConnectionSource</a>
that uses a JDBC connection string, a user name, and a password to call
<code>java.sql.DriverManager#getConnection(String,String,String)</code>.</p>
+</div>
+<div class="paragraph">
+<p>This plugin does not provide any connection pooling unless it is available
through the connection string and driver itself.
+This handy to get you off the ground without having to deal with JNDI.</p>
+</div>
+<div class="sect4">
+<h5
id="org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource_implementations"><a
class="anchor"
href="#org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource_implementations"></a>Known
implementations</h5>
+<div class="ulist">
+<ul>
+<li>
+<p><a
href="#org-apache-logging-log4j_log4j-jdbc-dbcp2_org-apache-logging-log4j-dbcp2-appender-PoolingDriverConnectionSource">PoolingDriverConnectionSource</a></p>
+</li>
+<li>
+<p><a
href="#org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-DriverManagerConnectionSource">DriverManagerConnectionSource</a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect3">
<h4
id="org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-ColumnConfig"><a
class="anchor"
href="#org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-ColumnConfig"></a>Column</h4>
<div class="dlist">
<dl>
@@ -16959,34 +16994,6 @@ This appender can be reconfigured at run time.</p>
</table>
</div>
</div>
-<div class="sect3">
-<h4
id="org-apache-logging-log4j_log4j-jdbc-dbcp2_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource"><a
class="anchor"
href="#org-apache-logging-log4j_log4j-jdbc-dbcp2_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource"></a><code>org.apache.logging.log4j.jdbc.appender.AbstractDriverManagerConnectionSource</code></h4>
-<div class="dlist">
-<dl>
-<dt class="hdlist1">Class</dt>
-<dd>
-<p><code>org.apache.logging.log4j.jdbc.appender.AbstractDriverManagerConnectionSource</code></p>
-</dd>
-<dt class="hdlist1">Provider</dt>
-<dd>
-<p><code>org.apache.logging.log4j:log4j-jdbc-dbcp2</code></p>
-</dd>
-</dl>
-</div>
-<div class="sect4">
-<h5
id="org-apache-logging-log4j_log4j-jdbc-dbcp2_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource_implementations"><a
class="anchor"
href="#org-apache-logging-log4j_log4j-jdbc-dbcp2_org-apache-logging-log4j-jdbc-appender-AbstractDriverManagerConnectionSource_implementations"></a>Known
implementations</h5>
-<div class="ulist">
-<ul>
-<li>
-<p><a
href="#org-apache-logging-log4j_log4j-jdbc-dbcp2_org-apache-logging-log4j-dbcp2-appender-PoolingDriverConnectionSource">PoolingDriverConnectionSource</a></p>
-</li>
-<li>
-<p><a
href="#org-apache-logging-log4j_log4j-jdbc_org-apache-logging-log4j-jdbc-appender-DriverManagerConnectionSource">DriverManagerConnectionSource</a></p>
-</li>
-</ul>
-</div>
-</div>
-</div>
</div>
<div class="sect2">
<h3 id="org-apache-logging-log4j_log4j-jdbc-jndi"><a class="anchor"
href="#org-apache-logging-log4j_log4j-jdbc-jndi"></a><code>org.apache.logging.log4j:log4j-jdbc-jndi</code></h3>
diff --git a/release-notes.html b/release-notes.html
index 0bb73576e6..0fca4eeb43 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -462,7 +462,7 @@
<p>Update <code>org.apache.maven.surefire:surefire-junit47</code> to version
<code>3.5.0</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2897">2897</a>)</p>
</li>
<li>
-<p>Update <code>org.apache.tomcat:tomcat-juli</code> to version
<code>10.1.29</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2944">2944</a>)</p>
+<p>Update <code>org.apache.tomcat:tomcat-juli</code> to version
<code>10.1.30</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2964">2964</a>)</p>
</li>
<li>
<p>Update <code>org.assertj:assertj-core</code> to version <code>3.26.3</code>
(<a href="https://github.com/apache/logging-log4j2/pull/2728">2728</a>)</p>
@@ -483,7 +483,7 @@
<p>Update
<code>org.elasticsearch.client:elasticsearch-rest-high-level-client</code> to
version <code>7.17.24</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2939">2939</a>)</p>
</li>
<li>
-<p>Update <code>org.graalvm.truffle:truffle-api</code> to version
<code>24.0.2</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2749">2749</a>)</p>
+<p>Update <code>org.graalvm.truffle:truffle-api</code> to version
<code>24.1.0</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2965">2965</a>)</p>
</li>
<li>
<p>Update <code>org.hamcrest:hamcrest</code> to version <code>3.0</code> (<a
href="https://github.com/apache/logging-log4j2/pull/2787">2787</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index b0849c470f..b2d6772e59 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-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/components.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/development.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/download.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/faq.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/hibernate.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/index.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/javadoc.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-jul.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/log4j-to-jul.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/api.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/database.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/delegating.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/file.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/message-queue.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/network.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/architecture.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/async.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/cloud.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/config-intro.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/configuration.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/customconfig.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/dependencyinjection.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/extending.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/filters.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/garbagefree.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/getting-started.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/implementation.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/index.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/installation.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/json-template-layout.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/layouts.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/lookups.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/pattern-layout.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/performance.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/plugins.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/scripts.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/systemproperties.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/manual/usage.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-log4j2.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-logback.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/migrate-from-slf4j.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/plugin-reference.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/release-notes.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/3.x/thanks.html</loc>
-<lastmod>2024-09-17T10:43:47.685Z</lastmod>
+<lastmod>2024-09-19T06:37:28.198Z</lastmod>
</url>
</urlset>