This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 1be6c1e2c3 Update changelog for LOG4J2-3441
1be6c1e2c3 is described below
commit 1be6c1e2c39b72970984bc16dc57547764e42eea
Author: Matt Sicker <[email protected]>
AuthorDate: Fri May 13 15:27:11 2022 -0500
Update changelog for LOG4J2-3441
Signed-off-by: Matt Sicker <[email protected]>
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 74fdf736c9..7ad9e05a1b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
- "remove" - Removed
-->
<release version="3.0.0" date="2022-MM-DD" description="GA Release 3.0.0">
+ <action issue="LOG4J2-3441" dev="mattsicker" type="update">
+ Defer loading of StrLookup plugin classes until first usage.
+ </action>
<action issue="LOG4J2-3415" dev="mattsicker" type="add">
Add built-in JSON configuration parser for a useful structured
configuration file format which only requires
the `java.base` module.