apupier commented on code in PR #73: URL: https://github.com/apache/camel-upgrade-recipes/pull/73#discussion_r2672657488
########## release_notes.adoc: ########## @@ -44,6 +71,26 @@ The following table lists migration topics and indicates the level of coverage ( | https://camel.apache.org/manual/camel-4x-upgrade-guide-4_15.html#_camel_mdc[camel-mdc] | ❌ None | Not supported by the migration tool. |=== +== 4.15.0 + +=== Summary + +This is a release supporting Camel and Camel Spring Boot 4.15.0 with the required upgrade recipes (described by the https://camel.apache.org/manual/camel-4x-upgrade-guide-4_15.html[migration guide]). + +=== Migration coverage + +The following table lists migration topics and indicates the level of coverage (full, partial, or not covered), along with additional comments. + +[%autowidth,stripes=hover] +|=== +| Migration | Coverage | Comment + +| https://camel.apache.org/manual/camel-4x-upgrade-guide-4_15.html#_data_formats[Data Formats] | ⚠️ Partial | DataFormat changes are migrated automatically. Csv's change of parameters from List<String> to String are not supported by the migration tool +| https://camel.apache.org/manual/camel-4x-upgrade-guide-4_15.html#_camel_netty_camel_netty_http[camel-netty / camel-netty-htt] | ⚠️ Partial | Basic cases in Xml DSL and Yaml DSL are covered. Java is not supported by the migration tool, because the java code requires manuals migration due to parameter type change. Review Comment: typo camel-netty-htt --> camel-netty-http -- 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]
