This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 7e274cb062 LOG4J2-3545 - Add correct manifest entries for OSGi to
log4j-jcl
7e274cb062 is described below
commit 7e274cb062dfed5d94d7d54e1a7f3a27eab1d29b
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Sep 7 16:10:03 2022 -0700
LOG4J2-3545 - Add correct manifest entries for OSGi to log4j-jcl
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f18ccd51ed..dd00fa04ee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
<action issue="LOG4J2-3564" dev="pkarwasz" type="fix">
Fix NPE in `log4j-to-jul` in the case the root logger level is null.
</action>
+ <action issue="LOG4J2-3545" dev="pkarwasz" type="fix" due-to="Johan
Compagner">
+ Add correct manifest entries for OSGi to log4j-jcl
+ </action>
<action issue="LOG4J2-3565" dev="dafengsu7" type="fix">
Fix RollingRandomAccessFileAppender with DirectWriteRolloverStrategy
can't create the first log file of different directory.
</action>