This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 6d1eca6fb4 Switch to io.smallrye jandex-maven-plugin
6d1eca6fb4 is described below
commit 6d1eca6fb47b1644c9f2726432bc46758ba0e5c0
Author: James Netherton <[email protected]>
AuthorDate: Thu Oct 30 11:57:04 2025 +0000
Switch to io.smallrye jandex-maven-plugin
---
.github/dependabot.yml | 2 ++
integration-tests-support/certificate-generator/pom.xml | 2 +-
integration-tests-support/custom-dataformat/pom.xml | 2 +-
integration-tests-support/http/pom.xml | 2 +-
integration-tests-support/kafka/pom.xml | 2 +-
integration-tests-support/messaging/pom.xml | 2 +-
integration-tests/infinispan-common/pom.xml | 2 +-
pom.xml | 2 +-
poms/build-parent/pom.xml | 2 +-
9 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bcdd0eadf6..b3fdd2aacd 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -62,6 +62,8 @@ updates:
# Maven plugins
# Quarkus is upgraded manually
- dependency-name: "io.quarkus:quarkus-*-maven-plugin"
+ # Automatically aligned with the Quarkus Jandex version
+ - dependency-name: "io.smallrye:jandex-maven-plugin"
# Camel is upgraded manually
- dependency-name: "org.apache.camel.maven:*"
# To be kept manually in alignment with the enforcer API version used in
quarkus-enforcer-rules
diff --git a/integration-tests-support/certificate-generator/pom.xml
b/integration-tests-support/certificate-generator/pom.xml
index 3683b96af4..f9b713cc60 100644
--- a/integration-tests-support/certificate-generator/pom.xml
+++ b/integration-tests-support/certificate-generator/pom.xml
@@ -58,7 +58,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.jboss.jandex</groupId>
+ <groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
diff --git a/integration-tests-support/custom-dataformat/pom.xml
b/integration-tests-support/custom-dataformat/pom.xml
index 2332b21511..bd5d43e4ce 100644
--- a/integration-tests-support/custom-dataformat/pom.xml
+++ b/integration-tests-support/custom-dataformat/pom.xml
@@ -40,7 +40,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.jboss.jandex</groupId>
+ <groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
diff --git a/integration-tests-support/http/pom.xml
b/integration-tests-support/http/pom.xml
index 7af1c3801a..75f1ac2255 100644
--- a/integration-tests-support/http/pom.xml
+++ b/integration-tests-support/http/pom.xml
@@ -65,7 +65,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.jboss.jandex</groupId>
+ <groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
diff --git a/integration-tests-support/kafka/pom.xml
b/integration-tests-support/kafka/pom.xml
index 821465fc3d..88ef7b7d0d 100644
--- a/integration-tests-support/kafka/pom.xml
+++ b/integration-tests-support/kafka/pom.xml
@@ -57,7 +57,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.jboss.jandex</groupId>
+ <groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
diff --git a/integration-tests-support/messaging/pom.xml
b/integration-tests-support/messaging/pom.xml
index 789bce399e..315cf900c5 100644
--- a/integration-tests-support/messaging/pom.xml
+++ b/integration-tests-support/messaging/pom.xml
@@ -40,7 +40,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.jboss.jandex</groupId>
+ <groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
diff --git a/integration-tests/infinispan-common/pom.xml
b/integration-tests/infinispan-common/pom.xml
index b67425fb95..ff327ce844 100644
--- a/integration-tests/infinispan-common/pom.xml
+++ b/integration-tests/infinispan-common/pom.xml
@@ -88,7 +88,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.jboss.jandex</groupId>
+ <groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<executions>
<execution>
diff --git a/pom.xml b/pom.xml
index 19a780e7b8..8354eb84a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
<formatter-maven-plugin.version>2.29.0</formatter-maven-plugin.version>
<gmavenplus-maven-plugin.version>3.0.0</gmavenplus-maven-plugin.version>
<impsort-maven-plugin.version>1.12.0</impsort-maven-plugin.version>
- <jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
+ <jandex-maven-plugin.version>3.5.0</jandex-maven-plugin.version><!--
@sync io.quarkus:quarkus-build-parent:${quarkus.version} prop:jandex.version -->
<keytool-maven-plugin.version>1.7</keytool-maven-plugin.version>
<license-maven-plugin.version>5.0.0</license-maven-plugin.version>
<maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version>
diff --git a/poms/build-parent/pom.xml b/poms/build-parent/pom.xml
index 91dd7d83b2..311f0216bd 100644
--- a/poms/build-parent/pom.xml
+++ b/poms/build-parent/pom.xml
@@ -91,7 +91,7 @@
<version>${build-helper-maven-plugin.version}</version>
</plugin>
<plugin>
- <groupId>org.jboss.jandex</groupId>
+ <groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${jandex-maven-plugin.version}</version>
</plugin>