This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new b79e8c6 Add 3.5 upgrade guide
b79e8c6 is described below
commit b79e8c67fe2d7e2d706e1a84f5f90c142ecc6c4c
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 26 07:44:14 2020 +0200
Add 3.5 upgrade guide
---
.../modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc | 11 +++++++++++
.../modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 1 +
2 files changed, 12 insertions(+)
diff --git
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc
new file mode 100644
index 0000000..fbf23a1
--- /dev/null
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_5.adoc
@@ -0,0 +1,11 @@
+= Apache Camel 3.x Upgrade Guide
+
+This document is for helping you upgrade your Apache Camel application
+from Camel 3.x to 3.y. For example if you are upgrading Camel 3.0 to 3.2, then
you should follow the guides
+from both 3.0 to 3.1 and 3.1 to 3.2.
+
+== Upgrading Camel 3.4 to 3.5
+
+=== Camel-Karaf
+
+The following features has been removed due they become not compatible with
OSGi: `camel-couchbase`.
diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
index c778efe..d26238f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc
@@ -13,3 +13,4 @@ You can find upgrade guide for each release in the following
pages:
- xref:camel-3x-upgrade-guide-3_2.adoc[Upgrade guide from 3.1 to 3.2]
- xref:camel-3x-upgrade-guide-3_3.adoc[Upgrade guide from 3.2 to 3.3]
- xref:camel-3x-upgrade-guide-3_4.adoc[Upgrade guide from 3.3 to 3.4]
+- xref:camel-3x-upgrade-guide-3_5.adoc[Upgrade guide from 3.4 to 3.5]