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

mattsicker pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from f8cd0cc911 Fix SBOM validation
     new 75d94ef7a4 Backport the InternalApi annotation
     new 80de81652e Backport LoaderUtil updates

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/logging/log4j/util/Activator.java   |   1 +
 .../{StringBuilderFormattable.java => Cast.java}   |  27 +-
 .../java/org/apache/logging/log4j/util/Chars.java  |   1 +
 .../apache/logging/log4j/util/EnglishEnums.java    |   1 +
 .../org/apache/logging/log4j/util/InternalApi.java |  15 +-
 .../InternalException.java}                        |  16 +-
 .../org/apache/logging/log4j/util/LoaderUtil.java  | 345 +++++++++++++++------
 .../apache/logging/log4j/util/ProviderUtil.java    |   1 +
 .../logging/log4j/util/ServiceLoaderUtil.java      |   1 +
 .../logging/log4j/util/SortedArrayStringMap.java   |   1 +
 .../apache/logging/log4j/util/StackLocator.java    |   1 +
 .../logging/log4j/util/StackLocatorUtil.java       |   1 +
 .../apache/logging/log4j/util/StringBuilders.java  |   1 +
 .../org/apache/logging/log4j/util/Strings.java     |   1 +
 .../org/apache/logging/log4j/util/Supplier.java    |   2 +
 .../apache/logging/log4j/util/package-info.java    |   2 +-
 16 files changed, 302 insertions(+), 115 deletions(-)
 copy 
log4j-api/src/main/java/org/apache/logging/log4j/util/{StringBuilderFormattable.java
 => Cast.java} (59%)
 copy 
log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginBuilderFactory.java
 => log4j-api/src/main/java/org/apache/logging/log4j/util/InternalApi.java (74%)
 copy log4j-api/src/main/java/org/apache/logging/log4j/{LoggingException.java 
=> util/InternalException.java} (69%)

Reply via email to