This is an automated email from the ASF dual-hosted git repository.
github-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 e1598c928d Add website content generated from
`c4df56e979e00a06624147fdc0fd04a7d0638307`
e1598c928d is described below
commit e1598c928df0a40fc0e0e1574325132ba033d4e9
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jul 3 14:11:33 2025 +0000
Add website content generated from
`c4df56e979e00a06624147fdc0fd04a7d0638307`
---
manual/plugins.html | 29 +++++++------
plugin-reference.html | 2 +-
sitemap.xml | 118 +++++++++++++++++++++++++-------------------------
3 files changed, 76 insertions(+), 73 deletions(-)
diff --git a/manual/plugins.html b/manual/plugins.html
index c6fd085921..967966704d 100644
--- a/manual/plugins.html
+++ b/manual/plugins.html
@@ -701,8 +701,8 @@ annotation processor creates such a file at
compile-time.</p>
</td>
<td class="content">
<div class="paragraph">
-<p>The <code>GraalVmProcessor</code> needs to know the <code>groupId</code>
and <code>artifactId</code> coordinates of your project.
-These must be supplied to the processor using the
<code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code>
annotation processor options.</p>
+<p>The <code>GraalVmProcessor</code> requires your project’s
<code>groupId</code> and <code>artifactId</code> to correctly generate the
GraalVM reachability metadata file in the recommended location.
+Provide these values to the processor using the
<code>log4j.graalvm.groupId</code> and <code>log4j.graalvm.artifactId</code>
annotation processor options.</p>
</div>
</td>
</tr>
@@ -730,15 +730,23 @@ These must be supplied to the processor using the
<code>log4j.graalvm.groupId</c
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
+ <configuration>
+ <compilerArgs>
+ <!-- Provide the project coordinates to `GraalVmProcessor`: -->
+ <arg>-Alog4j.graalvm.groupId=${project.groupId}</arg>
+ <arg>-Alog4j.graalvm.artifactId=${project.artifactId}</arg>
+ </compilerArgs>
+ </configuration>
<executions>
<execution>
- <id>generate-log4j-plugin-descriptor</id>
- <goals>
- <goal>compile</goal>
- </goals>
- <phase>process-classes</phase>
+ <!--
+ ~ Explicitly list the annotation processors for the default compile
execution.
+ ~ This is required starting with JDK 23, where annotation processors
are not enabled automatically.
+ ~ Explicit configuration also improves build reliability and clarity.
+ ~ For more details, see:
https://inside.java/2024/06/18/quality-heads-up/
+ -->
+ <id>default-compile</id>
<configuration>
- <proc>only</proc>
<annotationProcessorPaths>
<!-- Include `log4j-core` providing
1.
`org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor` that
generates `Log4j2Plugins.dat`
@@ -755,11 +763,6 @@ These must be supplied to the processor using the
<code>log4j.graalvm.groupId</c
<!-- Process sources using `GraalVmProcessor` to generate a
GraalVM reachability metadata file -->
<processor>org.apache.logging.log4j.core.config.plugins.processor.GraalVmProcessor</processor>
</annotationProcessors>
- <compilerArgs>
- <!-- Provide the project coordinates to `GraalVmProcessor`: -->
- <arg>-Alog4j.graalvm.groupId=${project.groupId}</arg>
-
<arg>-Alog4j.graalvm.artifactId=${project.artifactId}</arg>
- </compilerArgs>
</configuration>
</execution>
</executions>
diff --git a/plugin-reference.html b/plugin-reference.html
index fc32627faf..16ffb40988 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -1477,7 +1477,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>String?</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"></td>
<td class="tableblock halign-left valign-top"><div class="content"></div></td>
</tr>
diff --git a/sitemap.xml b/sitemap.xml
index a3a8c1d7af..1b6b6abc42 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,238 +2,238 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/log4j/2.x/components.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/graalvm.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/jakarta.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/database.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/delegating.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/file.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/message-queue.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/network.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/implementation.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/soa.html</loc>
-<lastmod>2025-06-30T17:06:06.627Z</lastmod>
+<lastmod>2025-07-03T14:11:03.132Z</lastmod>
</url>
</urlset>