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

github-bot pushed a change to branch 
dependabot/maven/spi-fly/org.codehaus.mojo-flatten-maven-plugin-1.6.0
in repository https://gitbox.apache.org/repos/asf/aries.git


 discard bd684a44c Bump org.codehaus.mojo:flatten-maven-plugin in /spi-fly
     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 642ceb76c Bump ch.qos.logback:logback-classic from 0.9.29 to 1.2.13 in 
/jmx/jmx-itests (#286)
     add 91f441c5d Bump actions/setup-java from 2 to 4
     add ddf05a23b [MAINTENANCE] Add web workflow and bump logback version
     add ea142e5aa Bump org.mockito:mockito-core from 4.9.0 to 5.9.0 in /spi-fly
     add a61e1dcdb Bump org.assertj:assertj-core from 3.23.1 to 3.27.2 in 
/spi-fly
     add db16e5364 Bump org.easymock:easymock from 4.3 to 5.5.0 in /spi-fly
     add 8f79e3209 [MAINTENANCE] Add subsystem workflow and bump logback version
     add 107aa7bc5 Bump org.codehaus.mojo:flatten-maven-plugin in /spi-fly

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   (bd684a44c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/spi-fly/org.codehaus.mojo-flatten-maven-plugin-1.6.0
 (107aa7bc5)

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                      | 13 ++--
 .github/workflows/{spi-fly.yml => subsystem.yml}   | 32 ++++------
 .github/workflows/{spi-fly.yml => web.yml}         | 32 ++++------
 blueprint/blueprint-parent/pom.xml                 |  8 +--
 blueprint/itests/blueprint-itests/pom.xml          |  2 +-
 jmx/jmx-bundle/pom.xml                             |  2 +-
 jmx/jmx-itests/pom.xml                             | 12 +++-
 .../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 +
 spi-fly/pom.xml                                    |  6 +-
 spi-fly/spi-fly-core/pom.xml                       |  2 +-
 spi-fly/spi-fly-weaver/pom.xml                     |  2 +-
 subsystem/subsystem-itests/pom.xml                 | 11 ++--
 web/web-itests/pom.xml                             |  7 ++-
 20 files changed, 185 insertions(+), 155 deletions(-)
 copy .github/workflows/{spi-fly.yml => blueprint.yml} (63%)
 copy .github/workflows/{spi-fly.yml => jmx.yml} (63%)
 copy .github/workflows/{spi-fly.yml => subsystem.yml} (63%)
 copy .github/workflows/{spi-fly.yml => web.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