This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push:
new 016efc5 Update OpenRewrite and remove Camel 4.8 dependencies from
classpath
016efc5 is described below
commit 016efc545730362f353c818677eee08fdc3ce121
Author: Adriano Machado <[email protected]>
AuthorDate: Wed Oct 1 10:57:24 2025 -0400
Update OpenRewrite and remove Camel 4.8 dependencies from classpath
---
.gitignore | 3 ++-
camel-upgrade-recipes/pom.xml | 13 -------------
pom.xml | 6 +++---
3 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1f691b6..68350f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,4 +27,5 @@ components/camel-cxf/activemq-data
.java-version
node_modules/
mvnd.zip*
-.camel-jbang
\ No newline at end of file
+.camel-jbang
+classpath.tsv.gz
\ No newline at end of file
diff --git a/camel-upgrade-recipes/pom.xml b/camel-upgrade-recipes/pom.xml
index 0211b7a..cecb82e 100644
--- a/camel-upgrade-recipes/pom.xml
+++ b/camel-upgrade-recipes/pom.xml
@@ -109,19 +109,6 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-core-engine</artifactId>
- <version>${camel4.8-version}</version>
- </dependency>
-
-
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-core-languages</artifactId>
- <version>${camel4.8-version}</version>
- </dependency>
-
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
diff --git a/pom.xml b/pom.xml
index f2ad470..8e21c6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<spring-boot-version>3.5.6</spring-boot-version>
<springframework-version>6.2.11</springframework-version>
- <rewrite-recipe-bom.version>3.9.0</rewrite-recipe-bom.version>
+ <rewrite-recipe-bom.version>3.15.0</rewrite-recipe-bom.version>
<lombok.version>1.18.34</lombok.version>
<slf4j.version>1.7.36</slf4j.version>
@@ -183,7 +183,7 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
- <version>6.15.0</version>
+ <version>6.19.0</version>
<configuration>
<activeRecipes>
<recipe>org.apache.camel.upgrade.internal.OpenRewriteRecipeBestPractices</recipe>
@@ -194,7 +194,7 @@
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-rewrite</artifactId>
- <version>0.10.1</version>
+ <version>0.13.0</version>
</dependency>
</dependencies>
</plugin>