JiriOndrusek commented on code in PR #111: URL: https://github.com/apache/camel-upgrade-recipes/pull/111#discussion_r3460243560
########## camel-upgrade-recipes/src/main/resources/META-INF/rewrite/latest.yaml: ########## @@ -20,8 +20,10 @@ name: org.apache.camel.upgrade.CamelMigrationRecipe displayName: Migrate to @camel-latest-version@ description: Migrates Apache Camel application to @camel-latest-version@. recipeList: + - org.apache.camel.upgrade.camel421.CamelMigrationRecipe - org.apache.camel.upgrade.camel420.CamelMigrationRecipe - org.apache.camel.upgrade.camel419.CamelMigrationRecipe + - org.apache.camel.upgrade.camel418_3.CamelMigrationRecipe - org.apache.camel.upgrade.camel418.CamelMigrationRecipe Review Comment: actually we should remove the 4.18.3 recipe here, is it contains the same recipes which are already in 4.21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
