You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/26 14:01:54 UTC

(camel) branch main updated (5bff6255946 -> 967f9e3c6f6)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5bff6255946 CAMEL-20281 - Camel-AWS Components: Make it possible to use AwsSessionCredentials to support temporary credentials - AWS Cloudtrail (#12916)
     new 00b7c5dfab9 Add 3.22 upgrade doc
     new 967f9e3c6f6 Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/components/modules/ROOT/nav.adoc                          |  1 +
 docs/components/modules/languages/nav.adoc                     |  1 +
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc        | 10 ++++++++++
 .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc |  1 +
 4 files changed, 13 insertions(+)
 create mode 100644 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc


(camel) 02/02: Regen

Posted by da...@apache.org.
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

commit 967f9e3c6f6ee8441f49d98b3fca77ddc94e86ae
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 26 15:01:37 2024 +0100

    Regen
---
 docs/components/modules/ROOT/nav.adoc      | 1 +
 docs/components/modules/languages/nav.adoc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index ed1cf27b282..6c205d2d2e6 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -317,6 +317,7 @@
 ** xref:vertx-component.adoc[Vert.x]
 ** xref:vertx-http-component.adoc[Vert.x HTTP Client]
 ** xref:vertx-websocket-component.adoc[Vert.x WebSocket]
+** xref:wasm-component.adoc[Wasm]
 ** xref:weather-component.adoc[Weather]
 ** xref:web3j-component.adoc[Web3j Ethereum Blockchain]
 ** xref:webhook-component.adoc[Webhook]
diff --git a/docs/components/modules/languages/nav.adoc b/docs/components/modules/languages/nav.adoc
index b085a11a290..13511c826ec 100644
--- a/docs/components/modules/languages/nav.adoc
+++ b/docs/components/modules/languages/nav.adoc
@@ -24,6 +24,7 @@
 ** xref:spel-language.adoc[SpEL]
 ** xref:tokenize-language.adoc[Tokenize]
 ** xref:variable-language.adoc[Variable]
+** xref:wasm-language.adoc[Wasm]
 ** xref:xtokenize-language.adoc[XML Tokenize]
 ** xref:xpath-language.adoc[XPath]
 ** xref:xquery-language.adoc[XQuery]


(camel) 01/02: Add 3.22 upgrade doc

Posted by da...@apache.org.
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

commit 00b7c5dfab9d61c82c34892fca78890003c9e89b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 26 15:01:30 2024 +0100

    Add 3.22 upgrade doc
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc        | 10 ++++++++++
 .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc |  1 +
 2 files changed, 11 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc
new file mode 100644
index 00000000000..799196a7cee
--- /dev/null
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_22.adoc
@@ -0,0 +1,10 @@
+= 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.21 to 3.22
+
+No changes expected.
+
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 4d7726ae722..dd7964d20e1 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
@@ -30,3 +30,4 @@ You can find upgrade guide for each release in the following pages:
 - xref:camel-3x-upgrade-guide-3_19.adoc[Upgrade guide 3.18 -> 3.19]
 - xref:camel-3x-upgrade-guide-3_20.adoc[Upgrade guide 3.19 -> 3.20]
 - xref:camel-3x-upgrade-guide-3_21.adoc[Upgrade guide 3.20 -> 3.21]
+- xref:camel-3x-upgrade-guide-3_21.adoc[Upgrade guide 3.21 -> 3.22]