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

[camel] branch master updated (4b51495 -> 702aabe)

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

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


    from 4b51495  Upgrade twillio
     new 11e0366  Added guide for upgrading from 3.5 to 3.6
     new 03da8ee  Added note about removal of camel-atmosphere-websocket Karaf feature
     new 1fe8023  Upgrade Artemis to version 2.15.0
     new 702aabe  Sync Properties

The 4 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:
 camel-dependencies/pom.xml                                    |  4 ++--
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc        | 11 +++++++++++
 .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc            |  1 +
 parent/pom.xml                                                |  2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)
 create mode 100644 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc


[camel] 04/04: Sync Properties

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 702aabe83fac4899aa7420b1b7eea51f390ac85c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 12:11:48 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 952ed80..69e6227 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -33,7 +33,7 @@
   <description>Camel Dependencies POM</description>
   <properties>
     <abdera-version>1.1.3</abdera-version>
-    <activemq-artemis-version>2.14.0</activemq-artemis-version>
+    <activemq-artemis-version>2.15.0</activemq-artemis-version>
     <activemq-version>5.16.0</activemq-version>
     <aether-version>1.0.2.v20150114</aether-version>
     <ahc-version>2.12.1</ahc-version>
@@ -555,7 +555,7 @@
     <testcontainers-version>1.14.3</testcontainers-version>
     <tika-version>1.24.1</tika-version>
     <trimStackTrace>false</trimStackTrace>
-    <twilio-version>7.9.1</twilio-version>
+    <twilio-version>7.55.0</twilio-version>
     <twitter4j-version>4.0.7</twitter4j-version>
     <undertow-version>2.1.3.Final</undertow-version>
     <univocity-parsers-version>2.9.0</univocity-parsers-version>


[camel] 03/04: Upgrade Artemis to version 2.15.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1fe8023b6ce0a81daaecc49d2e93a5698fa8c818
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 11:50:59 2020 +0200

    Upgrade Artemis to version 2.15.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ad107b2..d5836b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -43,7 +43,7 @@
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
         <activemq-version>5.16.0</activemq-version>
-        <activemq-artemis-version>2.14.0</activemq-artemis-version>
+        <activemq-artemis-version>2.15.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
         <ahc-version>2.12.1</ahc-version>
         <android-annotations-version>4.1.1.4</android-annotations-version>


[camel] 02/04: Added note about removal of camel-atmosphere-websocket Karaf feature

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 03da8eea1184806adcfc94f12a3890cf35c174e3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 11:42:38 2020 +0200

    Added note about removal of camel-atmosphere-websocket Karaf feature
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc        | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc
new file mode 100644
index 0000000..08007d2
--- /dev/null
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.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.5 to 3.6
+
+=== Camel Karaf
+
+The following features has been removed due they become not compatible with OSGi: `camel-atmosphere-websocket`.


[camel] 01/04: Added guide for upgrading from 3.5 to 3.6

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 11e03667a9f7ea00dc475816f5a51c2ac15759c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 11:40:54 2020 +0200

    Added guide for upgrading from 3.5 to 3.6
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 1 +
 1 file changed, 1 insertion(+)

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 d26238f..bb756da 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
@@ -14,3 +14,4 @@ You can find upgrade guide for each release in the following pages:
 - 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]
+- xref:camel-3x-upgrade-guide-3_6.adoc[Upgrade guide from 3.5 to 3.6]