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

commit 5f0aa9466399fc46ca0d607297c440ea876bc4d0
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Nov 6 14:36:19 2022 -0600

    Finish removal of util3 package
    
    Signed-off-by: Matt Sicker <[email protected]>
---
 log4j-api/revapi.json | 3 +--
 log4j-plugins/pom.xml | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/log4j-api/revapi.json b/log4j-api/revapi.json
index 47cf189030..06bc470f7b 100644
--- a/log4j-api/revapi.json
+++ b/log4j-api/revapi.json
@@ -11,8 +11,7 @@
             "org\\.apache\\.logging\\.log4j\\.util\\.PropertiesUtil",
             "org\\.apache\\.logging\\.log4j\\.util\\.ProviderUtil",
             "org\\.apache\\.logging\\.log4j\\.util\\.StackLocator",
-            "org\\.apache\\.logging\\.log4j\\.util\\.StackLocatorUtil",
-            "org\\.apache\\.logging\\.log4j\\.util3\\..*"
+            "org\\.apache\\.logging\\.log4j\\.util\\.StackLocatorUtil"
           ]
         }
       }
diff --git a/log4j-plugins/pom.xml b/log4j-plugins/pom.xml
index 7d5cb5c3b3..6658e2c1e9 100644
--- a/log4j-plugins/pom.xml
+++ b/log4j-plugins/pom.xml
@@ -64,7 +64,6 @@
               org.apache.logging.log4j,
               org.apache.logging.log4j.status,
               org.apache.logging.log4j.util,
-              org.apache.logging.log4j.util3,
               org.osgi.framework.*
             </Import-Package>
             
<Bundle-Activator>org.apache.logging.log4j.plugins.osgi.Activator</Bundle-Activator>

Reply via email to