timtebeek commented on code in PR #21: URL: https://github.com/apache/camel-upgrade-recipes/pull/21#discussion_r1925740763
########## camel-spring-boot-upgrade-recipes/pom.xml: ########## @@ -33,7 +33,8 @@ <description>Migration recipes (using openrewrite) for Camel Spring Boot to make Maven migrations easier</description> <properties> - <spring-rewrite-version>5.24.1</spring-rewrite-version> + <!-- Update this with each spring-rewrite release --> + <spring-rewrite-version>6.0.1</spring-rewrite-version> Review Comment: No problem at all! Does Camel 4.9.0 use Spring Boot in a way that's incompatible with Spring Boot 3.3? Or is it merely that it's built against 3.4 but expected to mostly still work with 3.3 if that part is not upgraded? It might be some time before a public 3.4 recipe is available, as seen from the issue: - https://github.com/openrewrite/rewrite-spring/issues/642 Internally we're further along, but there's no set timeline if or when that will become available, although any help is of course welcome. As for your options now: I think you're likely fine to keep the Spring Boot 3.3 recipe in there; to be swapped out for 3.4 when available. I'm not sure how much users of Apache Camel have come to rely upon the recipes you provide to also upgrade their Spring Boot version, but documenting that some work might be required there could go a long way as well. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org