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 f8efa79fc3 Add changelog entry for LOG4J2-857
f8efa79fc3 is described below
commit f8efa79fc3f7ca55daa842533ce017b939acc579
Author: Matt Sicker <[email protected]>
AuthorDate: Sat May 14 13:19:07 2022 -0500
Add changelog entry for LOG4J2-857
Signed-off-by: Matt Sicker <[email protected]>
---
src/changes/changes.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7ad9e05a1b..c726e7f753 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,10 @@
- "remove" - Removed
-->
<release version="3.0.0" date="2022-MM-DD" description="GA Release 3.0.0">
+ <action issue="LOG4J2-857" dev="mattsicker" type="add">
+ Add `@PluginOrder` annotation to support plugin ordering when two or
more plugins within the same category have
+ the same case-insensitive name.
+ </action>
<action issue="LOG4J2-3441" dev="mattsicker" type="update">
Defer loading of StrLookup plugin classes until first usage.
</action>