This is an automated email from the ASF dual-hosted git repository.
vy 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 e347d06 LOG4J2-2964 Merge packages from several Configurations in
Composite Configuration. (#440)
e347d06 is described below
commit e347d0651c66de3c8772b83887f32e3a2197f345
Author: Volkan Yazici <[email protected]>
AuthorDate: Wed Feb 3 17:16:00 2021 +0100
LOG4J2-2964 Merge packages from several Configurations in Composite
Configuration. (#440)
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 110e2c1..22e5b2a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,9 @@
<action issue="LOG4J2-2974" dev="rgoers" type="fix">
Log4j would fail to initialize in Java 8 with log4j-spring-boot.
</action>
+ <action issue="LOG4J2-2964" dev="valfirst" type="fix">
+ Merge packages from several Configurations in Composite Configuration.
+ </action>
<action issue="LOG4J2-2961" dev="vy" type="fix">
Fix reading of JsonTemplateLayout event additional fields from config.
</action>