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

github-bot pushed a change to branch 
dependabot/maven/main/org.javassist-javassist-3.30.2-GA
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard ae69ae5080 Bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA
     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)
     add 7464b5e41b Update `org.javassist:javassist` to version `3.30.2-GA` 
(#2432)

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   (ae69ae5080)
            \
             N -- N -- N   
refs/heads/dependabot/maven/main/org.javassist-javassist-3.30.2-GA (7464b5e41b)

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 +-
 log4j-parent/pom.xml                               |   2 +-
 .../remove_duration.xml}                           |   4 +-
 ...bom.xml => update_net_bytebuddy_byte_buddy.xml} |   4 +-
 ..._bom.xml => update_org_javassist_javassist.xml} |   4 +-
 src/site/_release-notes/_3.x.x.adoc                |   7 +
 12 files changed, 78 insertions(+), 447 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%)
 copy src/changelog/.3.x.x/{update_io_netty_netty_bom.xml => 
update_org_javassist_javassist.xml} (63%)

Reply via email to