(camel) branch main updated: Upgrade guide for 4.5

2024-02-15 Thread davsclaus
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 
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 000..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]
 



[camel] branch main updated: Upgrade guide

2022-09-26 Thread davsclaus
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 5786b50efde Upgrade guide
5786b50efde is described below

commit 5786b50efde335df9f48ce29e0e0c65d53c1fa61
Author: Claus Ibsen 
AuthorDate: Mon Sep 26 14:06:44 2022 +0200

Upgrade guide
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
index d5d692be3a8..90a14b93ca3 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
@@ -12,6 +12,10 @@ Added `addClassLoader` method to 
`org.apache.camel.spi.ClassResolver`.
 
 The default TLS protocol is changed from `TLSv1.2` to `TLSv1.3` in Camel JSSE 
support.
 
+=== camel-main
+
+The option `camel.main.eager-classloading` has been removed.
+
 === camel-ftp
 
 The default TLS protocol is changed from `TLSv1.2` to `TLSv1.3`.



[camel] branch main updated: Upgrade guide for 3.19

2022-08-02 Thread davsclaus
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 f87e146db57 Upgrade guide for 3.19
f87e146db57 is described below

commit f87e146db57c437586553d0c4f81fb0852466ec7
Author: Claus Ibsen 
AuthorDate: Wed Aug 3 07:41:53 2022 +0200

Upgrade guide for 3.19
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc| 7 +++
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc| 1 +
 2 files changed, 8 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
new file mode 100644
index 000..35543c2a795
--- /dev/null
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_19.adoc
@@ -0,0 +1,7 @@
+= 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.18 to 3.19
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 49ef3b65303..fd79abbcf7f 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
@@ -27,3 +27,4 @@ You can find upgrade guide for each release in the following 
pages:
 - xref:camel-3x-upgrade-guide-3_16.adoc[Upgrade guide 3.15 -> 3.16]
 - xref:camel-3x-upgrade-guide-3_17.adoc[Upgrade guide 3.16 -> 3.17]
 - xref:camel-3x-upgrade-guide-3_18.adoc[Upgrade guide 3.17 -> 3.18]
+- xref:camel-3x-upgrade-guide-3_19.adoc[Upgrade guide 3.18 -> 3.19]