This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 84c6a5941ba20ea1c4921364c712da3d7965e5be Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Sep 3 00:15:02 2022 +0200 [LOG4J2-3579] --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7e8f15b48c..d0c13ef574 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -226,6 +226,9 @@ <action issue="LOG4J2-3565" dev="dafengsu7" type="fix"> Fix RollingRandomAccessFileAppender with DirectWriteRolloverStrategy can't create the first log file of different directory. </action> + <action issue="LOG4J2-3579" dev="pkarwasz" type="fix" due-to="Boris Unckel"> + Fix ServiceLoaderUtil behavior in the presence of a SecurityManager. + </action> <action issue="LOG4J2-3559" dev="pkarwasz" type="fix" due-to="Gary Gregory"> Fix resolution of properties not starting with `log4j2.`. </action>
