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

github-bot pushed a change to branch 
dependabot/maven/jmx/jmx-itests/ch.qos.logback-logback-classic-1.2.13
in repository https://gitbox.apache.org/repos/asf/aries.git


    omit 71c1d8500 Bump ch.qos.logback:logback-classic in /jmx/jmx-itests
     add 7ad81cb47 jmx: use Aries parent 2.1.1
     add 662919507 Merge pull request #295 from rombert/fix/jmx-parent-update
     add 1c3f76539 ARIES-2162: Add JMX workflow
     add 5ae7dee55 ARIES-2162: Fix jmx build
     add 69e791373 ARIES-2162: Run spi-fly workflow when spi-fly changed in PR
     add 4ad4d27f0 ARIES-2162: Add blueprint workflow
     add d23d9ec3d Merge pull request #297 from 
apache/add-jmx-and-blueprint-workflows
     add 6ca771107 ARIES-2160 - Simple MBeanServer based on the platform 
implementation
     add 675087e91 ARIES-2160 - Simple MBeanServer based on the platform 
implementation
     add cae511837 ARIES-2160 - Simple MBeanServer based on the platform 
implementation
     add 553963e04 Merge pull request #296 from rombert/issue/ARIES-2160
     add 7ec01477c [maven-release-plugin] prepare release 
org.apache.aries.jmx.mbeanserver-platform-0.0.1
     add 7bdfd844c [maven-release-plugin] prepare for next development iteration
     add 55c7db140 [MAINTENANCE] Bump jmx mbeanserver platform version in 
itests after release
     add a3cc3f3a7 Bump ch.qos.logback:logback-classic in /jmx/jmx-itests

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   (71c1d8500)
            \
             N -- N -- N   
refs/heads/dependabot/maven/jmx/jmx-itests/ch.qos.logback-logback-classic-1.2.13
 (a3cc3f3a7)

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/workflows/{spi-fly.yml => blueprint.yml}   | 32 ++++------
 .github/workflows/{spi-fly.yml => jmx.yml}         | 31 ++++------
 .github/workflows/spi-fly.yml                      | 11 ++--
 blueprint/blueprint-parent/pom.xml                 |  8 +--
 blueprint/itests/blueprint-itests/pom.xml          |  2 +-
 jmx/jmx-bundle/pom.xml                             |  2 +-
 jmx/jmx-itests/pom.xml                             |  7 ++-
 .../apache/aries/jmx/AbstractIntegrationTest.java  | 11 +---
 .../aries/jmx/test/MbeanServerActivator.java       | 19 ------
 .../jmx-mbeanserver-platform}/pom.xml              | 43 ++++++-------
 .../jmx/mbean_server/platform/impl/Activator.java  | 72 ++++++++++++++++++++++
 jmx/jmx-parent/pom.xml                             |  2 +-
 jmx/pom.xml                                        |  1 +
 13 files changed, 140 insertions(+), 101 deletions(-)
 copy .github/workflows/{spi-fly.yml => blueprint.yml} (63%)
 copy .github/workflows/{spi-fly.yml => jmx.yml} (63%)
 delete mode 100644 
jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/MbeanServerActivator.java
 copy {quiesce/quiesce-api => jmx/jmx-mbeanserver-platform}/pom.xml (63%)
 create mode 100644 
jmx/jmx-mbeanserver-platform/src/main/java/org/apache/aries/jmx/mbean_server/platform/impl/Activator.java

Reply via email to