camel git commit: CAMEL-11531-set servlet as provided and backport to 2.19.x branch

2017-07-22 Thread onders
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 70cb089f7 -> 65baf940a


CAMEL-11531-set servlet as provided and backport to 2.19.x branch


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

Branch: refs/heads/camel-2.19.x
Commit: 65baf940ae473aa46cb96e1c00cf3679616f5ece
Parents: 70cb089
Author: onders86 
Authored: Sat Jul 22 19:57:05 2017 +0300
Committer: onders86 
Committed: Sat Jul 22 19:57:05 2017 +0300

--
 components/camel-http-common/pom.xml |  1 +
 .../components-starter/camel-servlet-starter/pom.xml | 11 +++
 2 files changed, 12 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/65baf940/components/camel-http-common/pom.xml
--
diff --git a/components/camel-http-common/pom.xml 
b/components/camel-http-common/pom.xml
index 083603b..a46d951 100644
--- a/components/camel-http-common/pom.xml
+++ b/components/camel-http-common/pom.xml
@@ -46,6 +46,7 @@
   javax.servlet
   javax.servlet-api
   ${javax.servlet-api-version}
+  provided
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/65baf940/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml
index 9ae8c52..8736391 100644
--- a/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml
@@ -36,6 +36,17 @@
   org.apache.camel
   camel-servlet
   ${project.version}
+  
+
+  javax.servlet
+  javax.servlet-api
+
+  
+
+
+  javax.servlet
+  javax.servlet-api
+  provided
 
 
 



camel git commit: CAMEL-11531-merge and polish [Forced Update!]

2017-07-22 Thread onders
Repository: camel
Updated Branches:
  refs/heads/master e6d75356d -> 5e875e96f (forced update)


CAMEL-11531-merge and polish


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

Branch: refs/heads/master
Commit: 5e875e96f1f4088104aba7c24d2e997dfa90b429
Parents: 617cfbb 383bad0
Author: onders86 
Authored: Sat Jul 22 19:18:56 2017 +0300
Committer: onders86 
Committed: Sat Jul 22 19:41:49 2017 +0300

--
 components/camel-http-common/pom.xml|  1 +
 .../camel/http/common/cookie/CookieHandlerTest.java |  3 +--
 .../components-starter/camel-servlet-starter/pom.xml| 12 
 3 files changed, 14 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/5e875e96/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
--
diff --cc 
components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
index 5e38584,1ee9d61..2b11f93
--- 
a/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
+++ 
b/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
@@@ -39,8 -39,9 +39,7 @@@ public class CookieHandlerTest extends 
  private CookieHandler cookieHandler;
  private CookiePolicy cookiePolicy;
  private int expectedNumberOfCookieValues;
 -
 +private String uriStr;
- 
  private Exchange exchange;
  
  public CookieHandlerTest(CookieHandler cookieHandler, CookiePolicy 
cookiePolicy, String uri, int expectedNumberOfCookieValues, String description) 
{



[1/2] camel git commit: CAMEL-11531 - set servlet dependency as provided

2017-07-22 Thread onders
Repository: camel
Updated Branches:
  refs/heads/master 617cfbb04 -> e6d75356d


CAMEL-11531 - set servlet dependency as provided

CAMEL-11531 - fix for spring boot starter

CAMEL-11531 - fix cs failures from db157f495f02c45d0a02017a367ab9e74096262f

CAMEL-11531 - my cs fix

CAMEL-11531 - my cs fix again


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

Branch: refs/heads/master
Commit: 383bad076fbbf0db4fe8afac55361b8b5d906caf
Parents: db157f4
Author: onders86 
Authored: Thu Jul 20 14:19:26 2017 +0300
Committer: onders86 
Committed: Sat Jul 22 09:45:44 2017 +0300

--
 components/camel-http-common/pom.xml|  1 +
 .../http/common/cookie/CookieHandlerTest.java   | 30 +++-
 .../camel-servlet-starter/pom.xml   | 12 
 3 files changed, 29 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/383bad07/components/camel-http-common/pom.xml
--
diff --git a/components/camel-http-common/pom.xml 
b/components/camel-http-common/pom.xml
index 7207b19..bc0ccca 100644
--- a/components/camel-http-common/pom.xml
+++ b/components/camel-http-common/pom.xml
@@ -48,6 +48,7 @@
   javax.servlet
   javax.servlet-api
   ${javax.servlet-api-version}
+  provided
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/383bad07/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
--
diff --git 
a/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
 
b/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
index 32532b3..1ee9d61 100644
--- 
a/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
+++ 
b/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
@@ -36,6 +36,21 @@ import org.junit.runners.Parameterized.Parameters;
 
 @RunWith(Parameterized.class)
 public class CookieHandlerTest extends CamelTestSupport {
+
+private String uriStr;
+private CookieHandler cookieHandler;
+private CookiePolicy cookiePolicy;
+private int expectedNumberOfCookieValues;
+
+private Exchange exchange;
+
+public CookieHandlerTest(CookieHandler cookieHandler, CookiePolicy 
cookiePolicy, String uri, int expectedNumberOfCookieValues, String description) 
{
+this.cookieHandler = cookieHandler;
+this.cookiePolicy = cookiePolicy;
+this.uriStr = uri;
+this.expectedNumberOfCookieValues = expectedNumberOfCookieValues;
+}
+
 /*
  * This test tries to set a cookie for domain .example.com from host
  * www.example.com or www.sub.example.com According to RFC 2965 section
@@ -45,6 +60,7 @@ public class CookieHandlerTest extends CamelTestSupport {
  * version and one the (single) cookie.
  */
 @Parameters(name = "{index}: {4} policy for {2} returns {3} Cookie header 
lines")
+
 public static Iterable data() {
 return Arrays
 .asList(new Object[][] {{new InstanceCookieHandler(), 
CookiePolicy.ACCEPT_ORIGINAL_SERVER, "http://www.example.com/acme/foo;, 2,
@@ -59,20 +75,6 @@ public class CookieHandlerTest extends CamelTestSupport {
 {new ExchangeCookieHandler(), 
CookiePolicy.ACCEPT_ALL, "http://www.sub.example.com/acme/foo;, 2, 
"ExchangeCookieHandler with ACCEPT_ALL"}});
 }
 
-private String uriStr;
-private CookieHandler cookieHandler;
-private CookiePolicy cookiePolicy;
-private int expectedNumberOfCookieValues;
-
-private Exchange exchange;
-
-public CookieHandlerTest(CookieHandler cookieHandler, CookiePolicy 
cookiePolicy, String uri, int expectedNumberOfCookieValues, String description) 
{
-this.cookieHandler = cookieHandler;
-this.cookiePolicy = cookiePolicy;
-this.uriStr = uri;
-this.expectedNumberOfCookieValues = expectedNumberOfCookieValues;
-}
-
 @Before
 public void setUp() throws Exception {
 super.setUp();

http://git-wip-us.apache.org/repos/asf/camel/blob/383bad07/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-servlet-starter/pom.xml

[2/2] camel git commit: CAMEL-1151-polish

2017-07-22 Thread onders
CAMEL-1151-polish


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

Branch: refs/heads/master
Commit: e6d75356d8ea99ec286e6be0322721a8c3612256
Parents: 617cfbb 383bad0
Author: onders86 
Authored: Sat Jul 22 19:18:56 2017 +0300
Committer: onders86 
Committed: Sat Jul 22 19:18:56 2017 +0300

--
 components/camel-http-common/pom.xml|  1 +
 .../camel/http/common/cookie/CookieHandlerTest.java |  3 +--
 .../components-starter/camel-servlet-starter/pom.xml| 12 
 3 files changed, 14 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/e6d75356/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
--
diff --cc 
components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
index 5e38584,1ee9d61..2b11f93
--- 
a/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
+++ 
b/components/camel-http-common/src/test/java/org/apache/camel/http/common/cookie/CookieHandlerTest.java
@@@ -39,8 -39,9 +39,7 @@@ public class CookieHandlerTest extends 
  private CookieHandler cookieHandler;
  private CookiePolicy cookiePolicy;
  private int expectedNumberOfCookieValues;
 -
 +private String uriStr;
- 
  private Exchange exchange;
  
  public CookieHandlerTest(CookieHandler cookieHandler, CookiePolicy 
cookiePolicy, String uri, int expectedNumberOfCookieValues, String description) 
{



camel git commit: CAMEL-11577: apt plugin should generate URL as URL and not U R L in displayName

2017-07-22 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 073f52958 -> 70cb089f7


CAMEL-11577: apt plugin should generate URL as URL and not U R L in displayName


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

Branch: refs/heads/camel-2.19.x
Commit: 70cb089f76a645c3da0ac61243d59a8cbb94290b
Parents: 073f529
Author: Claus Ibsen 
Authored: Sat Jul 22 16:12:53 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 16:25:45 2017 +0200

--
 .../main/java/org/apache/camel/tools/apt/helper/Strings.java | 6 +-
 .../test/java/org/apache/camel/tools/apt/StringsTest.java| 8 
 2 files changed, 13 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/70cb089f/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
--
diff --git 
a/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java 
b/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
index 6c5d870..7ba92a5 100644
--- a/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
+++ b/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
@@ -129,7 +129,11 @@ public final class Strings {
 if (first) {
 sb.append(Character.toUpperCase(c));
 } else if (upper) {
-sb.append(' ');
+char prev = sb.charAt(sb.length() - 1);
+if (!Character.isUpperCase(prev)) {
+// append space if previous is not upper
+sb.append(' ');
+}
 sb.append(c);
 } else {
 sb.append(Character.toLowerCase(c));

http://git-wip-us.apache.org/repos/asf/camel/blob/70cb089f/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
--
diff --git 
a/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java 
b/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
index 3903d53..c554eec 100644
--- a/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
+++ b/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
@@ -18,6 +18,7 @@ package org.apache.camel.tools.apt;
 
 import org.junit.Test;
 
+import static org.apache.camel.tools.apt.helper.Strings.asTitle;
 import static org.apache.camel.tools.apt.helper.Strings.between;
 import static org.junit.Assert.assertEquals;
 
@@ -27,4 +28,11 @@ public class StringsTest {
 public void testBetween() {
 assertEquals("org.apache.camel.model.OnCompletionDefinition", 
between("java.util.List", "<", 
">"));
 }
+
+@Test
+public void testAsTitle() {
+assertEquals("Broker URL", asTitle("brokerURL"));
+assertEquals("Expose All Queues", asTitle("exposeAllQueues"));
+assertEquals("Reply To Concurrent Consumers", 
asTitle("replyToConcurrentConsumers"));
+}
 }



camel git commit: CAMEL-11577: apt plugin should generate URL as URL and not U R L in displayName

2017-07-22 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master a59e86b29 -> 617cfbb04


CAMEL-11577: apt plugin should generate URL as URL and not U R L in displayName


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

Branch: refs/heads/master
Commit: 617cfbb04f91dfc4350c94fb8f9b7b8b6589bc26
Parents: a59e86b
Author: Claus Ibsen 
Authored: Sat Jul 22 16:12:53 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 16:12:53 2017 +0200

--
 .../main/java/org/apache/camel/tools/apt/helper/Strings.java | 6 +-
 .../test/java/org/apache/camel/tools/apt/StringsTest.java| 8 
 2 files changed, 13 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/617cfbb0/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
--
diff --git 
a/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java 
b/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
index 6c5d870..7ba92a5 100644
--- a/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
+++ b/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/Strings.java
@@ -129,7 +129,11 @@ public final class Strings {
 if (first) {
 sb.append(Character.toUpperCase(c));
 } else if (upper) {
-sb.append(' ');
+char prev = sb.charAt(sb.length() - 1);
+if (!Character.isUpperCase(prev)) {
+// append space if previous is not upper
+sb.append(' ');
+}
 sb.append(c);
 } else {
 sb.append(Character.toLowerCase(c));

http://git-wip-us.apache.org/repos/asf/camel/blob/617cfbb0/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
--
diff --git 
a/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java 
b/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
index 3903d53..c554eec 100644
--- a/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
+++ b/tooling/apt/src/test/java/org/apache/camel/tools/apt/StringsTest.java
@@ -18,6 +18,7 @@ package org.apache.camel.tools.apt;
 
 import org.junit.Test;
 
+import static org.apache.camel.tools.apt.helper.Strings.asTitle;
 import static org.apache.camel.tools.apt.helper.Strings.between;
 import static org.junit.Assert.assertEquals;
 
@@ -27,4 +28,11 @@ public class StringsTest {
 public void testBetween() {
 assertEquals("org.apache.camel.model.OnCompletionDefinition", 
between("java.util.List", "<", 
">"));
 }
+
+@Test
+public void testAsTitle() {
+assertEquals("Broker URL", asTitle("brokerURL"));
+assertEquals("Expose All Queues", asTitle("exposeAllQueues"));
+assertEquals("Reply To Concurrent Consumers", 
asTitle("replyToConcurrentConsumers"));
+}
 }



[1/6] camel git commit: [maven-release-plugin] prepare for next development iteration

2017-07-22 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x d11275b19 -> 073f52958


http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
index c256c26..627c76b 100644
--- a/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-pgevent-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
index a22ee38..93fe35a 100644
--- a/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-printer-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
index 0d62367..66c55b7 100644
--- a/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-protobuf-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
index 2dd19cf..b8fabc9 100644
--- a/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-pubnub-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
index 4ad939c..edb300a 100644
--- a/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-quartz2-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
index b5e5193..2270144 100644
--- a/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-quickfix-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
index 0e6f1ab..6b94c96 100644
--- a/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-rabbitmq-starter
   jar


[4/6] camel git commit: [maven-release-plugin] prepare for next development iteration

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-rss/pom.xml
--
diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml
index 0a50dac..755bec8 100644
--- a/components/camel-rss/pom.xml
+++ b/components/camel-rss/pom.xml
@@ -21,7 +21,7 @@
 
 components
 org.apache.camel
-2.19.2
+2.19.3-SNAPSHOT
 
 
 camel-rss

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-ruby/pom.xml
--
diff --git a/components/camel-ruby/pom.xml b/components/camel-ruby/pom.xml
index 62d7b6d..7232b81 100644
--- a/components/camel-ruby/pom.xml
+++ b/components/camel-ruby/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-ruby

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-rx/pom.xml
--
diff --git a/components/camel-rx/pom.xml b/components/camel-rx/pom.xml
index e7f213d..88521c7 100644
--- a/components/camel-rx/pom.xml
+++ b/components/camel-rx/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-rx

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-salesforce/camel-salesforce-component/pom.xml
--
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml 
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index af2c7c6..b3b0214 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 camel-salesforce-parent
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-salesforce

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
--
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml 
b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 410bab1..448b43e 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 camel-salesforce-parent
-2.19.2
+2.19.3-SNAPSHOT
   
 
   org.apache.camel.maven

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-salesforce/pom.xml
--
diff --git a/components/camel-salesforce/pom.xml 
b/components/camel-salesforce/pom.xml
index ea1d15e..619180d 100644
--- a/components/camel-salesforce/pom.xml
+++ b/components/camel-salesforce/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-salesforce-parent

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-sap-netweaver/pom.xml
--
diff --git a/components/camel-sap-netweaver/pom.xml 
b/components/camel-sap-netweaver/pom.xml
index e395f81..4c4c2c4 100644
--- a/components/camel-sap-netweaver/pom.xml
+++ b/components/camel-sap-netweaver/pom.xml
@@ -21,7 +21,7 @@
 
 components
 org.apache.camel
-2.19.2
+2.19.3-SNAPSHOT
 
 
 camel-sap-netweaver

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-saxon/pom.xml
--
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index ff4952f..13880f2 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-saxon

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-scala/pom.xml
--
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index d7f0122..50e2f0d 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
 
 
 camel-scala

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-schematron/pom.xml
--
diff --git a/components/camel-schematron/pom.xml 
b/components/camel-schematron/pom.xml
index c14fa45..76eefd5 100644
--- a/components/camel-schematron/pom.xml
+++ b/components/camel-schematron/pom.xml
@@ -20,7 +20,7 @@

[6/6] camel git commit: [maven-release-plugin] prepare for next development iteration

2017-07-22 Thread gzurowski
[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/camel-2.19.x
Commit: 073f5295876714b613f66fd7b87f51b8947f6f94
Parents: d11275b
Author: Gregor Zurowski 
Authored: Sat Jul 22 13:11:17 2017 +
Committer: Gregor Zurowski 
Committed: Sat Jul 22 13:11:17 2017 +

--
 apache-camel/pom.xml | 2 +-
 archetypes/camel-archetype-activemq/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml | 2 +-
 archetypes/camel-archetype-blueprint/pom.xml | 2 +-
 archetypes/camel-archetype-cdi/pom.xml   | 2 +-
 archetypes/camel-archetype-component/pom.xml | 2 +-
 archetypes/camel-archetype-connector/pom.xml | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml| 2 +-
 archetypes/camel-archetype-groovy/pom.xml| 2 +-
 archetypes/camel-archetype-java/pom.xml  | 2 +-
 archetypes/camel-archetype-java8/pom.xml | 2 +-
 archetypes/camel-archetype-scala/pom.xml | 2 +-
 archetypes/camel-archetype-scr/pom.xml   | 2 +-
 archetypes/camel-archetype-spring-boot/pom.xml   | 2 +-
 archetypes/camel-archetype-spring-dm/pom.xml | 2 +-
 archetypes/camel-archetype-spring/pom.xml| 2 +-
 archetypes/camel-archetype-web/pom.xml   | 2 +-
 archetypes/pom.xml   | 2 +-
 buildingtools/pom.xml| 2 +-
 camel-core/pom.xml   | 2 +-
 components/camel-ahc-ws/pom.xml  | 2 +-
 components/camel-ahc/pom.xml | 2 +-
 components/camel-amqp/pom.xml| 2 +-
 components/camel-apns/pom.xml| 2 +-
 components/camel-asterisk/pom.xml| 2 +-
 components/camel-atmos/pom.xml   | 2 +-
 components/camel-atmosphere-websocket/pom.xml| 2 +-
 components/camel-atom/pom.xml| 2 +-
 components/camel-avro/pom.xml| 2 +-
 components/camel-aws/pom.xml | 2 +-
 components/camel-azure/pom.xml   | 2 +-
 components/camel-bam/pom.xml | 2 +-
 components/camel-barcode/pom.xml | 2 +-
 components/camel-base64/pom.xml  | 2 +-
 components/camel-bean-validator/pom.xml  | 2 +-
 components/camel-beanio/pom.xml  | 2 +-
 components/camel-beanstalk/pom.xml   | 2 +-
 components/camel-bindy/pom.xml   | 2 +-
 components/camel-blueprint/pom.xml   | 2 +-
 components/camel-bonita/pom.xml  | 2 +-
 components/camel-boon/pom.xml| 2 +-
 components/camel-box/camel-box-api/pom.xml   | 2 +-
 components/camel-box/camel-box-component/pom.xml | 2 +-
 components/camel-box/pom.xml | 2 +-
 components/camel-braintree/pom.xml   | 2 +-
 components/camel-cache/pom.xml   | 2 +-
 components/camel-cassandraql/pom.xml | 2 +-
 components/camel-castor/pom.xml  | 2 +-
 components/camel-cdi/pom.xml | 2 +-
 components/camel-chronicle/pom.xml   | 2 +-
 components/camel-chunk/pom.xml   | 2 +-
 components/camel-cm-sms/pom.xml  | 2 +-
 components/camel-cmis/pom.xml| 2 +-
 components/camel-coap/pom.xml| 2 +-
 components/camel-cometd/pom.xml  | 2 +-
 components/camel-consul/pom.xml  | 2 +-
 components/camel-context/pom.xml | 2 +-
 components/camel-core-osgi/pom.xml   | 2 +-
 components/camel-core-xml/pom.xml| 2 +-
 

[5/6] camel git commit: [maven-release-plugin] prepare release camel-2.19.2

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-csv/pom.xml
--
diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml
index c334020..a7fb2fb 100644
--- a/components/camel-csv/pom.xml
+++ b/components/camel-csv/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-csv

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-cxf-transport/pom.xml
--
diff --git a/components/camel-cxf-transport/pom.xml 
b/components/camel-cxf-transport/pom.xml
index b38943d..8d3bbba 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-cxf-transport

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-cxf/pom.xml
--
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index 522c436..bf0acea 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-cxf

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-digitalocean/pom.xml
--
diff --git a/components/camel-digitalocean/pom.xml 
b/components/camel-digitalocean/pom.xml
index 0089886..abb0e8d 100644
--- a/components/camel-digitalocean/pom.xml
+++ b/components/camel-digitalocean/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-digitalocean

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-disruptor/pom.xml
--
diff --git a/components/camel-disruptor/pom.xml 
b/components/camel-disruptor/pom.xml
index 060b2c1..b1234a8 100644
--- a/components/camel-disruptor/pom.xml
+++ b/components/camel-disruptor/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
 
 
 Camel :: Disruptor

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-dns/pom.xml
--
diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml
index 9ead479..bb51b8c 100644
--- a/components/camel-dns/pom.xml
+++ b/components/camel-dns/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   Camel :: DNS

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-docker/pom.xml
--
diff --git a/components/camel-docker/pom.xml b/components/camel-docker/pom.xml
index b747a5c..c17a0de 100644
--- a/components/camel-docker/pom.xml
+++ b/components/camel-docker/pom.xml
@@ -22,7 +22,7 @@
   
   org.apache.camel
   components
-  2.19.2-SNAPSHOT
+  2.19.2
   
 
   camel-docker

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-dozer/pom.xml
--
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index 81e17a3..75b70ec 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -21,7 +21,7 @@
   
 components
 org.apache.camel
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-dozer

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-drill/pom.xml
--
diff --git a/components/camel-drill/pom.xml b/components/camel-drill/pom.xml
index b4e734e..fa9206d 100644
--- a/components/camel-drill/pom.xml
+++ b/components/camel-drill/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
 
 
 camel-drill

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-dropbox/pom.xml
--
diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml
index 85d37c3..3a15054 100755
--- a/components/camel-dropbox/pom.xml
+++ b/components/camel-dropbox/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-dropbox

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-eclipse/pom.xml
--
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index 13bef68..9f0d9c0 

[5/6] camel git commit: [maven-release-plugin] prepare for next development iteration

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-csv/pom.xml
--
diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml
index a7fb2fb..e6ba095 100644
--- a/components/camel-csv/pom.xml
+++ b/components/camel-csv/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-csv

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-cxf-transport/pom.xml
--
diff --git a/components/camel-cxf-transport/pom.xml 
b/components/camel-cxf-transport/pom.xml
index 8d3bbba..adc405f 100644
--- a/components/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf-transport/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-cxf-transport

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-cxf/pom.xml
--
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index bf0acea..b93ce05 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-cxf

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-digitalocean/pom.xml
--
diff --git a/components/camel-digitalocean/pom.xml 
b/components/camel-digitalocean/pom.xml
index abb0e8d..720839b 100644
--- a/components/camel-digitalocean/pom.xml
+++ b/components/camel-digitalocean/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-digitalocean

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-disruptor/pom.xml
--
diff --git a/components/camel-disruptor/pom.xml 
b/components/camel-disruptor/pom.xml
index b1234a8..227ff63 100644
--- a/components/camel-disruptor/pom.xml
+++ b/components/camel-disruptor/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
 
 
 Camel :: Disruptor

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-dns/pom.xml
--
diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml
index bb51b8c..6132226 100644
--- a/components/camel-dns/pom.xml
+++ b/components/camel-dns/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   Camel :: DNS

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-docker/pom.xml
--
diff --git a/components/camel-docker/pom.xml b/components/camel-docker/pom.xml
index c17a0de..377420f 100644
--- a/components/camel-docker/pom.xml
+++ b/components/camel-docker/pom.xml
@@ -22,7 +22,7 @@
   
   org.apache.camel
   components
-  2.19.2
+  2.19.3-SNAPSHOT
   
 
   camel-docker

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-dozer/pom.xml
--
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index 75b70ec..19fd293 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -21,7 +21,7 @@
   
 components
 org.apache.camel
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-dozer

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-drill/pom.xml
--
diff --git a/components/camel-drill/pom.xml b/components/camel-drill/pom.xml
index fa9206d..4986f09 100644
--- a/components/camel-drill/pom.xml
+++ b/components/camel-drill/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
 
 
 camel-drill

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-dropbox/pom.xml
--
diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml
index 3a15054..688fcd2 100755
--- a/components/camel-dropbox/pom.xml
+++ b/components/camel-dropbox/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-dropbox

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/components/camel-eclipse/pom.xml
--
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index 9f0d9c0..a8a4f14 

[1/6] camel git commit: [maven-release-plugin] prepare release camel-2.19.2

2017-07-22 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 88cae2ba6 -> d11275b19


http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
index defb1c7..c256c26 100644
--- a/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-pgevent-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-pgevent-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
index df0ed6a..a22ee38 100644
--- a/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-printer-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-printer-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
index 12f4889..0d62367 100644
--- a/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-protobuf-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-protobuf-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
index 915930a..2dd19cf 100644
--- a/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-pubnub-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-pubnub-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
index b3f8ee0..4ad939c 100644
--- a/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-quartz2-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-quartz2-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
index 55d28ce..b5e5193 100644
--- a/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-quickfix-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-quickfix-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
index e0c3d94..0e6f1ab 100644
--- a/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-rabbitmq-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-rabbitmq-starter
   jar


[6/6] camel git commit: [maven-release-plugin] prepare release camel-2.19.2

2017-07-22 Thread gzurowski
[maven-release-plugin] prepare release camel-2.19.2


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

Branch: refs/heads/camel-2.19.x
Commit: d11275b197944c972a33963958ae5629d0054dde
Parents: 88cae2b
Author: Gregor Zurowski 
Authored: Sat Jul 22 13:10:42 2017 +
Committer: Gregor Zurowski 
Committed: Sat Jul 22 13:10:42 2017 +

--
 apache-camel/pom.xml | 2 +-
 archetypes/camel-archetype-activemq/pom.xml  | 2 +-
 archetypes/camel-archetype-api-component/pom.xml | 2 +-
 archetypes/camel-archetype-blueprint/pom.xml | 2 +-
 archetypes/camel-archetype-cdi/pom.xml   | 2 +-
 archetypes/camel-archetype-component/pom.xml | 2 +-
 archetypes/camel-archetype-connector/pom.xml | 2 +-
 archetypes/camel-archetype-dataformat/pom.xml| 2 +-
 archetypes/camel-archetype-groovy/pom.xml| 2 +-
 archetypes/camel-archetype-java/pom.xml  | 2 +-
 archetypes/camel-archetype-java8/pom.xml | 2 +-
 archetypes/camel-archetype-scala/pom.xml | 2 +-
 archetypes/camel-archetype-scr/pom.xml   | 2 +-
 archetypes/camel-archetype-spring-boot/pom.xml   | 2 +-
 archetypes/camel-archetype-spring-dm/pom.xml | 2 +-
 archetypes/camel-archetype-spring/pom.xml| 2 +-
 archetypes/camel-archetype-web/pom.xml   | 2 +-
 archetypes/pom.xml   | 2 +-
 buildingtools/pom.xml| 2 +-
 camel-core/pom.xml   | 2 +-
 components/camel-ahc-ws/pom.xml  | 2 +-
 components/camel-ahc/pom.xml | 2 +-
 components/camel-amqp/pom.xml| 2 +-
 components/camel-apns/pom.xml| 2 +-
 components/camel-asterisk/pom.xml| 2 +-
 components/camel-atmos/pom.xml   | 2 +-
 components/camel-atmosphere-websocket/pom.xml| 2 +-
 components/camel-atom/pom.xml| 2 +-
 components/camel-avro/pom.xml| 2 +-
 components/camel-aws/pom.xml | 2 +-
 components/camel-azure/pom.xml   | 2 +-
 components/camel-bam/pom.xml | 2 +-
 components/camel-barcode/pom.xml | 2 +-
 components/camel-base64/pom.xml  | 2 +-
 components/camel-bean-validator/pom.xml  | 2 +-
 components/camel-beanio/pom.xml  | 2 +-
 components/camel-beanstalk/pom.xml   | 2 +-
 components/camel-bindy/pom.xml   | 2 +-
 components/camel-blueprint/pom.xml   | 2 +-
 components/camel-bonita/pom.xml  | 2 +-
 components/camel-boon/pom.xml| 2 +-
 components/camel-box/camel-box-api/pom.xml   | 2 +-
 components/camel-box/camel-box-component/pom.xml | 2 +-
 components/camel-box/pom.xml | 2 +-
 components/camel-braintree/pom.xml   | 2 +-
 components/camel-cache/pom.xml   | 2 +-
 components/camel-cassandraql/pom.xml | 2 +-
 components/camel-castor/pom.xml  | 2 +-
 components/camel-cdi/pom.xml | 2 +-
 components/camel-chronicle/pom.xml   | 2 +-
 components/camel-chunk/pom.xml   | 2 +-
 components/camel-cm-sms/pom.xml  | 2 +-
 components/camel-cmis/pom.xml| 2 +-
 components/camel-coap/pom.xml| 2 +-
 components/camel-cometd/pom.xml  | 2 +-
 components/camel-consul/pom.xml  | 2 +-
 components/camel-context/pom.xml | 2 +-
 components/camel-core-osgi/pom.xml   | 2 +-
 components/camel-core-xml/pom.xml| 2 +-
 

[2/6] camel git commit: [maven-release-plugin] prepare for next development iteration

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
index b3aeefa..f770cdb 100644
--- 
a/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
+++ 
b/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-elasticsearch5-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
index e4cb36b..3afc31d 100644
--- a/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-elsql-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
index b74927e..802f1b3 100644
--- a/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-etcd-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
index 9eec25c..add8752 100644
--- a/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-exec-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
index be499e5..7715b3e 100644
--- a/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-facebook-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
index f5a77f9..5eac7cf 100644
--- a/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-flatpack-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
index 46084f5..65098ce 100644
--- a/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2
+2.19.3-SNAPSHOT
   
   camel-flink-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/platforms/spring-boot/components-starter/camel-fop-starter/pom.xml
--
diff --git 

[3/6] camel git commit: [maven-release-plugin] prepare for next development iteration

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-rest-swagger/pom.xml
--
diff --git a/examples/camel-example-rest-swagger/pom.xml 
b/examples/camel-example-rest-swagger/pom.xml
index aca9806..345d988 100644
--- a/examples/camel-example-rest-swagger/pom.xml
+++ b/examples/camel-example-rest-swagger/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-rest-swagger

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-restlet-jdbc/pom.xml
--
diff --git a/examples/camel-example-restlet-jdbc/pom.xml 
b/examples/camel-example-restlet-jdbc/pom.xml
index 1d897c1..7121c27 100755
--- a/examples/camel-example-restlet-jdbc/pom.xml
+++ b/examples/camel-example-restlet-jdbc/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-restlet-jdbc

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-route-throttling/pom.xml
--
diff --git a/examples/camel-example-route-throttling/pom.xml 
b/examples/camel-example-route-throttling/pom.xml
index ec9ccb8..2362240 100644
--- a/examples/camel-example-route-throttling/pom.xml
+++ b/examples/camel-example-route-throttling/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-route-throttling

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-scala/pom.xml
--
diff --git a/examples/camel-example-scala/pom.xml 
b/examples/camel-example-scala/pom.xml
index f026fe7..4ecdab6 100644
--- a/examples/camel-example-scala/pom.xml
+++ b/examples/camel-example-scala/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-scala

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-servlet-rest-blueprint/pom.xml
--
diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml 
b/examples/camel-example-servlet-rest-blueprint/pom.xml
index 1fce906..8757178 100755
--- a/examples/camel-example-servlet-rest-blueprint/pom.xml
+++ b/examples/camel-example-servlet-rest-blueprint/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-servlet-rest-blueprint

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-servlet-tomcat-no-spring/pom.xml
--
diff --git a/examples/camel-example-servlet-tomcat-no-spring/pom.xml 
b/examples/camel-example-servlet-tomcat-no-spring/pom.xml
index ed64744..c787717 100755
--- a/examples/camel-example-servlet-tomcat-no-spring/pom.xml
+++ b/examples/camel-example-servlet-tomcat-no-spring/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-servlet-tomcat-no-spring

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-servlet-tomcat/pom.xml
--
diff --git a/examples/camel-example-servlet-tomcat/pom.xml 
b/examples/camel-example-servlet-tomcat/pom.xml
index b9e4533..2ad3622 100755
--- a/examples/camel-example-servlet-tomcat/pom.xml
+++ b/examples/camel-example-servlet-tomcat/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-servlet-tomcat

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-simplejirabot/javadsl/pom.xml
--
diff --git a/examples/camel-example-simplejirabot/javadsl/pom.xml 
b/examples/camel-example-simplejirabot/javadsl/pom.xml
index 3a76034..2f1dc2c 100644
--- a/examples/camel-example-simplejirabot/javadsl/pom.xml
+++ b/examples/camel-example-simplejirabot/javadsl/pom.xml
@@ -22,7 +22,7 @@
   
 camel-example-simplejirabot
 org.apache.camel
-2.19.2
+2.19.3-SNAPSHOT
   
 
   camel-example-simplejirabot-javadsl

http://git-wip-us.apache.org/repos/asf/camel/blob/073f5295/examples/camel-example-simplejirabot/pom.xml
--
diff --git a/examples/camel-example-simplejirabot/pom.xml 
b/examples/camel-example-simplejirabot/pom.xml
index 3520cbf..e91e61f 100644
--- a/examples/camel-example-simplejirabot/pom.xml
+++ b/examples/camel-example-simplejirabot/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2
+2.19.3-SNAPSHOT
   
 
  

[camel] Git Push Summary

2017-07-22 Thread gzurowski
Repository: camel
Updated Tags:  refs/tags/camel-2.19.2 [created] 28e76874b


[4/6] camel git commit: [maven-release-plugin] prepare release camel-2.19.2

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-rss/pom.xml
--
diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml
index 3802e2d..0a50dac 100644
--- a/components/camel-rss/pom.xml
+++ b/components/camel-rss/pom.xml
@@ -21,7 +21,7 @@
 
 components
 org.apache.camel
-2.19.2-SNAPSHOT
+2.19.2
 
 
 camel-rss

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-ruby/pom.xml
--
diff --git a/components/camel-ruby/pom.xml b/components/camel-ruby/pom.xml
index 31d4980..62d7b6d 100644
--- a/components/camel-ruby/pom.xml
+++ b/components/camel-ruby/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-ruby

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-rx/pom.xml
--
diff --git a/components/camel-rx/pom.xml b/components/camel-rx/pom.xml
index 43bc07b..e7f213d 100644
--- a/components/camel-rx/pom.xml
+++ b/components/camel-rx/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-rx

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-salesforce/camel-salesforce-component/pom.xml
--
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml 
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index 366c503..af2c7c6 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 camel-salesforce-parent
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-salesforce

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
--
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml 
b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 8103553..410bab1 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 camel-salesforce-parent
-2.19.2-SNAPSHOT
+2.19.2
   
 
   org.apache.camel.maven

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-salesforce/pom.xml
--
diff --git a/components/camel-salesforce/pom.xml 
b/components/camel-salesforce/pom.xml
index 7d47758..ea1d15e 100644
--- a/components/camel-salesforce/pom.xml
+++ b/components/camel-salesforce/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-salesforce-parent

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-sap-netweaver/pom.xml
--
diff --git a/components/camel-sap-netweaver/pom.xml 
b/components/camel-sap-netweaver/pom.xml
index 9a49621..e395f81 100644
--- a/components/camel-sap-netweaver/pom.xml
+++ b/components/camel-sap-netweaver/pom.xml
@@ -21,7 +21,7 @@
 
 components
 org.apache.camel
-2.19.2-SNAPSHOT
+2.19.2
 
 
 camel-sap-netweaver

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-saxon/pom.xml
--
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index c61cd48..ff4952f 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-saxon

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-scala/pom.xml
--
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index ceec63f..d7f0122 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.2-SNAPSHOT
+2.19.2
 
 
 camel-scala

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/components/camel-schematron/pom.xml
--
diff --git a/components/camel-schematron/pom.xml 
b/components/camel-schematron/pom.xml
index 2fe0698..c14fa45 100644
--- a/components/camel-schematron/pom.xml
+++ b/components/camel-schematron/pom.xml
@@ -20,7 +20,7 @@

[2/6] camel git commit: [maven-release-plugin] prepare release camel-2.19.2

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
index 3f20f14..b3aeefa 100644
--- 
a/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
+++ 
b/platforms/spring-boot/components-starter/camel-elasticsearch5-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-elasticsearch5-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
index 332987d..e4cb36b 100644
--- a/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-elsql-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-elsql-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
index f0c7341..b74927e 100644
--- a/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-etcd-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-etcd-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
index f28ef7b..9eec25c 100644
--- a/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-exec-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-exec-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
index a04dbbb..be499e5 100644
--- a/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-facebook-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-facebook-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
index 53286b6..f5a77f9 100644
--- a/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-flatpack-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-flatpack-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
index 1cdb408..46084f5 100644
--- a/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-flink-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.2-SNAPSHOT
+2.19.2
   
   camel-flink-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/platforms/spring-boot/components-starter/camel-fop-starter/pom.xml
--
diff --git 

[3/6] camel git commit: [maven-release-plugin] prepare release camel-2.19.2

2017-07-22 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-rest-swagger/pom.xml
--
diff --git a/examples/camel-example-rest-swagger/pom.xml 
b/examples/camel-example-rest-swagger/pom.xml
index 2ec5705..aca9806 100644
--- a/examples/camel-example-rest-swagger/pom.xml
+++ b/examples/camel-example-rest-swagger/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-rest-swagger

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-restlet-jdbc/pom.xml
--
diff --git a/examples/camel-example-restlet-jdbc/pom.xml 
b/examples/camel-example-restlet-jdbc/pom.xml
index 213ea2e..1d897c1 100755
--- a/examples/camel-example-restlet-jdbc/pom.xml
+++ b/examples/camel-example-restlet-jdbc/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-restlet-jdbc

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-route-throttling/pom.xml
--
diff --git a/examples/camel-example-route-throttling/pom.xml 
b/examples/camel-example-route-throttling/pom.xml
index 183ab57..ec9ccb8 100644
--- a/examples/camel-example-route-throttling/pom.xml
+++ b/examples/camel-example-route-throttling/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-route-throttling

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-scala/pom.xml
--
diff --git a/examples/camel-example-scala/pom.xml 
b/examples/camel-example-scala/pom.xml
index 8fe48a9..f026fe7 100644
--- a/examples/camel-example-scala/pom.xml
+++ b/examples/camel-example-scala/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-scala

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-servlet-rest-blueprint/pom.xml
--
diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml 
b/examples/camel-example-servlet-rest-blueprint/pom.xml
index 59a4b52..1fce906 100755
--- a/examples/camel-example-servlet-rest-blueprint/pom.xml
+++ b/examples/camel-example-servlet-rest-blueprint/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-servlet-rest-blueprint

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-servlet-tomcat-no-spring/pom.xml
--
diff --git a/examples/camel-example-servlet-tomcat-no-spring/pom.xml 
b/examples/camel-example-servlet-tomcat-no-spring/pom.xml
index 6870446..ed64744 100755
--- a/examples/camel-example-servlet-tomcat-no-spring/pom.xml
+++ b/examples/camel-example-servlet-tomcat-no-spring/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-servlet-tomcat-no-spring

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-servlet-tomcat/pom.xml
--
diff --git a/examples/camel-example-servlet-tomcat/pom.xml 
b/examples/camel-example-servlet-tomcat/pom.xml
index 7029196..b9e4533 100755
--- a/examples/camel-example-servlet-tomcat/pom.xml
+++ b/examples/camel-example-servlet-tomcat/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-servlet-tomcat

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-simplejirabot/javadsl/pom.xml
--
diff --git a/examples/camel-example-simplejirabot/javadsl/pom.xml 
b/examples/camel-example-simplejirabot/javadsl/pom.xml
index 0840b50..3a76034 100644
--- a/examples/camel-example-simplejirabot/javadsl/pom.xml
+++ b/examples/camel-example-simplejirabot/javadsl/pom.xml
@@ -22,7 +22,7 @@
   
 camel-example-simplejirabot
 org.apache.camel
-2.19.2-SNAPSHOT
+2.19.2
   
 
   camel-example-simplejirabot-javadsl

http://git-wip-us.apache.org/repos/asf/camel/blob/d11275b1/examples/camel-example-simplejirabot/pom.xml
--
diff --git a/examples/camel-example-simplejirabot/pom.xml 
b/examples/camel-example-simplejirabot/pom.xml
index 83d2c9a..3520cbf 100644
--- a/examples/camel-example-simplejirabot/pom.xml
+++ b/examples/camel-example-simplejirabot/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.19.2-SNAPSHOT
+2.19.2
   
 
  

camel git commit: Upgrades

2017-07-22 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master 1da45d895 -> a59e86b29


Upgrades


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

Branch: refs/heads/master
Commit: a59e86b29269c3dc5e92f1e6b985601b73d21926
Parents: 1da45d8
Author: Claus Ibsen 
Authored: Sat Jul 22 09:54:47 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 09:54:47 2017 +0200

--
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/a59e86b2/parent/pom.xml
--
diff --git a/parent/pom.xml b/parent/pom.xml
index 6075f73..4e4d975 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -633,8 +633,8 @@
 4.3.10.RELEASE
 4.3.10.RELEASE
 1.2.1
-4.1.4.RELEASE
-
4.1.4.RELEASE_1
+4.2.3.RELEASE
+
4.2.3.RELEASE_1
 2.3.0.RELEASE_1
 2.3.0.RELEASE
 2.5_2 



camel git commit: Upgrades

2017-07-22 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master bb8316f68 -> 1da45d895


Upgrades


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

Branch: refs/heads/master
Commit: 1da45d8957a51bb0788fd9eb92e2b0993a077cc5
Parents: bb8316f
Author: Claus Ibsen 
Authored: Sat Jul 22 09:50:36 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 09:50:36 2017 +0200

--
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/1da45d89/parent/pom.xml
--
diff --git a/parent/pom.xml b/parent/pom.xml
index 3461f55..6075f73 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -605,7 +605,7 @@
 2.6.0
 2.6.0_1
 1.6.3.0_1
-3.0.7.RELEASE
+3.0.8.RELEASE
 3.0.7.RELEASE_1
 1.5.4.RELEASE
 1.2.3.RELEASE
@@ -613,7 +613,7 @@
 1.2.0
 1.11.6.RELEASE
 1.8.3.RELEASE
-4.3.9.RELEASE
+4.3.11.RELEASE
 1.0.0-20090215
 2.3.1.RELEASE
 2.3.1.RELEASE_1



camel git commit: Upgrade Spring

2017-07-22 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 7087acb67 -> 88cae2ba6


Upgrade Spring


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

Branch: refs/heads/camel-2.19.x
Commit: 88cae2ba6dd7a2751c57d4a6f6c43e301b449374
Parents: 7087acb
Author: Claus Ibsen 
Authored: Sat Jul 22 09:47:27 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 09:47:27 2017 +0200

--
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/88cae2ba/parent/pom.xml
--
diff --git a/parent/pom.xml b/parent/pom.xml
index 4dcf594..9d52ac7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -612,8 +612,8 @@
 4.0.9.RELEASE
 4.1.9.RELEASE
 4.2.9.RELEASE
-4.3.9.RELEASE
-4.3.9.RELEASE
+4.3.10.RELEASE
+4.3.10.RELEASE
 1.2.1
 4.1.4.RELEASE
 
4.1.4.RELEASE_1



[2/2] camel git commit: CAMEL-11575 - Rename http4s into https4 which is the real component name

2017-07-22 Thread davsclaus
CAMEL-11575 - Rename http4s into https4 which is the real component name


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

Branch: refs/heads/camel-2.19.x
Commit: 7087acb67d746ca387888f0e351800e696cb972a
Parents: 48317c2
Author: Antoine DESSAIGNE 
Authored: Fri Jul 21 22:04:54 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 09:45:46 2017 +0200

--
 .../impl/cloud/DefaultServiceCallExpression.java   |  4 ++--
 .../apache/camel/component/http4/HttpEndpoint.java | 10 +-
 .../apache/camel/cloud/http4s-service-expression   | 17 -
 .../apache/camel/cloud/https4-service-expression   | 17 +
 .../springboot/HttpComponentAutoConfiguration.java |  2 +-
 5 files changed, 25 insertions(+), 25 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/7087acb6/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
--
diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
 
b/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
index ff3bd34..ebebd24 100644
--- 
a/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
+++ 
b/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
@@ -75,7 +75,7 @@ public class DefaultServiceCallExpression extends 
ServiceCallExpressionSupport {
 if (port == null) {
 scheme = "http4";
 } else if (port == 443) {
-scheme = "http4s";
+scheme = "https4";
 } else {
 scheme = "http4";
 }
@@ -95,4 +95,4 @@ public class DefaultServiceCallExpression extends 
ServiceCallExpressionSupport {
 
 return answer;
 }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/camel/blob/7087acb6/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
--
diff --git 
a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
 
b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
index 0ffaab4..aa79b07 100644
--- 
a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
+++ 
b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
@@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory;
 /**
  * For calling out to external HTTP servers using Apache HTTP Client 4.x.
  */
-@UriEndpoint(firstVersion = "2.3.0", scheme = "http4,http4s", title = 
"HTTP4,HTTP4S", syntax = "http4:httpUri",
+@UriEndpoint(firstVersion = "2.3.0", scheme = "http4,https4", title = 
"HTTP4,HTTPS4", syntax = "http4:httpUri",
 producerOnly = true, label = "http", lenientProperties = true)
 public class HttpEndpoint extends HttpCommonEndpoint {
 
@@ -101,7 +101,7 @@ public class HttpEndpoint extends HttpCommonEndpoint {
 public HttpEndpoint(String endPointURI, HttpComponent component, URI 
httpURI, HttpClientConnectionManager clientConnectionManager) throws 
URISyntaxException {
 this(endPointURI, component, httpURI, HttpClientBuilder.create(), 
clientConnectionManager, null);
 }
-
+
 public HttpEndpoint(String endPointURI, HttpComponent component, 
HttpClientBuilder clientBuilder,
 HttpClientConnectionManager clientConnectionManager, 
HttpClientConfigurer clientConfigurer) throws URISyntaxException {
 this(endPointURI, component, null, clientBuilder, 
clientConnectionManager, clientConfigurer);
@@ -178,7 +178,7 @@ public class HttpEndpoint extends HttpCommonEndpoint {
 } else {
 clientBuilder.useSystemProperties();
 }
-
+
 if (isAuthenticationPreemptive()) {
 // setup the PreemptiveAuthInterceptor here
 clientBuilder.addInterceptorFirst(new PreemptiveAuthInterceptor());
@@ -232,7 +232,7 @@ public class HttpEndpoint extends HttpCommonEndpoint {
 public HttpClientConfigurer getHttpClientConfigurer() {
 return httpClientConfigurer;
 }
-
+
 /**
  * Register a custom configuration strategy for new {@link HttpClient} 
instances
  * created by producers or consumers such as to configure authentication 
mechanisms etc
@@ -307,7 +307,7 @@ public class HttpEndpoint extends HttpCommonEndpoint {
 
 public void setCookieHandler(CookieHandler 

[1/2] camel git commit: CAMEL-11575 - Rename http4s into https4 which is the real component name

2017-07-22 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 48317c282 -> 7087acb67
  refs/heads/master 6236e5efd -> bb8316f68


CAMEL-11575 - Rename http4s into https4 which is the real component name


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

Branch: refs/heads/master
Commit: bb8316f68ae6b2b0e45a4ff3f5c7c3fd18c903ee
Parents: 6236e5e
Author: Antoine DESSAIGNE 
Authored: Fri Jul 21 22:04:54 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 09:35:50 2017 +0200

--
 .../impl/cloud/DefaultServiceCallExpression.java   |  4 ++--
 .../apache/camel/component/http4/HttpEndpoint.java | 10 +-
 .../apache/camel/cloud/http4s-service-expression   | 17 -
 .../apache/camel/cloud/https4-service-expression   | 17 +
 .../springboot/HttpComponentAutoConfiguration.java |  2 +-
 5 files changed, 25 insertions(+), 25 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/bb8316f6/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
--
diff --git 
a/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
 
b/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
index ff3bd34..ebebd24 100644
--- 
a/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
+++ 
b/camel-core/src/main/java/org/apache/camel/impl/cloud/DefaultServiceCallExpression.java
@@ -75,7 +75,7 @@ public class DefaultServiceCallExpression extends 
ServiceCallExpressionSupport {
 if (port == null) {
 scheme = "http4";
 } else if (port == 443) {
-scheme = "http4s";
+scheme = "https4";
 } else {
 scheme = "http4";
 }
@@ -95,4 +95,4 @@ public class DefaultServiceCallExpression extends 
ServiceCallExpressionSupport {
 
 return answer;
 }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/camel/blob/bb8316f6/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
--
diff --git 
a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
 
b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
index 0ffaab4..aa79b07 100644
--- 
a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
+++ 
b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java
@@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory;
 /**
  * For calling out to external HTTP servers using Apache HTTP Client 4.x.
  */
-@UriEndpoint(firstVersion = "2.3.0", scheme = "http4,http4s", title = 
"HTTP4,HTTP4S", syntax = "http4:httpUri",
+@UriEndpoint(firstVersion = "2.3.0", scheme = "http4,https4", title = 
"HTTP4,HTTPS4", syntax = "http4:httpUri",
 producerOnly = true, label = "http", lenientProperties = true)
 public class HttpEndpoint extends HttpCommonEndpoint {
 
@@ -101,7 +101,7 @@ public class HttpEndpoint extends HttpCommonEndpoint {
 public HttpEndpoint(String endPointURI, HttpComponent component, URI 
httpURI, HttpClientConnectionManager clientConnectionManager) throws 
URISyntaxException {
 this(endPointURI, component, httpURI, HttpClientBuilder.create(), 
clientConnectionManager, null);
 }
-
+
 public HttpEndpoint(String endPointURI, HttpComponent component, 
HttpClientBuilder clientBuilder,
 HttpClientConnectionManager clientConnectionManager, 
HttpClientConfigurer clientConfigurer) throws URISyntaxException {
 this(endPointURI, component, null, clientBuilder, 
clientConnectionManager, clientConfigurer);
@@ -178,7 +178,7 @@ public class HttpEndpoint extends HttpCommonEndpoint {
 } else {
 clientBuilder.useSystemProperties();
 }
-
+
 if (isAuthenticationPreemptive()) {
 // setup the PreemptiveAuthInterceptor here
 clientBuilder.addInterceptorFirst(new PreemptiveAuthInterceptor());
@@ -232,7 +232,7 @@ public class HttpEndpoint extends HttpCommonEndpoint {
 public HttpClientConfigurer getHttpClientConfigurer() {
 return httpClientConfigurer;
 }
-
+
 /**
  * Register a custom configuration strategy for new {@link HttpClient} 
instances
  * created by producers or consumers such as to configure authentication 
mechanisms etc
@@ 

[1/2] camel git commit: CAMEL-11574 - Switch lumberjack from Gson to Jackson in order to support long JSon values

2017-07-22 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master 25529cbd0 -> 6236e5efd


CAMEL-11574 - Switch lumberjack from Gson to Jackson in order to support long 
JSon values


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

Branch: refs/heads/master
Commit: bdada3d51288202c0c8ec2da24147bd9147edf3b
Parents: 25529cb
Author: Antoine DESSAIGNE 
Authored: Fri Jul 21 15:13:18 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 09:33:20 2017 +0200

--
 components/camel-lumberjack/pom.xml   |  7 +++
 .../component/lumberjack/io/LumberjackFrameDecoder.java   | 10 +-
 2 files changed, 8 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/bdada3d5/components/camel-lumberjack/pom.xml
--
diff --git a/components/camel-lumberjack/pom.xml 
b/components/camel-lumberjack/pom.xml
index 94d16ac..4e3e8d1 100644
--- a/components/camel-lumberjack/pom.xml
+++ b/components/camel-lumberjack/pom.xml
@@ -57,9 +57,8 @@
   ${netty-version}
 
 
-  com.google.code.gson
-  gson
-  ${gson-version}
+  com.fasterxml.jackson.core
+  jackson-databind
 
 
 
@@ -72,7 +71,7 @@
   org.apache.camel
   camel-test
   test
-   
+
 
   org.apache.logging.log4j
   log4j-api

http://git-wip-us.apache.org/repos/asf/camel/blob/bdada3d5/components/camel-lumberjack/src/main/java/org/apache/camel/component/lumberjack/io/LumberjackFrameDecoder.java
--
diff --git 
a/components/camel-lumberjack/src/main/java/org/apache/camel/component/lumberjack/io/LumberjackFrameDecoder.java
 
b/components/camel-lumberjack/src/main/java/org/apache/camel/component/lumberjack/io/LumberjackFrameDecoder.java
index c3fa454..97d639e 100644
--- 
a/components/camel-lumberjack/src/main/java/org/apache/camel/component/lumberjack/io/LumberjackFrameDecoder.java
+++ 
b/components/camel-lumberjack/src/main/java/org/apache/camel/component/lumberjack/io/LumberjackFrameDecoder.java
@@ -16,13 +16,14 @@
  */
 package org.apache.camel.component.lumberjack.io;
 
+import java.io.IOException;
 import java.nio.charset.StandardCharsets;
 import java.util.LinkedHashMap;
 import java.util.List;
 import java.util.Map;
 import java.util.zip.Inflater;
 
-import com.google.gson.Gson;
+import com.fasterxml.jackson.databind.ObjectMapper;
 import io.netty.buffer.ByteBuf;
 import io.netty.channel.ChannelHandlerContext;
 import io.netty.handler.codec.ByteToMessageDecoder;
@@ -55,11 +56,10 @@ final class LumberjackFrameDecoder extends 
ByteToMessageDecoder {
 private static final Logger LOG = 
LoggerFactory.getLogger(LumberjackFrameDecoder.class);
 
 private final LumberjackSessionHandler sessionHandler;
-private final Gson gson;
+private final ObjectMapper jackson = new ObjectMapper();
 
 LumberjackFrameDecoder(LumberjackSessionHandler sessionHandler) {
 this.sessionHandler = sessionHandler;
-gson = new Gson();
 }
 
 @Override
@@ -104,7 +104,7 @@ final class LumberjackFrameDecoder extends 
ByteToMessageDecoder {
 }
 }
 
-private boolean handleJsonFrame(ByteBuf in, List out) {
+private boolean handleJsonFrame(ByteBuf in, List out) throws 
IOException {
 if (!in.isReadable(FRAME_JSON_HEADER_LENGTH)) {
 return false;
 }
@@ -117,7 +117,7 @@ final class LumberjackFrameDecoder extends 
ByteToMessageDecoder {
 return false;
 }
 
-Object jsonMessage = gson.fromJson(jsonStr, Object.class);
+Object jsonMessage = jackson.readValue(jsonStr, Object.class);
 
 // put message in the pipeline
 out.add(new LumberjackMessage(sequenceNumber, jsonMessage));



[2/2] camel git commit: CAMEL-11574 - Update karaf features

2017-07-22 Thread davsclaus
CAMEL-11574 - Update karaf features


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

Branch: refs/heads/master
Commit: 6236e5efd3e2755aa3192abfaeb9d79a979cf35d
Parents: bdada3d
Author: Antoine DESSAIGNE 
Authored: Fri Jul 21 20:54:15 2017 +0200
Committer: Claus Ibsen 
Committed: Sat Jul 22 09:33:21 2017 +0200

--
 platforms/karaf/features/src/main/resources/features.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/6236e5ef/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 ab40858..5f045dd 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -135,7 +135,7 @@
 mvn:commons-codec/commons-codec/${commons-codec-version}
 mvn:org.apache.camel/camel-atom/${project.version}
   
-
+  
 camel-core
 mvn:io.netty/netty-common/${netty-version}
 mvn:io.netty/netty-buffer/${netty-version}
@@ -1302,7 +1302,9 @@
 mvn:io.netty/netty-transport/${netty-version}
 mvn:io.netty/netty-handler/${netty-version}
 mvn:io.netty/netty-codec/${netty-version}
-mvn:com.google.code.gson/gson/${gson-version}
+mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}
+mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}
+mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}
 mvn:org.apache.camel/camel-lumberjack/${project.version}