You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/02/20 16:47:18 UTC

[logging-log4j2] branch release-2.x updated: Ignore config internal class from revapi, BC OK, only SC changed anyway.

This is an automated email from the ASF dual-hosted git repository.

ggregory 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 47c640b  Ignore config internal class from revapi, BC OK, only SC changed anyway.
47c640b is described below

commit 47c640be0a4f95dae8f204f2d5d59dad4963133b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 20 11:47:16 2022 -0500

    Ignore config internal class from revapi, BC OK, only SC changed anyway.
---
 log4j-core/revapi.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/log4j-core/revapi.json b/log4j-core/revapi.json
index b19da41..05b3848 100644
--- a/log4j-core/revapi.json
+++ b/log4j-core/revapi.json
@@ -15,7 +15,8 @@
             "org\\.apache\\.logging\\.log4j\\.core\\.net\\.TcpSocketManager\\.FactoryData",
             "org\\.apache\\.logging\\.log4j\\.core\\.util\\.CronExpression\\.ValueSet",
             "org\\.apache\\.logging\\.log4j\\.core\\.util\\.datetime\\.FastDatePrinter\\.NumberRule",
-            "org\\.apache\\.logging\\.log4j\\.core\\.util\\.datetime\\.FastDatePrinter\\.Rule"
+            "org\\.apache\\.logging\\.log4j\\.core\\.util\\.datetime\\.FastDatePrinter\\.Rule",
+            "org\\.apache\\.logging\\.log4j\\.core\\.config\\.ConfigurationSource"
           ]
         },
         "packages": {