This is an automated email from the ASF dual-hosted git repository.
pkarwasz 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 9d054c4 Adds missing reporter credit
9d054c4 is described below
commit 9d054c4067fc0f13b62875b08edeaa1e1fcf850c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Mar 22 10:04:16 2022 +0100
Adds missing reporter credit
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a646f2..04250fa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,7 +70,7 @@
<action issue="LOG4J2-3419" dev="pkarwasz" type="add">
Add support for custom Log4j 1.x levels.
</action>
- <action issue="LOG4J2-3439" dev="pkarwasz" type="fix">
+ <action issue="LOG4J2-3439" dev="pkarwasz" type="fix" due-to="Jayesh
Netravali, Piotr P. Karwasz">
Fixes default SslConfiguration, when a custom keystore is used.
</action>
<!-- UPDATES -->