Skip to content

Commit 5e020af

Browse files
committed
Add upgrade guide for 4.21
1 parent eb8a05a commit 5e020af

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= Apache Camel 4.x Upgrade Guide
2+
3+
This document is for helping you upgrade your Apache Camel application
4+
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
5+
from both 4.0 to 4.1 and 4.1 to 4.2.
6+
7+
[NOTE]
8+
====
9+
https://github.com/apache/camel-upgrade-recipes/[The Camel Upgrade Recipes project] provides automated assistance for some common migration tasks.
10+
Note that manual migration is still required.
11+
See the xref:camel-upgrade-recipes-tool.adoc[documentation] page for details.
12+
====
13+
14+
== Upgrading Camel 4.20 to 4.21
15+

docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,24 @@ You can find the upgrade guide for each release in the following pages:
1212
- xref:camel-4x-upgrade-guide-4_1.adoc[Upgrade guide 4.0 -> 4.1]
1313
- xref:camel-4x-upgrade-guide-4_2.adoc[Upgrade guide 4.1 -> 4.2]
1414
- xref:camel-4x-upgrade-guide-4_3.adoc[Upgrade guide 4.2 -> 4.3]
15-
- xref:camel-4x-upgrade-guide-4_4.adoc[Upgrade guide 4.3 -> 4.4]
15+
- xref:camel-4x-upgrade-guide-4_4.adoc[Upgrade guide 4.3 -> 4.4 LTS]
1616
- xref:camel-4x-upgrade-guide-4_5.adoc[Upgrade guide 4.4 -> 4.5]
1717
- xref:camel-4x-upgrade-guide-4_6.adoc[Upgrade guide 4.5 -> 4.6]
1818
- xref:camel-4x-upgrade-guide-4_7.adoc[Upgrade guide 4.6 -> 4.7]
19-
- xref:camel-4x-upgrade-guide-4_8.adoc[Upgrade guide 4.7 -> 4.8]
19+
- xref:camel-4x-upgrade-guide-4_8.adoc[Upgrade guide 4.7 -> 4.8 LTS]
2020
- xref:camel-4x-upgrade-guide-4_9.adoc[Upgrade guide 4.8 -> 4.9]
21-
- xref:camel-4x-upgrade-guide-4_10.adoc[Upgrade guide 4.9 -> 4.10]
21+
- xref:camel-4x-upgrade-guide-4_10.adoc[Upgrade guide 4.9 -> 4.10 LTS]
2222
- xref:camel-4x-upgrade-guide-4_11.adoc[Upgrade guide 4.10 -> 4.11]
2323
- xref:camel-4x-upgrade-guide-4_12.adoc[Upgrade guide 4.11 -> 4.12]
2424
- xref:camel-4x-upgrade-guide-4_13.adoc[Upgrade guide 4.12 -> 4.13]
25-
- xref:camel-4x-upgrade-guide-4_14.adoc[Upgrade guide 4.13 -> 4.14]
25+
- xref:camel-4x-upgrade-guide-4_14.adoc[Upgrade guide 4.13 -> 4.14 LTS]
2626
- xref:camel-4x-upgrade-guide-4_15.adoc[Upgrade guide 4.14 -> 4.15]
2727
- xref:camel-4x-upgrade-guide-4_16.adoc[Upgrade guide 4.15 -> 4.16]
2828
- xref:camel-4x-upgrade-guide-4_17.adoc[Upgrade guide 4.16 -> 4.17]
29-
- xref:camel-4x-upgrade-guide-4_18.adoc[Upgrade guide 4.17 -> 4.18]
29+
- xref:camel-4x-upgrade-guide-4_18.adoc[Upgrade guide 4.17 -> 4.18 LTS]
3030
- xref:camel-4x-upgrade-guide-4_19.adoc[Upgrade guide 4.18 -> 4.19]
3131
- xref:camel-4x-upgrade-guide-4_20.adoc[Upgrade guide 4.19 -> 4.20]
32+
- xref:camel-4x-upgrade-guide-4_21.adoc[Upgrade guide 4.20 -> 4.21]
3233
3334
[NOTE]
3435
====

0 commit comments

Comments
 (0)