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 abe3844 Add LOG4J2-3415 changelog entry
abe3844 is described below
commit abe3844ac071703db94d257be5bc51f1a97db0c1
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Mar 27 21:21:07 2022 -0500
Add LOG4J2-3415 changelog entry
Signed-off-by: Matt Sicker <[email protected]>
---
src/changes/changes.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0fe10d7..be44ffe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,7 +30,11 @@
- "update" - Change
- "remove" - Removed
-->
- <release version="3.0.0" date="2021-MM-DD" description="GA Release 3.0.0">
+ <release version="3.0.0" date="2022-MM-DD" description="GA Release 3.0.0">
+ <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.
+ </action>
<action issue="LOG4J2-2854" dev="mattsicker" type="add">
Create standardized dependency injection API. This is supported in
several plugin categories and other configurable
instances previously defined via system properties.