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

github-bot pushed a change to branch dependabot/maven/org.apache-apache-37
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


    omit 4d9c1249 Bump org.apache:apache from 35 to 37
     add 05919d34 Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.17 (#640)
     add d7d2cd8c Bump org.asciidoctor:asciidoctorj-pdf from 1.6.2 to 2.3.23 
(#633)
     add 93adeae1 Bump org.slf4j:slf4j-jdk14 from 1.7.36 to 2.0.17 (#631)
     add affd8026 Bump org.apache.maven.plugins:maven-resources-plugin from 2.7 
to 3.5.0 (#630)
     add fd3ecc7b Bump org.asciidoctor:asciidoctor-maven-plugin from 1.6.0 to 
3.2.0 (#623)
     add fe16eaaf Relax checks context (#620)
     add 8abf9efc Bump actions/checkout from 4 to 6 (#621)
     add 34f82c39 Bump actions/setup-java from 4 to 5 (#622)
     add 1c082c0e ci: enhance GitHub Actions workflows (#644)
     add 14004c39 Upgrade to JDK 17 by default (#568)
     add 175fbaa6 Bump org.apache:apache from 35 to 37

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   (4d9c1249)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache-apache-37 
(175fbaa6)

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:
 .asf.yaml                                          |    4 -
 .github/workflows/build.yml                        |   46 -
 .github/workflows/ci-test-results.yml              |   64 +
 .github/workflows/ci.yml                           |   91 ++
 appender/cassandra/pom.xml                         |   92 --
 .../appender/cassandra/CassandraAppenderTest.java  |  241 ----
 .../src/test/resources/cassandra-rackdc.properties |   27 -
 .../cassandra/src/test/resources/cassandra.yaml    | 1256 --------------------
 appender/cassandra/src/test/resources/logback.xml  |  102 --
 appender/jms/pom.xml                               |    2 +-
 appender/rest/pom.xml                              |    2 +-
 assembly/pom.xml                                   |    4 +-
 collector/camel/pom.xml                            |    2 +-
 manual/pom.xml                                     |    6 +-
 pom.xml                                            |    2 +-
 15 files changed, 164 insertions(+), 1777 deletions(-)
 delete mode 100644 .github/workflows/build.yml
 create mode 100644 .github/workflows/ci-test-results.yml
 create mode 100644 .github/workflows/ci.yml
 delete mode 100644 
appender/cassandra/src/test/java/org/apache/karaf/decanter/appender/cassandra/CassandraAppenderTest.java
 delete mode 100644 
appender/cassandra/src/test/resources/cassandra-rackdc.properties
 delete mode 100644 appender/cassandra/src/test/resources/cassandra.yaml
 delete mode 100644 appender/cassandra/src/test/resources/logback.xml

Reply via email to