This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 140145db28 LOG4J2-3644 - Deprecate package scanning
140145db28 is described below
commit 140145db282ffbf388b7d89118032bbbc1644776
Author: Ralph Goers <[email protected]>
AuthorDate: Fri Dec 30 12:24:55 2022 -0700
LOG4J2-3644 - Deprecate package scanning
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8b67810da1..94c3022968 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,9 @@
<action issue="LOG4J2-2785" dev="rgoers" type="add" due-to="Markus
Spann">
Pattern Layout to abbreviate the name of all logger components except
the 2 rightmost.
</action>
+ <action issue="LOG4J2-3644" dev="rgoers" type="update">
+ Deprecate support for package scanning for plugins.
+ </action>
<action issue="LOG4J2-3487" dev="rgoers" type="fix" due-to="Dave
Messink">
Correct default to not include location for AsyncRootLoggers
</action>