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 2016/06/08 07:43:13 UTC

[1/2] camel git commit: Upgrade Netty4 to version 4.0.37.Final

Repository: camel
Updated Branches:
  refs/heads/master 71ffd868f -> 1da818fc7


Upgrade Netty4 to version 4.0.37.Final


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f9a2d1cd
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f9a2d1cd
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f9a2d1cd

Branch: refs/heads/master
Commit: f9a2d1cd588481ca19308ee166c232e996bafeae
Parents: 71ffd86
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Jun 8 09:37:33 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Jun 8 09:37:33 2016 +0200

----------------------------------------------------------------------
 parent/pom.xml                                           | 2 +-
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f9a2d1cd/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 075e8f5..89a3178 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -422,7 +422,7 @@
     <mybatis-version>3.4.0</mybatis-version>
     <neethi-bundle-version>3.0.1</neethi-bundle-version>
     <netty3-version>3.10.5.Final</netty3-version>
-    <netty-version>4.0.36.Final</netty-version>
+    <netty-version>4.0.37.Final</netty-version>
     <netty41-version>4.1.0.Final</netty41-version>
     <noggit-bundle-version>0.5_1</noggit-bundle-version>
     <!-- should be in-sync with deltaspike -->

http://git-wip-us.apache.org/repos/asf/camel/blob/f9a2d1cd/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index b899874..770e56f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1190,6 +1190,7 @@
     <bundle dependency='true'>mvn:io.netty/netty-buffer/${netty-version}</bundle>
     <bundle dependency='true'>mvn:io.netty/netty-handler/${netty-version}</bundle>
     <bundle dependency='true'>mvn:io.netty/netty-codec/${netty-version}</bundle>
+    <bundle dependency='true'>mvn:io.netty/netty-transport-native-epoll/${netty-version}</bundle>
     <bundle dependency='true'>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-netty4/${project.version}</bundle>
   </feature>


[2/2] camel git commit: Upgrade netty41 to version 4.1.1.Final

Posted by ac...@apache.org.
Upgrade netty41 to version 4.1.1.Final


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1da818fc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1da818fc
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1da818fc

Branch: refs/heads/master
Commit: 1da818fc7faa82fb28b672816814f2750532a7d5
Parents: f9a2d1c
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Jun 8 09:40:21 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Jun 8 09:40:21 2016 +0200

----------------------------------------------------------------------
 components/camel-etcd/src/main/docs/etcd.adoc | 5 ++++-
 parent/pom.xml                                | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1da818fc/components/camel-etcd/src/main/docs/etcd.adoc
----------------------------------------------------------------------
diff --git a/components/camel-etcd/src/main/docs/etcd.adoc b/components/camel-etcd/src/main/docs/etcd.adoc
index e7e28b2..08f30c9 100644
--- a/components/camel-etcd/src/main/docs/etcd.adoc
+++ b/components/camel-etcd/src/main/docs/etcd.adoc
@@ -11,8 +11,9 @@
 
 
 
+
 // endpoint options: START
-The etcd component supports 15 endpoint options which are listed below:
+The etcd component supports 16 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
@@ -21,6 +22,7 @@ The etcd component supports 15 endpoint options which are listed below:
 | namespace | common |  | EtcdNamespace | *Required* The API namespace to use
 | path | common |  | String | The path the enpoint refers to
 | recursive | common | false | boolean | To apply an action recursively.
+| servicePath | common | /services/ | String | The path to look for for service discovery
 | timeout | common |  | Long | To set the maximum time an action could take to complete.
 | uris | common | http://localhost:2379,http://localhost:4001 | String | To set the URIs the client connects.
 | bridgeErrorHandler | consumer | false | boolean | Allows for bridging the consumer to the Camel routing Error Handler which mean any exceptions occurred while the consumer is trying to pickup incoming messages or the likes will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions that will be logged at WARN/ERROR level and ignored.
@@ -49,6 +51,7 @@ The etcd component supports 15 endpoint options which are listed below:
 
 
 
+
 // component options: START
 The etcd component has no options.
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/1da818fc/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 89a3178..21b822c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -423,7 +423,7 @@
     <neethi-bundle-version>3.0.1</neethi-bundle-version>
     <netty3-version>3.10.5.Final</netty3-version>
     <netty-version>4.0.37.Final</netty-version>
-    <netty41-version>4.1.0.Final</netty41-version>
+    <netty41-version>4.1.1.Final</netty41-version>
     <noggit-bundle-version>0.5_1</noggit-bundle-version>
     <!-- should be in-sync with deltaspike -->
     <openwebbeans1-version>1.2.7</openwebbeans1-version>