You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/12/02 10:05:19 UTC

[camel] branch master updated: Chapter for Migration and upgrade guides

This is an automated email from the ASF dual-hosted git repository.

zregvart 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 1b349b5  Chapter for Migration and upgrade guides
1b349b5 is described below

commit 1b349b5c9e8845acfba778cc61ef9d6facc5c777
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Dec 2 11:00:55 2020 +0100

    Chapter for Migration and upgrade guides
    
    Adds single chapter to link and group all migration and upgrade guides,
    and tidies the navigation.
---
 docs/user-manual/modules/ROOT/nav.adoc                         | 9 +++++----
 docs/user-manual/modules/ROOT/pages/migration-and-upgrade.adoc | 8 ++++++++
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/nav.adoc b/docs/user-manual/modules/ROOT/nav.adoc
index 563b52d..3096dd6 100644
--- a/docs/user-manual/modules/ROOT/nav.adoc
+++ b/docs/user-manual/modules/ROOT/nav.adoc
@@ -6,8 +6,8 @@
 ** xref:building.adoc[Building]
 ** xref:camel-jar-dependencies.adoc[Camel JAR Dependencies]
 ** xref:camel-boot.adoc[Camel Boot]
-** xref:camel-maven-plugin.adoc[Camel Maven Plugin] 
-** xref:camel-component-maven-plugin.adoc[Camel Component Maven Plugin] 
+** xref:camel-maven-plugin.adoc[Camel Maven Plugin]
+** xref:camel-component-maven-plugin.adoc[Camel Component Maven Plugin]
 ** xref:camel-report-maven-plugin.adoc[Camel Maven Report Plugin]
 ** xref:camel-maven-archetypes.adoc[Camel Maven Archetypes]
 ** xref:configuring-camel.adoc[Configuring Camel]
@@ -26,6 +26,9 @@
 ** xref:writing-components.adoc[Writing Components]
 ** xref:xml-configuration.adoc[XML Configuration]
 ** xref:xml-reference.adoc[XML Reference]
+* xref:migration-and-upgrade.adoc[Migration and Upgrade]
+** xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 Migration Guide]
+** xref:camel-3x-upgrade-guide.adoc[Camel 3.x Upgrade Guide]
 * Community
 ** xref:contributing.adoc[Contributing]
 ** xref:release-guide.adoc[Release guide]
@@ -102,5 +105,3 @@
 ** xref:languages.adoc[Languages]
 ** xref:java-dsl.adoc[Java DSL]
 ** xref:spring.adoc[Spring support]
-* xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 Migration Guide]
-* xref:camel-3x-upgrade-guide.adoc[Camel 3.x Upgrade Guide]
diff --git a/docs/user-manual/modules/ROOT/pages/migration-and-upgrade.adoc b/docs/user-manual/modules/ROOT/pages/migration-and-upgrade.adoc
new file mode 100644
index 0000000..a926972
--- /dev/null
+++ b/docs/user-manual/modules/ROOT/pages/migration-and-upgrade.adoc
@@ -0,0 +1,8 @@
+= Apache Camel Migration and Upgrade Guides
+
+We do frequent releases, a release almost every month, and even though we strive to maintain backward compatibility, we may on occasion introduce a breaking change in the interest of the long-term evolution of the project.
+
+Listed here are the notes on how to migrate between major versions, and what to watch out when upgrading from minor versions.
+
+- xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 migration guide]
+- xref:camel-3x-upgrade-guide.adoc[Upgrade guide for 3.x releases]