This is an automated email from the ASF dual-hosted git repository.
jiriondrusek 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 8dd55de CSB 4.14 recipe
8dd55de is described below
commit 8dd55deccd7a41c57ed8c3586bdaff939f880ca3
Author: Croway <[email protected]>
AuthorDate: Mon Aug 18 11:55:32 2025 +0200
CSB 4.14 recipe
---
.../src/main/resources/META-INF/rewrite/4.14.yaml | 24 ++++++++++++++++++++++
.../main/resources/META-INF/rewrite/latest.yaml | 1 +
2 files changed, 25 insertions(+)
diff --git
a/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.14.yaml
b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.14.yaml
new file mode 100644
index 0000000..919e100
--- /dev/null
+++
b/camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/4.14.yaml
@@ -0,0 +1,24 @@
+#
+# 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.camel414.CamelSpringBootMigrationRecipe
+displayName: Migrates Camel Spring Boot applications to Camel Spring Boot 4.14
+description: Migrates Camel Spring Boot applications to Camel Spring Boot 4.14.
+recipeList:
+ - org.apache.camel.upgrade.camel413.CamelSpringBootMigrationRecipe
+ - org.apache.camel.upgrade.camel414.CamelMigrationRecipe
\ 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 64cf258..a931813 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.camel414.CamelMigrationRecipe
- org.apache.camel.upgrade.camel413.CamelMigrationRecipe
- org.apache.camel.upgrade.camel412.CamelMigrationRecipe
- org.apache.camel.upgrade.camel411.CamelMigrationRecipe