This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch stick-to-version-0.x-of-cdi-in-blueprint-plugin in repository https://gitbox.apache.org/repos/asf/aries.git
commit 2303636da49c38cfb52c72a9ce6aa2cf87e7466f Author: Dominik Przybysz <[email protected]> AuthorDate: Tue Feb 25 20:03:33 2025 +0100 [MAINTENANCE] Stick to pax-cdi 0.x in blueprint plugin --- .github/dependabot.yaml | 3 +++ blueprint/plugin/blueprint-maven-plugin-itest/pom.xml | 2 +- blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2ef362d19..28bb9af83 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -43,6 +43,9 @@ updates: - dependency-name: "org.eclipse:osgi" # should be upgraded to org.eclipse.platform:org.eclipse.osgi versions: - ">=3.9.1" # higher version removed CompositeBundle used by some artifacts + - dependency-name: "org.ops4j.pax.cdi:pax-cdi*" + versions: + - ">=1.0.0" # pax-cdi is only used in blueprint maven plugin as an optional annotation provider and it's changed in version 1.x in incompatible way - blueprint-maven-plugin-annotation should be used instead since provides annotations more focused on blueprint elements - dependency-name: "org.ops4j.pax.exam:pax-exam*" versions: - ">=4.14.0" # does not support java 8 diff --git a/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml b/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml index 7777aa4d7..5de4c8d37 100644 --- a/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml +++ b/blueprint/plugin/blueprint-maven-plugin-itest/pom.xml @@ -43,7 +43,7 @@ <javax.inject.version>1</javax.inject.version> <javax.transaction-api.version>1.2</javax.transaction-api.version> <maven-invoker-plugin.version>3.9.0</maven-invoker-plugin.version> - <pax-cdi.version>0.8.0</pax-cdi.version> + <pax-cdi.version>0.12.0</pax-cdi.version> <spring.version>5.3.39</spring.version> </properties> diff --git a/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml b/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml index 8aa3d6afd..4d2c462f8 100644 --- a/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml +++ b/blueprint/plugin/blueprint-maven-plugin-pax-cdi-handlers/pom.xml @@ -36,7 +36,7 @@ <properties> <blueprint-maven-plugin-spi.version>1.0.0</blueprint-maven-plugin-spi.version> <guava.version>33.4.0-jre</guava.version> - <pax-cdi.version>0.8.0</pax-cdi.version> + <pax-cdi.version>0.12.0</pax-cdi.version> </properties> <scm>
