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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 574918f729e Fix missing log4j-layout-template-json in shell 
distribution (#25479)
574918f729e is described below

commit 574918f729e2b271306a0ffee80e7576f7f98a38
Author: Matteo Merli <[email protected]>
AuthorDate: Mon Apr 6 17:19:27 2026 -0700

    Fix missing log4j-layout-template-json in shell distribution (#25479)
---
 distribution/shell/build.gradle.kts             | 1 +
 distribution/shell/src/assemble/LICENSE.bin.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/distribution/shell/build.gradle.kts 
b/distribution/shell/build.gradle.kts
index 8383577988f..3b99b5d7c97 100644
--- a/distribution/shell/build.gradle.kts
+++ b/distribution/shell/build.gradle.kts
@@ -44,6 +44,7 @@ dependencies {
     distLib(project(":pulsar-client-tools"))
     distLib(libs.log4j.core)
     distLib(libs.log4j.web)
+    distLib(libs.log4j.layout.template.json)
     distLib(libs.log4j.slf4j2.impl)
     distLib(libs.simpleclient.log4j2)
     // Bouncy Castle
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 7d42b4b9467..fa10fb959e0 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -383,6 +383,7 @@ The Apache Software License, Version 2.0
  * Log4J
     - log4j-api-2.25.3.jar
     - log4j-core-2.25.3.jar
+    - log4j-layout-template-json-2.25.3.jar
     - log4j-slf4j2-impl-2.25.3.jar
     - log4j-web-2.25.3.jar
  * OpenTelemetry

Reply via email to