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 8a1f3ac Fix of typos in release notes
8a1f3ac is described below
commit 8a1f3ac46735b9c4d70c436a7ba46184d276f40b
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Fri Oct 10 09:47:05 2025 +0200
Fix of typos in release notes
---
release_notes.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release_notes.adoc b/release_notes.adoc
index d3d4ebf..6c26dc9 100644
--- a/release_notes.adoc
+++ b/release_notes.adoc
@@ -15,7 +15,7 @@ The following table lists migration topics and indicates the
level of coverage (
| 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 annd Yaml DSL are
covered. Java is not supported by the migration tool, because the java code
requires manuall migration due to parameter type change.
+|
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.
|
https://camel.apache.org/manual/camel-4x-upgrade-guide-4_15.html#_camel_ai_nested_headers_classes[Camel
AI Nested Headers classes] | ✅ Full |
|
https://camel.apache.org/manual/camel-4x-upgrade-guide-4_15.html#_camel_mdc[camel-mdc]
| ❌ None | Not supported by the migration tool.
|===