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 77ea7c3 Update Camel Spring Boot recipes to 4.13
77ea7c3 is described below
commit 77ea7c3c8a686048fc29ef209aac9518cdc2fbac
Author: Croway <[email protected]>
AuthorDate: Fri Jul 11 14:36:46 2025 +0200
Update Camel Spring Boot recipes to 4.13
---
.../src/main/resources/META-INF/rewrite/4.13.yaml | 4 ++++
.../src/main/resources/META-INF/rewrite/latest.yaml | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git
a/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.13.yaml
b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.13.yaml
index 31ecb50..ea692d0 100644
---
a/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.13.yaml
+++
b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.13.yaml
@@ -22,4 +22,8 @@ description: Migrates Camel Spring Boot applications to Camel
Spring Boot 4.12
recipeList:
- org.apache.camel.upgrade.camel412.CamelSpringBootMigrationRecipe
- org.apache.camel.upgrade.camel413.CamelMigrationRecipe
+ - org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId:
+ oldGroupId: org.apache.camel-springboot
+ oldArtifactId: camel-fury-starter
+ newArtifactId: camel-fory-starter
# - any new CSB recipe for C4.13 goes here and to the latest.yaml
\ No newline at end of file
diff --git
a/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/latest.yaml
b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/latest.yaml
index 09bd513..72834db 100644
---
a/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/latest.yaml
+++
b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/latest.yaml
@@ -21,6 +21,7 @@ displayName: Migrate to Apache Camel Spring Boot
@camel-version@
description: >-
Migrate applications to Apache Camel Spring Boot @camel-version@ and Spring
Boot @spring-boot-version@
recipeList:
+ - org.apache.camel.upgrade.camel413.CamelMigrationRecipe
- org.apache.camel.upgrade.camel412.CamelMigrationRecipe
- org.apache.camel.upgrade.camel411.CamelMigrationRecipe
- org.apache.camel.upgrade.camel410.CamelMigrationRecipe
@@ -71,4 +72,8 @@ recipeList:
artifactId: camel-k-starter
- org.openrewrite.maven.RemoveDependency:
groupId: org.apache.camel.springboot
- artifactId: camel-etcd3-starter
\ No newline at end of file
+ artifactId: camel-etcd3-starter
+ - org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId:
+ oldGroupId: org.apache.camel-springboot
+ oldArtifactId: camel-fury-starter
+ newArtifactId: camel-fory-starter
\ No newline at end of file