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 63bc5b3 Upgrade CSB to 4.12 63bc5b3 is described below commit 63bc5b3ebe180b1a358b4cbbdc6c772534f779e4 Author: Croway <federico.mariani.1...@gmail.com> AuthorDate: Fri May 30 11:55:36 2025 +0200 Upgrade CSB to 4.12 --- camel-spring-boot-upgrade-recipes/pom.xml | 4 +-- .../src/main/resources/META-INF/rewrite/4.12.yaml | 42 ++++++++++++++++++++++ .../main/resources/META-INF/rewrite/latest.yaml | 1 + 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/camel-spring-boot-upgrade-recipes/pom.xml b/camel-spring-boot-upgrade-recipes/pom.xml index 9f7a9cc..65875da 100644 --- a/camel-spring-boot-upgrade-recipes/pom.xml +++ b/camel-spring-boot-upgrade-recipes/pom.xml @@ -30,8 +30,8 @@ <properties> <!-- Use same version as https://github.com/apache/camel-spring-boot/blob/${project.version}/pom.xml#L111C9-L111C57 --> - <spring-boot-version>3.4.2</spring-boot-version> - <springframework-version>6.2.2</springframework-version> + <spring-boot-version>3.5.0</spring-boot-version> + <springframework-version>6.2.7</springframework-version> </properties> <name>Camel Spring Boot Upgrades Recipes</name> diff --git a/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.12.yaml b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.12.yaml new file mode 100644 index 0000000..f93a261 --- /dev/null +++ b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.12.yaml @@ -0,0 +1,42 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +--- +type: specs.openrewrite.org/v1beta/recipe +name: org.apache.camel.upgrade.camel412.CamelSpringBootMigrationRecipe +displayName: Migrates Camel Spring Boot applications to Camel Spring Boot 4.12 +description: Migrates Camel Spring Boot applications to Camel Spring Boot 4.12 +recipeList: + - org.apache.camel.upgrade.camel412.CamelMigrationRecipe + - org.apache.camel.upgrade.camel411.CamelMigrationRecipe + - org.apache.camel.upgrade.camel410.CamelMigrationRecipe + - org.apache.camel.upgrade.camel49.CamelMigrationRecipe + - org.apache.camel.upgrade.camel47.CamelMigrationRecipe + - org.apache.camel.upgrade.camel46.CamelMigrationRecipe + - org.apache.camel.upgrade.camel45.CamelMigrationRecipe + - org.apache.camel.upgrade.camel44.CamelMigrationRecipe + - org.apache.camel.upgrade.camel40.CamelMigrationRecipe + - org.apache.camel.upgrade.UpdateCamelSpringBootPropertiesAndYamlKeys + - org.openrewrite.maven.UpgradeDependencyVersion: + groupId: '*camel*' + artifactId: 'camel-spring-boot-bom' + newVersion: @project.version@ + - org.openrewrite.maven.RemoveDependency: + groupId: org.apache.camel.springboot + artifactId: camel-k-starter + - org.openrewrite.maven.RemoveDependency: + groupId: org.apache.camel.springboot + artifactId: camel-etcd3-starter \ 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 491f22e..09bd513 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.camel412.CamelMigrationRecipe - org.apache.camel.upgrade.camel411.CamelMigrationRecipe - org.apache.camel.upgrade.camel410.CamelMigrationRecipe - org.apache.camel.upgrade.camel49.CamelMigrationRecipe