This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.codehaus.plexus-plexus-utils-4.0.2
in repository https://gitbox.apache.org/repos/asf/aries.git
discard 44d09fdff Bump org.codehaus.plexus:plexus-utils from 1.4.7 to 4.0.2
add c340310a2 Bump org.ops4j.pax.swissbox:pax-swissbox-tinybundles from
1.3.1 to 1.3.2
add 7757583af ARIES-2167: Remove not existing mc-repo.googlecode.com repo
with profile from parent
add 05d2fe837 ARIES-2167: Remove ops4j-snapshots repository from parent
add 5375d0cbb ARIES-2167: Remove eclipselink repo from parent
add c50899470 Merge pull request #423 from
apache/ARIES-2167-remove-unnecessary-repositories-from-parent
add 690cd19c5 [MAINTENANCE] Link itests in jmx-itests insead of copying
(#427)
add e5911fb53 [MAINTENANCE] Remove unused test helper and dependencies in
blueprint-cm
add 9eafd730f [MAINTENANCE] Remove unused dependencies in
blueprint-spring-extender
add 02937ca75 [MAINTENANCE] Remove unused dependencies in blueprint-spring
add 6a2252d8d Bump slf4j.version from 1.7.5 to 1.7.33
add 2638d7f26 Bump org.apache.aries.jpa:org.apache.aries.jpa.api (#431)
add eef071545 [MAINTENANCE] Split maven executions in workflows (#433)
add 083794471 ARIES-2165: Build blueprint plugin with java 11, 17 and 21
add cd115a275 ARIES-2165: Add separate workflow for blueprint plugin
add dc89d54d5 ARIES-2165: Cleanup dependencies
add a8fd4c8e4 Merge pull request #434 from
apache/ARIES-2165-build-blueprint-plugin-with-java-11-17-21
add d925ece59 Bump org.codehaus.plexus:plexus-utils from 1.4.7 to 4.0.2
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 (44d09fdff)
\
N -- N -- N
refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-4.0.2 (d925ece59)
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/application.yml | 9 +-
.github/workflows/async.yml | 5 +-
.../{pushstream.yml => blueprint-plugin.yml} | 15 +-
.github/workflows/blueprint.yml | 13 +-
.github/workflows/eba-maven-plugin.yml | 5 +-
.github/workflows/ejb.yml | 17 +-
.github/workflows/esa-ant-task.yml | 5 +-
.github/workflows/esa-maven-plugin.yml | 5 +-
.github/workflows/jmx.yml | 13 +-
.github/workflows/jndi.yml | 13 +-
.github/workflows/proxy.yml | 5 +-
.github/workflows/pushstream.yml | 5 +-
.github/workflows/quiesce.yml | 17 +-
.github/workflows/spi-fly.yml | 14 +-
.github/workflows/subsystem.yml | 13 +-
.github/workflows/testsupport.yml | 5 +-
.github/workflows/transaction.yml | 5 +-
.github/workflows/util.yml | 5 +-
.github/workflows/versioning.yml | 5 +-
.github/workflows/web.yml | 13 +-
.../pom.xml | 2 +-
blueprint/blueprint-cm/pom.xml | 48 --
.../aries/blueprint/compendium/cm/Helper.java | 784 ---------------------
blueprint/blueprint-noosgi/pom.xml | 2 +-
blueprint/blueprint-spring-extender/pom.xml | 52 --
blueprint/blueprint-spring/pom.xml | 57 --
.../blueprint-maven-plugin-annotation/pom.xml | 29 +-
.../plugin/blueprint-maven-plugin-itest/pom.xml | 72 +-
.../src/it/custom-destination/verify.groovy | 2 +-
.../src/it/multiple-invocation/verify.groovy | 4 +-
.../src/it/pax-cdi/verify.groovy | 2 +-
.../it/produced-bean-by-method-name/verify.groovy | 2 +-
.../src/it/scanpath-restrict/verify.groovy | 2 +-
.../src/it/simple-project/verify.groovy | 2 +-
.../src/it/spring/verify.groovy | 2 +-
.../src/it/transaction-annotation/verify.groovy | 6 +-
.../src/it/with-provide/verify.groovy | 2 +-
.../pom.xml | 33 +-
.../plugin/blueprint-maven-plugin-spi/pom.xml | 26 +-
.../blueprint-maven-plugin-spring-handlers/pom.xml | 32 +-
blueprint/plugin/blueprint-maven-plugin/pom.xml | 107 +--
blueprint/plugin/pom.xml | 9 +-
ejb/openejb-extender-itest/pom.xml | 6 +-
ejb/openejb-extender/pom.xml | 2 +-
.../src/test/java/org/apache/aries/itest | 0
.../aries/itest/AbstractIntegrationTest.java | 82 ---
.../org/apache/aries/itest/RichBundleContext.java | 219 ------
.../test/java/org/apache/aries/itest/packageinfo | 19 -
parent/pom.xml | 52 --
49 files changed, 182 insertions(+), 1662 deletions(-)
copy .github/workflows/{pushstream.yml => blueprint-plugin.yml} (74%)
delete mode 100644
blueprint/blueprint-cm/src/test/java/org/apache/aries/blueprint/compendium/cm/Helper.java
copy {application/application-itests =>
jmx/jmx-itests}/src/test/java/org/apache/aries/itest (100%)
delete mode 100644
jmx/jmx-itests/src/test/java/org/apache/aries/itest/AbstractIntegrationTest.java
delete mode 100644
jmx/jmx-itests/src/test/java/org/apache/aries/itest/RichBundleContext.java
delete mode 100644
jmx/jmx-itests/src/test/java/org/apache/aries/itest/packageinfo