Skip to content

Commit fd71393

Browse files
author
Jan Luehe
committed
Have org.apache.logging.log4j.util.Base64Util invoke java.util.Base64 directly instead of reflectively (#3686)
1 parent 30e649e commit fd71393

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="changed">
6+
<issue id="3687" link="https://github.com/apache/logging-log4j2/issues/3687"/>
7+
<description format="asciidoc">Simplify org.apache.logging.log4j.util.Base64Util by having it invoke java.util.Base64 directly instead of reflectively.</description>
8+
</entry>

0 commit comments

Comments
 (0)