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

technoboy pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 22a6a85f600 [improve][misc] Add log4j-layout-template-json to server 
distribution to enable e.g. ECS template support in log4j configurations for 
Pulsar server components. (#25027)
22a6a85f600 is described below

commit 22a6a85f600d06780d2a56fc912d74e87f7f9f84
Author: Simon Beeli <[email protected]>
AuthorDate: Mon Dec 1 15:02:53 2025 +0100

    [improve][misc] Add log4j-layout-template-json to server distribution to 
enable e.g. ECS template support in log4j configurations for Pulsar server 
components. (#25027)
---
 distribution/server/pom.xml                      | 5 +++++
 distribution/server/src/assemble/LICENSE.bin.txt | 1 +
 2 files changed, 6 insertions(+)

diff --git a/distribution/server/pom.xml b/distribution/server/pom.xml
index 7b7e873f240..964ac70f97c 100644
--- a/distribution/server/pom.xml
+++ b/distribution/server/pom.xml
@@ -158,6 +158,11 @@
       <artifactId>log4j-web</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-layout-template-json</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>io.dropwizard.metrics</groupId>
       <artifactId>metrics-core</artifactId>
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 7af4a4bda8b..f17fd393ac5 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -352,6 +352,7 @@ The Apache Software License, Version 2.0
     - org.apache.logging.log4j-log4j-core-2.25.2.jar
     - org.apache.logging.log4j-log4j-slf4j2-impl-2.25.2.jar
     - org.apache.logging.log4j-log4j-web-2.25.2.jar
+    - org.apache.logging.log4j-log4j-layout-template-json-2.25.2.jar
  * Java Native Access JNA
     - net.java.dev.jna-jna-jpms-5.12.1.jar
     - net.java.dev.jna-jna-platform-jpms-5.12.1.jar

Reply via email to