Skip to content

Commit 953cf85

Browse files
committed
Have org.apache.logging.log4j.util.Base64Util invoke java.util.Base64 directly instead of reflectively (#3686)
1 parent 0365f64 commit 953cf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/changelog/.2.x.x/3687_invoke_java_util_base64_directly_instead_of_reflectively.xml renamed to src/changelog/.2.x.x/3686_invoke_java_util_base64_directly_instead_of_reflectively.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="changed">
6-
<issue id="3687" link="https://github.com/apache/logging-log4j2/issues/3687"/>
6+
<issue id="3686" link="https://github.com/apache/logging-log4j2/issues/3686"/>
77
<description format="asciidoc">Have org.apache.logging.log4j.util.Base64Util invoke java.util.Base64 directly instead of reflectively.</description>
88
</entry>

0 commit comments

Comments
 (0)