This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 2d2c17f6abd Upgrade guide for 4.5 2d2c17f6abd is described below commit 2d2c17f6abd67ddd12fad23e4944814164400235 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 15 18:19:36 2024 +0100 Upgrade guide for 4.5 --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc | 8 ++++++++ docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc | 1 + 2 files changed, 9 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc new file mode 100644 index 00000000000..c24919ee553 --- /dev/null +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_5.adoc @@ -0,0 +1,8 @@ += Apache Camel 4.x Upgrade Guide + +This document is for helping you upgrade your Apache Camel application +from Camel 4.x to 4.y. For example, if you are upgrading Camel 4.0 to 4.2, then you should follow the guides +from both 4.0 to 4.1 and 4.1 to 4.2. + +== Upgrading Camel 4.4 to 4.5 + diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc index 71ce727a741..57a055eedc4 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc @@ -13,4 +13,5 @@ You can find upgrade guide for each release in the following pages: - xref:camel-4x-upgrade-guide-4_2.adoc[Upgrade guide 4.1 -> 4.2] - xref:camel-4x-upgrade-guide-4_3.adoc[Upgrade guide 4.2 -> 4.3] - xref:camel-4x-upgrade-guide-4_4.adoc[Upgrade guide 4.3 -> 4.4] +- xref:camel-4x-upgrade-guide-4_4.adoc[Upgrade guide 4.4 -> 4.5]