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

github-bot pushed a change to branch 
dependabot/maven/main/net.bytebuddy-byte-buddy-1.14.13
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard 7ce7e5a8ea Bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13
     add 513ccc0cb8 Synchronize Dependabot configuration
     add 3982a6236b Remove `o.a.l.l.c.a.r.a.Duration` class
     add e551553aec Update `net.bytebuddy:byte-buddy` to version `1.14.13` 
(#2433)

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   (7ce7e5a8ea)
            \
             N -- N -- N   
refs/heads/dependabot/maven/main/net.bytebuddy-byte-buddy-1.14.13 (e551553aec)

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.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yaml                            |  29 ++-
 .../core/appender/rolling/action/DurationTest.java | 148 ------------
 .../rolling/action/IfLastModifiedTest.java         |  31 ++-
 .../config/plugins/convert/TypeConvertersTest.java |   2 +-
 .../core/appender/rolling/action/Duration.java     | 256 ---------------------
 .../appender/rolling/action/IfLastModified.java    |  34 ++-
 .../config/plugins/convert/CoreTypeConverters.java |   4 +-
 .../remove_duration.xml}                           |   4 +-
 ...bom.xml => update_net_bytebuddy_byte_buddy.xml} |   4 +-
 src/site/_release-notes/_3.x.x.adoc                |   6 +
 10 files changed, 74 insertions(+), 444 deletions(-)
 delete mode 100644 
log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/rolling/action/DurationTest.java
 delete mode 100644 
log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/Duration.java
 copy src/changelog/{3.0.0-beta2/create_config_properties_legacy.xml => 
.3.x.x/remove_duration.xml} (69%)
 copy src/changelog/.3.x.x/{update_io_netty_netty_bom.xml => 
update_net_bytebuddy_byte_buddy.xml} (63%)

Reply via email to