This is an automated email from the ASF dual-hosted git repository.
ckozak 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 096fe0e LOG4J2-3282 changelog
096fe0e is described below
commit 096fe0e936914ccf5df881009583dc3f2c237d3f
Author: Carter Kozak <[email protected]>
AuthorDate: Fri Jan 7 16:59:44 2022 -0500
LOG4J2-3282 changelog
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9a1bdea..1ca64e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,6 +113,9 @@
JndiManager reverts to 2.17.0 behavior: Read the system property for
each call.
</action>
<!-- ADD -->
+ <action issue="LOG4J2-3282" dev="ckozak" type="add" due-to="Michael
Vorburger">
+ Add the log4j-to-jul JDK Logging Bridge
+ </action>
<action dev="ggregory" type="add">
Add
org.apache.logging.log4j.core.appender.AsyncAppender.getAppenders() to more
easily port from org.apache.log4j.AsyncAppender.getAllAppenders().
</action>