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
commit 8bd34d946c5f7c590320981bb32e18260fb9ed85 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 02c9c0f0a5..7c54eb71b6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,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>
