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

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


    omit 83f2ce88a6 Add multi-release to API and Core manifests
    omit 3b0009ab00 Fix Error Prone errors
    omit 27dbe64082 Add OSGi annotation dependencies
    omit e46bff1576 Replace explicit versions with property
    omit cb9571dd7e Temporarily disable Spotbugs
    omit 272d7f14cf Bump parent version to 10.1.0-SNAPSHOT
    omit 1e4c18dc95 Remove references to `maven-bundle-plugin`
     add ee375d5251 Give TestConfigurator its own config file
     add 5794ff9aff Modernize AsyncLoggersWithAsyncAppenderTest
     add 6be65a74d6 Spotless
     new a3bcfbb911 Remove references to `maven-bundle-plugin`
     new 4acbc8f632 Remove usages of `maven-jar-plugin`
     new df2bc9cd92 Bump parent version to 10.1.0-SNAPSHOT
     new f0c0473428 Temporarily disable Spotbugs
     new 873f468f78 Replace explicit versions with property
     new 44988a4cf2 Add OSGi annotation dependencies
     new ea7e6a9789 Fix Error Prone errors
     new cd3bc3e7f8 Add multi-release to API and Core manifests
     new 517c9a37d4 Fix annotation processors
     new b6fdda9c20 Cleanup plugin configurations

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (83f2ce88a6)
            \
             N -- N -- N   refs/heads/bnd (b6fdda9c20)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 10 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:
 log4j-1.2-api/pom.xml                              |   2 -
 log4j-api-java9/pom.xml                            |  11 +-
 log4j-api-test/pom.xml                             |  33 ---
 log4j-api/pom.xml                                  |  55 +---
 log4j-bom/pom.xml                                  |   6 +-
 log4j-core-its/pom.xml                             |  12 -
 log4j-core-java9/pom.xml                           |  10 +
 log4j-core-test/pom.xml                            | 109 +------
 .../log4j/core/test/appender/ListAppender.java     |   6 +-
 .../async/AsyncLoggersWithAsyncAppenderTest.java   |  44 +--
 .../log4j/core/config/TestConfigurator.java        |  36 +--
 .../src/test/resources/log4j2-TestConfigurator.xml |  13 +-
 .../async}/AsyncLoggersWithAsyncAppenderTest.xml   |   2 +-
 log4j-core/pom.xml                                 |  57 +---
 log4j-flume-ng/pom.xml                             |  28 --
 log4j-iostreams/pom.xml                            |   2 -
 log4j-jul/pom.xml                                  |   2 -
 log4j-layout-template-json/pom.xml                 |  29 --
 log4j-osgi/pom.xml                                 |  11 -
 log4j-perf/pom.xml                                 |   2 -
 log4j-taglib/pom.xml                               |  11 -
 pom.xml                                            | 327 +--------------------
 22 files changed, 106 insertions(+), 702 deletions(-)
 copy 
log4j-layout-template-json-test/src/test/resources/messageFallbackKeyUsingJsonTemplateLayout.xml
 => log4j-core-test/src/test/resources/log4j2-TestConfigurator.xml (83%)
 rename log4j-core-test/src/test/resources/{ => 
org/apache/logging/log4j/core/async}/AsyncLoggersWithAsyncAppenderTest.xml (97%)

Reply via email to