camel git commit: CAMEL-11768: camel-itest-karaf - CamelDockerTest fails

2017-09-10 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master c51fe42eb -> df02468ef


CAMEL-11768: camel-itest-karaf - CamelDockerTest fails


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

Branch: refs/heads/master
Commit: df02468efac34bb05a7e75e73892d2578fbce262
Parents: c51fe42
Author: Tadayoshi Sato 
Authored: Mon Sep 11 12:23:13 2017 +0900
Committer: Tadayoshi Sato 
Committed: Mon Sep 11 12:23:13 2017 +0900

--
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/df02468e/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 1022c29..7c67ad7 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -479,6 +479,7 @@
   
 camel-core
 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.docker-java/${docker-java-bundle-version}
+mvn:org.apache.geronimo.specs/geronimo-annotation_1.2_spec/${geronimo-annotation-1.2-spec-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}



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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 1c032ee..67bd1c5 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-rest-swagger

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 b2899af..4451f30 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-restlet-jdbc

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 9918b84..0911e55 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-route-throttling

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/examples/camel-example-scala/pom.xml
--
diff --git a/examples/camel-example-scala/pom.xml 
b/examples/camel-example-scala/pom.xml
index c93bc3b..270ae45 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-scala

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 deacea8..6e1cd09 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-servlet-rest-blueprint

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 6b67c85..5c1c667 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-servlet-tomcat-no-spring

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 749ce1b..a13efa3 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-servlet-tomcat

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 21b3c20..4ee4f3c 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.3
+2.19.4-SNAPSHOT
   
 
   camel-example-simplejirabot-javadsl

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/examples/camel-example-simplejirabot/pom.xml
--
diff --git a/examples/camel-example-simplejirabot/pom.xml 
b/examples/camel-example-simplejirabot/pom.xml
index 153e22b..159f1d2 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.3
+2.19.4-SNAPSHOT
   
 
  

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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 e395fa5..2996ca3 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.3
+2.19.4-SNAPSHOT
   
   camel-elasticsearch5-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 722a6ef..0908f47 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.3
+2.19.4-SNAPSHOT
   
   camel-elsql-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 0970e03..d613b7a 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.3
+2.19.4-SNAPSHOT
   
   camel-etcd-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 873c36d..5d09e3a 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.3
+2.19.4-SNAPSHOT
   
   camel-exec-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 a97c88d..89807d0 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.3
+2.19.4-SNAPSHOT
   
   camel-facebook-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 17b33e3..b13e4e4 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.3
+2.19.4-SNAPSHOT
   
   camel-flatpack-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 cb67abd..5e01ed8 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.3
+2.19.4-SNAPSHOT
   
   camel-flink-starter
   jar

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

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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-rss/pom.xml
--
diff --git a/components/camel-rss/pom.xml b/components/camel-rss/pom.xml
index 96c677e..4097a27 100644
--- a/components/camel-rss/pom.xml
+++ b/components/camel-rss/pom.xml
@@ -21,7 +21,7 @@
 
 components
 org.apache.camel
-2.19.3
+2.19.4-SNAPSHOT
 
 
 camel-rss

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-ruby/pom.xml
--
diff --git a/components/camel-ruby/pom.xml b/components/camel-ruby/pom.xml
index 259f20b..4f4fc2d 100644
--- a/components/camel-ruby/pom.xml
+++ b/components/camel-ruby/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-ruby

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-rx/pom.xml
--
diff --git a/components/camel-rx/pom.xml b/components/camel-rx/pom.xml
index d2410a6..19c466a 100644
--- a/components/camel-rx/pom.xml
+++ b/components/camel-rx/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-rx

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 fccb4d4..014939e 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.3
+2.19.4-SNAPSHOT
   
 
   camel-salesforce

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 78ba7c8..13e3646 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.3
+2.19.4-SNAPSHOT
   
 
   org.apache.camel.maven

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-salesforce/pom.xml
--
diff --git a/components/camel-salesforce/pom.xml 
b/components/camel-salesforce/pom.xml
index 2ff4949..45e065a 100644
--- a/components/camel-salesforce/pom.xml
+++ b/components/camel-salesforce/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-salesforce-parent

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-sap-netweaver/pom.xml
--
diff --git a/components/camel-sap-netweaver/pom.xml 
b/components/camel-sap-netweaver/pom.xml
index e7ec825..23688b6 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.3
+2.19.4-SNAPSHOT
 
 
 camel-sap-netweaver

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-saxon/pom.xml
--
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index f3213ca..b7f9efc 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-saxon

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-scala/pom.xml
--
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index 0ede3ae..404ec46 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
 
 
 camel-scala

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

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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-csv/pom.xml
--
diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml
index 3a2bfaf..e2f159c 100644
--- a/components/camel-csv/pom.xml
+++ b/components/camel-csv/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-csv

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-cxf-transport/pom.xml
--
diff --git a/components/camel-cxf-transport/pom.xml 
b/components/camel-cxf-transport/pom.xml
index 94e9970..5f3a53d 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.3
+2.19.4-SNAPSHOT
   
 
   camel-cxf-transport

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-cxf/pom.xml
--
diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml
index feede1a..1f93952 100644
--- a/components/camel-cxf/pom.xml
+++ b/components/camel-cxf/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-cxf

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-digitalocean/pom.xml
--
diff --git a/components/camel-digitalocean/pom.xml 
b/components/camel-digitalocean/pom.xml
index b0b4d01..3b0a146 100644
--- a/components/camel-digitalocean/pom.xml
+++ b/components/camel-digitalocean/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-digitalocean

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-disruptor/pom.xml
--
diff --git a/components/camel-disruptor/pom.xml 
b/components/camel-disruptor/pom.xml
index 9d1646b..531a538 100644
--- a/components/camel-disruptor/pom.xml
+++ b/components/camel-disruptor/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
 
 
 Camel :: Disruptor

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-dns/pom.xml
--
diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml
index 88c4b96..1a3856e 100644
--- a/components/camel-dns/pom.xml
+++ b/components/camel-dns/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   Camel :: DNS

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-docker/pom.xml
--
diff --git a/components/camel-docker/pom.xml b/components/camel-docker/pom.xml
index ff37c8f..aa35954 100644
--- a/components/camel-docker/pom.xml
+++ b/components/camel-docker/pom.xml
@@ -22,7 +22,7 @@
   
   org.apache.camel
   components
-  2.19.3
+  2.19.4-SNAPSHOT
   
 
   camel-docker

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-dozer/pom.xml
--
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index 35ca16d..b6bb74d 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -21,7 +21,7 @@
   
 components
 org.apache.camel
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-dozer

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-drill/pom.xml
--
diff --git a/components/camel-drill/pom.xml b/components/camel-drill/pom.xml
index b36d6a7..694081b 100644
--- a/components/camel-drill/pom.xml
+++ b/components/camel-drill/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
 
 
 camel-drill

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-dropbox/pom.xml
--
diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml
index 3e8cc77..ef5646e 100755
--- a/components/camel-dropbox/pom.xml
+++ b/components/camel-dropbox/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.3
+2.19.4-SNAPSHOT
   
 
   camel-dropbox

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/components/camel-eclipse/pom.xml
--
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index 99f060b..7e598c7 1

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

2017-09-10 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 754b0bc07 -> f45e90b43


http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 062d579..89d4731 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.3
+2.19.4-SNAPSHOT
   
   camel-pgevent-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 b4e76df..9b55b83 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.3
+2.19.4-SNAPSHOT
   
   camel-printer-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 c7051b0..0b59c5d 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.3
+2.19.4-SNAPSHOT
   
   camel-protobuf-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 f9ad194..6f33fc6 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.3
+2.19.4-SNAPSHOT
   
   camel-pubnub-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 5e91ca4..ad95af0 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.3
+2.19.4-SNAPSHOT
   
   camel-quartz2-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 9aa5ab4..aa68bea 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.3
+2.19.4-SNAPSHOT
   
   camel-quickfix-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/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 c4badd4..921e93c 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.3
+2.19.4-SNAPSHOT
   
   camel-rabbitmq-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/f45e90b4/platforms/spring-boot/components-starter/camel-reactive-streams-sta

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

2017-09-10 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/f45e90b4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f45e90b4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f45e90b4

Branch: refs/heads/camel-2.19.x
Commit: f45e90b43546c72927c9c2d60943c7bb969e8a97
Parents: 754b0bc
Author: Gregor Zurowski 
Authored: Sun Sep 10 15:19:22 2017 +
Committer: Gregor Zurowski 
Committed: Sun Sep 10 15:19:22 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 +-
 components/camel-couchbase/pom.xml

[camel] Git Push Summary

2017-09-10 Thread gzurowski
Repository: camel
Updated Tags:  refs/tags/camel-2.19.3 [created] 7a55782e7


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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 2362240..9918b84 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.3-SNAPSHOT
+2.19.3
   
 
   camel-example-route-throttling

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/examples/camel-example-scala/pom.xml
--
diff --git a/examples/camel-example-scala/pom.xml 
b/examples/camel-example-scala/pom.xml
index 4ecdab6..c93bc3b 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.3-SNAPSHOT
+2.19.3
   
 
   camel-example-scala

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 8757178..deacea8 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.3-SNAPSHOT
+2.19.3
   
 
   camel-example-servlet-rest-blueprint

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 c787717..6b67c85 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.3-SNAPSHOT
+2.19.3
   
 
   camel-example-servlet-tomcat-no-spring

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 2ad3622..749ce1b 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.3-SNAPSHOT
+2.19.3
   
 
   camel-example-servlet-tomcat

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 2f1dc2c..21b3c20 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.3-SNAPSHOT
+2.19.3
   
 
   camel-example-simplejirabot-javadsl

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/examples/camel-example-simplejirabot/pom.xml
--
diff --git a/examples/camel-example-simplejirabot/pom.xml 
b/examples/camel-example-simplejirabot/pom.xml
index e91e61f..153e22b 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.3-SNAPSHOT
+2.19.3
   
 
   camel-example-simplejirabot

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/examples/camel-example-simplejirabot/xmlconf/pom.xml
--
diff --git a/examples/camel-example-simplejirabot/xmlconf/pom.xml 
b/examples/camel-example-simplejirabot/xmlconf/pom.xml
index e117322..5a8e4be 100644
--- a/examples/camel-example-simplejirabot/xmlconf/pom.xml
+++ b/examples/camel-example-simplejirabot/xmlconf/pom.xml
@@ -22,7 +22,7 @@
   
 camel-example-simplejirabot
 org.apache.camel
-2.19.3-SNAPSHOT
+2.19.3
   
 
   camel-example-simplejirabot-xmlconf

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/examples/camel-example-spark-rest/pom.xml
--
diff --git a/examples/camel-example-spark-rest/pom.xml 
b/examples/camel-example-spark-rest/pom.xml
index 3982a37..be5ae75 100755
--- a/examples/camel-example-spark-rest/pom.xml
+++ b/examples/camel-example-spark-rest/pom.xml
@@ -22,7 +22,7 @@
   
 org.apac

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

2017-09-10 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/camel-2.19.x 47dd43e35 -> 754b0bc07


http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 93fe35a..b4e76df 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.3-SNAPSHOT
+2.19.3
   
   camel-printer-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 66c55b7..c7051b0 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.3-SNAPSHOT
+2.19.3
   
   camel-protobuf-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 b8fabc9..f9ad194 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.3-SNAPSHOT
+2.19.3
   
   camel-pubnub-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 edb300a..5e91ca4 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.3-SNAPSHOT
+2.19.3
   
   camel-quartz2-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 2270144..9aa5ab4 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.3-SNAPSHOT
+2.19.3
   
   camel-quickfix-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 6b94c96..c4badd4 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.3-SNAPSHOT
+2.19.3
   
   camel-rabbitmq-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/platforms/spring-boot/components-starter/camel-reactive-streams-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-reactive-streams-starter/pom.xml
 
b/platforms/spring-boot/components-starter/camel-reactive-streams-starter/pom.xml
index dbeac30..8e42ef2 100644
--- 
a/platforms/spring-boot/components-starter/camel-reactive-streams-starter/pom.xml
+++ 
b/platforms/spring-boot/components-starter/camel-reactive-streams-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.3-SNAPSHOT
+2.19.3
   
   camel-reactive-streams-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/platforms/

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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 f258da5..fccb4d4 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.3-SNAPSHOT
+2.19.3
   
 
   camel-salesforce

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 448b43e..78ba7c8 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.3-SNAPSHOT
+2.19.3
   
 
   org.apache.camel.maven

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

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-sap-netweaver/pom.xml
--
diff --git a/components/camel-sap-netweaver/pom.xml 
b/components/camel-sap-netweaver/pom.xml
index 4c4c2c4..e7ec825 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.3-SNAPSHOT
+2.19.3
 
 
 camel-sap-netweaver

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

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

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

 org.apache.camel
 components
-2.19.3-SNAPSHOT
+2.19.3
 
 
 4.0.0

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-scr/pom.xml
--
diff --git a/components/camel-scr/pom.xml b/components/camel-scr/pom.xml
index e236109..a47defe 100644
--- a/components/camel-scr/pom.xml
+++ b/components/camel-scr/pom.xml
@@ -21,7 +21,7 @@
   
 components
 org.apache.camel
-2.19.3-SNAPSHOT
+2.19.3
   
 
   camel-scr

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-script/pom.xml
--
diff --git a/components/camel-script/pom.xml b/components/camel-script/pom.xml
index 43f697d..abd9512 100644
--- a/components/camel-script/pom.xml
+++ b/components/camel-script/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.3-SNAPSHOT
+2.19.3
 
 
 camel-script

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-servicenow/pom.xml
--
diff --git a/components/camel-servicenow/pom.xml 
b/components/camel-servicenow/pom.xml
index 20b08c1..5892169 100644
--- a/components/camel-servicen

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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 3afc31d..722a6ef 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.3-SNAPSHOT
+2.19.3
   
   camel-elsql-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 802f1b3..0970e03 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.3-SNAPSHOT
+2.19.3
   
   camel-etcd-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 add8752..873c36d 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.3-SNAPSHOT
+2.19.3
   
   camel-exec-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 7715b3e..a97c88d 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.3-SNAPSHOT
+2.19.3
   
   camel-facebook-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 5eac7cf..17b33e3 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.3-SNAPSHOT
+2.19.3
   
   camel-flatpack-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/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 65098ce..cb67abd 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.3-SNAPSHOT
+2.19.3
   
   camel-flink-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/platforms/spring-boot/components-starter/camel-fop-starter/pom.xml
--
diff --git a/platforms/spring-boot/components-starter/camel-fop-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-fop-starter/pom.xml
index 0b23c24..4b14322 100644
--- a/platforms/spring-boot/components-starter/camel-fop-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-fop-starter/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.camel
 components-starter
-2.19.3-SNAPSHOT
+2.19.3
   
   camel-fop-starter
   jar

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/platforms/spring-boot/components-starter/camel-freemarker-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-freemarker-starter/pom.xml 
b/pla

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

2017-09-10 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-digitalocean/pom.xml
--
diff --git a/components/camel-digitalocean/pom.xml 
b/components/camel-digitalocean/pom.xml
index 720839b..b0b4d01 100644
--- a/components/camel-digitalocean/pom.xml
+++ b/components/camel-digitalocean/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.3-SNAPSHOT
+2.19.3
   
 
   camel-digitalocean

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

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

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

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-dozer/pom.xml
--
diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml
index 19fd293..35ca16d 100644
--- a/components/camel-dozer/pom.xml
+++ b/components/camel-dozer/pom.xml
@@ -21,7 +21,7 @@
   
 components
 org.apache.camel
-2.19.3-SNAPSHOT
+2.19.3
   
 
   camel-dozer

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

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

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-eclipse/pom.xml
--
diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml
index a8a4f14..99f060b 100644
--- a/components/camel-eclipse/pom.xml
+++ b/components/camel-eclipse/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.19.3-SNAPSHOT
+2.19.3
   
 
   camel-eclipse

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-ehcache/pom.xml
--
diff --git a/components/camel-ehcache/pom.xml b/components/camel-ehcache/pom.xml
index a8c6b7a..16ca0c6 100644
--- a/components/camel-ehcache/pom.xml
+++ b/components/camel-ehcache/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.19.3-SNAPSHOT
+2.19.3
   
 
   camel-ehcache

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-ejb/pom.xml
--
diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml
index a8e65fd..b8f4b58 100644
--- a/components/camel-ejb/pom.xml
+++ b/components/camel-ejb/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.19.3-SNAPSHOT
+2.19.3
 
 
 camel-ejb

http://git-wip-us.apache.org/repos/asf/camel/blob/754b0bc0/components/camel-elasticsearch/pom.xml
--
diff --git a/components/camel-elasticsearch/pom.xml 
b/components/camel-elasticsearch/pom.

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

2017-09-10 Thread gzurowski
[maven-release-plugin] prepare release camel-2.19.3


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

Branch: refs/heads/camel-2.19.x
Commit: 754b0bc07e7b5901fe9f992e966dd55c680bc497
Parents: 47dd43e
Author: Gregor Zurowski 
Authored: Sun Sep 10 15:18:47 2017 +
Committer: Gregor Zurowski 
Committed: Sun Sep 10 15:18:47 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 +-
 components/camel-couchbase/pom.xml| 2 +-
 components/camel-couchdb/pom.xml  | 2 +-
 components/camel-crypto/pom.xml   | 2 +-
 components/camel-csv/pom.xml   

[1/4] camel git commit: CAMEL-11756: camel-spring-boot2 - Work in progress

2017-09-10 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/boot2 2b368f8ca -> 4b4ea7524
  refs/heads/master 0e818c393 -> c51fe42eb


CAMEL-11756: camel-spring-boot2 - Work in progress


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

Branch: refs/heads/boot2
Commit: 8a90d27c33a5cabfede5b180aabb9f5664464593
Parents: 2b368f8
Author: Claus Ibsen 
Authored: Sun Sep 10 13:00:55 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 13:00:55 2017 +0200

--
 tests/camel-itest-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/8a90d27c/tests/camel-itest-spring-boot/pom.xml
--
diff --git a/tests/camel-itest-spring-boot/pom.xml 
b/tests/camel-itest-spring-boot/pom.xml
index fa6a001..2a873fc 100644
--- a/tests/camel-itest-spring-boot/pom.xml
+++ b/tests/camel-itest-spring-boot/pom.xml
@@ -40,7 +40,7 @@
 
 
   org.apache.camel
-  camel-spring-boot-starter
+  camel-spring-boot2-starter
 
 
 



[3/4] camel git commit: Regen camel-hazelcast-starter

2017-09-10 Thread davsclaus
http://git-wip-us.apache.org/repos/asf/camel/blob/c51fe42e/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
--
diff --git 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
 
b/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
deleted file mode 100644
index 8bc3e93..000
--- 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
+++ /dev/null
@@ -1,91 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.hazelcast.springboot.customizer;
-
-
-import java.util.List;
-
-import com.hazelcast.core.Hazelcast;
-import com.hazelcast.core.HazelcastInstance;
-import org.apache.camel.component.hazelcast.HazelcastComponent;
-import org.apache.camel.component.hazelcast.list.HazelcastListComponent;
-import org.apache.camel.component.hazelcast.set.HazelcastSetComponent;
-import org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent;
-import org.apache.camel.spi.ComponentCustomizer;
-import org.junit.Assert;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.boot.autoconfigure.SpringBootApplication;
-import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.context.annotation.Bean;
-import org.springframework.context.annotation.Configuration;
-import org.springframework.test.annotation.DirtiesContext;
-import org.springframework.test.context.junit4.SpringRunner;
-
-@RunWith(SpringRunner.class)
-@DirtiesContext
-@SpringBootApplication
-@SpringBootTest(
-classes = {
-HazelcastInstanceCustomizerTest.TestConfiguration.class
-},
-properties = {
-"debug=false",
-"camel.component.customizer.enabled=false",
-"camel.component.hazelcast.customizer.enabled=true",
-"camel.component.hazelcast-set.customizer.enabled=true",
-"camel.component.hazelcast-topic.customizer.enabled=true"
-})
-public class HazelcastInstanceCustomizerTest {
-@Autowired
-HazelcastInstance instance;
-@Autowired
-HazelcastTopicComponent topicComponent;
-@Autowired
-List> topicCustomizers;
-@Autowired
-HazelcastSetComponent setComponent;
-@Autowired
-List> setCustomizers;
-@Autowired
-HazelcastListComponent listComponent;
-
-@Test
-public void testInstanceCustomizer() throws Exception {
-Assert.assertNotNull(instance);
-
-Assert.assertNotNull(topicComponent);
-Assert.assertEquals(1, topicCustomizers.size());
-Assert.assertEquals(instance, topicComponent.getHazelcastInstance());
-
-Assert.assertNotNull(setComponent);
-Assert.assertEquals(1, setCustomizers.size());
-Assert.assertEquals(instance, setComponent.getHazelcastInstance());
-
-Assert.assertNotNull(listComponent);
-Assert.assertNull(listComponent.getHazelcastInstance());
-}
-
-@Configuration
-public static class TestConfiguration {
-@Bean(destroyMethod = "shutdown")
-public HazelcastInstance hazelcastInstance() {
-return Hazelcast.newHazelcastInstance();
-}
-}
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/c51fe42e/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/resources/application.properties
--
diff --git 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/resources/application.properties
 
b/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/resources/application.properties
deleted file mode 100644
index 3a5de5b..000
--- 

[4/4] camel git commit: Regen camel-hazelcast-starter

2017-09-10 Thread davsclaus
Regen camel-hazelcast-starter


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

Branch: refs/heads/master
Commit: c51fe42eb5e407aa7473abee71ce941e0553f233
Parents: 0e818c3
Author: Claus Ibsen 
Authored: Sun Sep 10 14:24:39 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 14:24:39 2017 +0200

--
 .../src/main/docs/asn1-dataformat.adoc  |   2 +-
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../HazelcastComponentAutoConfiguration.java| 114 ---
 .../HazelcastComponentConfiguration.java|  77 -
 .../AbstractHazelcastInstanceCustomizer.java|  70 
 ...azelcastInstanceCustomizerConfiguration.java |  46 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 ...dditional-spring-configuration-metadata.json |  76 -
 .../main/resources/META-INF/spring.factories|  18 +--
 .../HazelcastInstanceCustomizerTest.java|  91 ---
 .../src/test/resources/application.properties   |   1 -
 .../src/test/resources/logback.xml  |  52 -
 32 files changed, 4 insertions(+), 1269 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/c51fe42e/components/camel-asn1/src/main/docs/asn1-dataformat.adoc
--
diff --git a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc 
b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc
index 80f84d2..eb050c4 100644
--- a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc
+++ b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc
@@ -15,7 +15,7 @@ The ASN.1 File dataformat supports 3 options which are listed 
below.
 |===
 | Name | Default | Java Type | Description
 | usingIterator | false | Boolean | If the asn1 file has more then one entry 
the setting this option to true allows to work with the splitter EIP to split 
the data using an iterator in a streaming mode.
-| clazzName |  | String | Name of class to use when unmarshalling
+| clazzName |  | String | Name of class to use when unarmshalling
 | contentTypeHeader | false | Boolean | Whether the data format should set the 
Content-Type header with the type from the data format if the data format is 
capable of doing so. For example application/xml for data formats marshalling 
to XML or application/json for data formats marshalling to JSon etc.
 |===
 // dataformat options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c51fe42e/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/customizer/HazelcastInstanceCustomizer.java
--
diff --git 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/customizer/HazelcastInstanceCustomizer.java
 
b/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/customizer/HazelcastInstanceCustomizer.java
deleted file mode 100644
index dfbae6c..000
--- 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/c

[2/4] camel git commit: CAMEL-11756: camel-spring-boot2 - Work in progress

2017-09-10 Thread davsclaus
CAMEL-11756: camel-spring-boot2 - Work in progress


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

Branch: refs/heads/boot2
Commit: 4b4ea7524fd6112904e1a74f91ebd51783190cbe
Parents: 8a90d27
Author: Claus Ibsen 
Authored: Sun Sep 10 13:15:00 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 13:15:00 2017 +0200

--
 tests/camel-itest-spring-boot/pom.xml | 10 ++
 1 file changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/4b4ea752/tests/camel-itest-spring-boot/pom.xml
--
diff --git a/tests/camel-itest-spring-boot/pom.xml 
b/tests/camel-itest-spring-boot/pom.xml
index 2a873fc..3c37d58 100644
--- a/tests/camel-itest-spring-boot/pom.xml
+++ b/tests/camel-itest-spring-boot/pom.xml
@@ -41,6 +41,16 @@
 
   org.apache.camel
   camel-spring-boot2-starter
+  
+
+  org.apache.camel
+  camel-spring-boot
+
+
+  org.apache.camel
+  camel-spring-boot-starter
+
+  
 
 
 



[5/9] camel git commit: Regen camel-hazelast-starter

2017-09-10 Thread davsclaus
http://git-wip-us.apache.org/repos/asf/camel/blob/a5d6ad71/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
--
diff --git 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
 
b/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
deleted file mode 100644
index 8bc3e93..000
--- 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/java/org/apache/camel/component/hazelcast/springboot/customizer/HazelcastInstanceCustomizerTest.java
+++ /dev/null
@@ -1,91 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.hazelcast.springboot.customizer;
-
-
-import java.util.List;
-
-import com.hazelcast.core.Hazelcast;
-import com.hazelcast.core.HazelcastInstance;
-import org.apache.camel.component.hazelcast.HazelcastComponent;
-import org.apache.camel.component.hazelcast.list.HazelcastListComponent;
-import org.apache.camel.component.hazelcast.set.HazelcastSetComponent;
-import org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent;
-import org.apache.camel.spi.ComponentCustomizer;
-import org.junit.Assert;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.boot.autoconfigure.SpringBootApplication;
-import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.context.annotation.Bean;
-import org.springframework.context.annotation.Configuration;
-import org.springframework.test.annotation.DirtiesContext;
-import org.springframework.test.context.junit4.SpringRunner;
-
-@RunWith(SpringRunner.class)
-@DirtiesContext
-@SpringBootApplication
-@SpringBootTest(
-classes = {
-HazelcastInstanceCustomizerTest.TestConfiguration.class
-},
-properties = {
-"debug=false",
-"camel.component.customizer.enabled=false",
-"camel.component.hazelcast.customizer.enabled=true",
-"camel.component.hazelcast-set.customizer.enabled=true",
-"camel.component.hazelcast-topic.customizer.enabled=true"
-})
-public class HazelcastInstanceCustomizerTest {
-@Autowired
-HazelcastInstance instance;
-@Autowired
-HazelcastTopicComponent topicComponent;
-@Autowired
-List> topicCustomizers;
-@Autowired
-HazelcastSetComponent setComponent;
-@Autowired
-List> setCustomizers;
-@Autowired
-HazelcastListComponent listComponent;
-
-@Test
-public void testInstanceCustomizer() throws Exception {
-Assert.assertNotNull(instance);
-
-Assert.assertNotNull(topicComponent);
-Assert.assertEquals(1, topicCustomizers.size());
-Assert.assertEquals(instance, topicComponent.getHazelcastInstance());
-
-Assert.assertNotNull(setComponent);
-Assert.assertEquals(1, setCustomizers.size());
-Assert.assertEquals(instance, setComponent.getHazelcastInstance());
-
-Assert.assertNotNull(listComponent);
-Assert.assertNull(listComponent.getHazelcastInstance());
-}
-
-@Configuration
-public static class TestConfiguration {
-@Bean(destroyMethod = "shutdown")
-public HazelcastInstance hazelcastInstance() {
-return Hazelcast.newHazelcastInstance();
-}
-}
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/a5d6ad71/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/resources/application.properties
--
diff --git 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/resources/application.properties
 
b/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/test/resources/application.properties
deleted file mode 100644
index 3a5de5b..000
--- 

[9/9] camel git commit: CAMEL-11756: remove camel-commands-spring-boot as its not supported in Spring Boot 2

2017-09-10 Thread davsclaus
CAMEL-11756: remove camel-commands-spring-boot as its not supported in Spring 
Boot 2


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

Branch: refs/heads/boot2
Commit: 2b368f8cafc5f5bc26443d472e6b8f0ae8d565ec
Parents: 9db6e53
Author: Claus Ibsen 
Authored: Sun Sep 10 12:41:40 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 12:41:40 2017 +0200

--
 .../spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml| 5 -
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 5 -
 2 files changed, 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/2b368f8c/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml
--
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml
index bdb2acf..69500e8 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-bom/pom.xml
@@ -247,11 +247,6 @@
   
   
 org.apache.camel
-camel-commands-spring-boot
-${project.version}
-  
-  
-org.apache.camel
 camel-connector
 ${project.version}
   

http://git-wip-us.apache.org/repos/asf/camel/blob/2b368f8c/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
--
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 5c855d7..44a01e7 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -629,11 +629,6 @@
   
   
 org.apache.camel
-camel-commands-spring-boot
-${project.version}
-  
-  
-org.apache.camel
 camel-connector
 ${project.version}
   



[3/9] camel git commit: CAMEL-11756: camel-spring-boot2 - Work in progress

2017-09-10 Thread davsclaus
CAMEL-11756: camel-spring-boot2 - Work in progress


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

Branch: refs/heads/boot2
Commit: 90a5002a6d97e002e1a24067469e4fea726c73d0
Parents: a11b539
Author: Claus Ibsen 
Authored: Sun Sep 10 10:37:57 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 10:39:47 2017 +0200

--
 tooling/camel-spring-boot-common/pom.xml   | 5 -
 .../apache/camel/spring/boot/common/PropertySourceUtils.java   | 6 +++---
 .../java/org/apache/camel/spring/boot/common/RelaxedNames.java | 6 +++---
 .../camel/spring/boot/common/RelaxedPropertyResolver.java  | 6 +++---
 4 files changed, 9 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/90a5002a/tooling/camel-spring-boot-common/pom.xml
--
diff --git a/tooling/camel-spring-boot-common/pom.xml 
b/tooling/camel-spring-boot-common/pom.xml
index 77e80b4..d5ee31b 100644
--- a/tooling/camel-spring-boot-common/pom.xml
+++ b/tooling/camel-spring-boot-common/pom.xml
@@ -40,11 +40,6 @@
   spring-boot
   ${spring-boot-version}
 
-
-  org.springframework.boot
-  spring-boot-autoconfigure
-  ${spring-boot-version}
-
   
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/90a5002a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/PropertySourceUtils.java
--
diff --git 
a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/PropertySourceUtils.java
 
b/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/PropertySourceUtils.java
index f7311f8..2013904 100644
--- 
a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/PropertySourceUtils.java
+++ 
b/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/PropertySourceUtils.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

http://git-wip-us.apache.org/repos/asf/camel/blob/90a5002a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedNames.java
--
diff --git 
a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedNames.java
 
b/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedNames.java
index b5db66e..77c07b7 100644
--- 
a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedNames.java
+++ 
b/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedNames.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with
  * the License.  You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

http://git-wip-us.apache.org/repos/asf/camel/blob/90a5002a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedPropertyResolver.java
--
diff --git 
a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedPropertyResolver.java
 
b/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedPropertyResolver.java
index a046787..f08161a 100644
--- 
a/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedPropertyResolver.java
+++ 
b/tooling/camel-spring-boot-common/src/main/java/org/apache/camel/spring/boot/common/RelaxedPropertyResolver.java
@@ -5,9 +5,9 @@
  * The ASF licenses this file to You under the Apache License, Version 2

[1/9] camel git commit: CAMEL-11756: camel-spring-boot2 - Work in progress

2017-09-10 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/boot2 61323ea0f -> 2b368f8ca


CAMEL-11756: camel-spring-boot2 - Work in progress


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

Branch: refs/heads/boot2
Commit: 1acdd1fa3ee89354c83c66da9c3f11fb7dee60f7
Parents: 61323ea
Author: Claus Ibsen 
Authored: Sun Sep 10 10:09:15 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 10:09:15 2017 +0200

--
 components/camel-spring-boot/pom.xml| 10 +++
 .../idempotent/SpringCacheIdempotentTest.java   |  2 ++
 parent/pom.xml  | 31 +---
 .../camel-spring-starter/pom.xml|  8 -
 4 files changed, 34 insertions(+), 17 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/1acdd1fa/components/camel-spring-boot/pom.xml
--
diff --git a/components/camel-spring-boot/pom.xml 
b/components/camel-spring-boot/pom.xml
index b5d1e8f..b709f96 100644
--- a/components/camel-spring-boot/pom.xml
+++ b/components/camel-spring-boot/pom.xml
@@ -43,19 +43,19 @@
 
   org.springframework.boot
   spring-boot-starter
-  ${spring-boot-version}
+  ${spring-boot1-version}
   true
 
 
   org.springframework.boot
   spring-boot-configuration-processor
-  ${spring-boot-version}
+  ${spring-boot1-version}
   true
 
 
   org.springframework.boot
   spring-boot-actuator
-  ${spring-boot-version}
+  ${spring-boot1-version}
   true
 
 
@@ -73,7 +73,7 @@
 
   org.springframework.boot
   spring-boot-starter-web
-  ${spring-boot-version}
+  ${spring-boot1-version}
   true
 
 
@@ -106,7 +106,7 @@
 
   org.springframework.boot
   spring-boot-starter-test
-  ${spring-boot-version}
+  ${spring-boot1-version}
   test
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/1acdd1fa/components/camel-spring/src/test/java/org/apache/camel/spring/processor/idempotent/SpringCacheIdempotentTest.java
--
diff --git 
a/components/camel-spring/src/test/java/org/apache/camel/spring/processor/idempotent/SpringCacheIdempotentTest.java
 
b/components/camel-spring/src/test/java/org/apache/camel/spring/processor/idempotent/SpringCacheIdempotentTest.java
index 279f69d..3bef7c9 100644
--- 
a/components/camel-spring/src/test/java/org/apache/camel/spring/processor/idempotent/SpringCacheIdempotentTest.java
+++ 
b/components/camel-spring/src/test/java/org/apache/camel/spring/processor/idempotent/SpringCacheIdempotentTest.java
@@ -21,10 +21,12 @@ import java.util.UUID;
 import org.apache.camel.CamelContext;
 import org.apache.camel.ContextTestSupport;
 import org.apache.camel.component.mock.MockEndpoint;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static 
org.apache.camel.spring.processor.SpringTestHelper.createSpringCamelContext;
 
+@Ignore("Spring 5.x does not provide the cache managers OOTB")
 public class SpringCacheIdempotentTest extends ContextTestSupport {
 
 protected CamelContext createCamelContext() throws Exception {

http://git-wip-us.apache.org/repos/asf/camel/blob/1acdd1fa/parent/pom.xml
--
diff --git a/parent/pom.xml b/parent/pom.xml
index b98d910..c0e6cc5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -624,6 +624,7 @@
 3.0.8.RELEASE
 3.0.8.RELEASE_1
 1.5.6.RELEASE
+1.5.6.RELEASE
 2.0.0.M3
 
 1.2.3.RELEASE
@@ -651,6 +652,7 @@
 4.2.9.RELEASE
 4.3.10.RELEASE
 4.3.10.RELEASE
+5.0.0.RC3
 1.2.1
 4.2.3.RELEASE
 
4.2.3.RELEASE_1
@@ -5358,13 +5360,34 @@
   
 
 
-
+
 
-  spring4
+  spring-boot2
   
-${spring4-version}
-
camel-test-spring
+${spring-boot2-version}
+${spring5-version}
+2.9.1
   
+   
+
+  spring-milestones
+  Spring Milestones
+  https://repo.spring.io/libs-milestone
+  
+false
+  
+
+  
+  
+
+  spring-milestones
+  Spring Milestones
+  https://repo.spring.io/libs-milestone
+  
+false
+  
+
+  
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/1acdd1fa/platforms/spring-boot/components-starter/camel-spring-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-spring-starter/pom.x

[2/9] camel git commit: CAMEL-11756: camel-spring-boot2 - Work in progress

2017-09-10 Thread davsclaus
CAMEL-11756: camel-spring-boot2 - Work in progress


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

Branch: refs/heads/boot2
Commit: a11b53990e09a4e872533cf8cfef030c9d21f141
Parents: 1acdd1f
Author: Claus Ibsen 
Authored: Sun Sep 10 10:34:02 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 10:34:02 2017 +0200

--
 apache-camel/pom.xml|   4 +
 .../src/main/descriptors/common-bin.xml |   1 +
 components/camel-spring-boot/pom.xml|   4 +
 .../security/CamelSSLAutoConfiguration.java |   2 +-
 .../util/HierarchicalPropertiesEvaluator.java   |   3 +-
 components/camel-spring-boot2/pom.xml   |   4 +
 .../security/CamelSSLAutoConfiguration.java |   2 +-
 .../util/HierarchicalPropertiesEvaluator.java   |   1 +
 .../spring/boot/util/PropertySourceUtils.java   |  91 ---
 .../camel/spring/boot/util/RelaxedNames.java| 258 --
 .../boot/util/RelaxedPropertyResolver.java  | 155 ---
 parent/pom.xml  |   5 +
 tooling/camel-spring-boot-common/pom.xml|  50 
 .../spring/boot/common/PropertySourceUtils.java |  93 +++
 .../camel/spring/boot/common/RelaxedNames.java  | 260 +++
 .../boot/common/RelaxedPropertyResolver.java| 162 
 .../src/main/resources/META-INF/LICENSE.txt | 203 +++
 .../src/main/resources/META-INF/NOTICE.txt  |  14 +
 .../maven/camel-package-maven-plugin/pom.xml|   5 +
 .../SpringBootAutoConfigurationMojo.java|   2 +-
 tooling/pom.xml |   1 +
 21 files changed, 812 insertions(+), 508 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/a11b5399/apache-camel/pom.xml
--
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 9d8921c..64b68d5 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -951,6 +951,10 @@
 
 
   org.apache.camel
+  camel-spring-boot-common
+
+
+  org.apache.camel
   camel-spring-boot
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/a11b5399/apache-camel/src/main/descriptors/common-bin.xml
--
diff --git a/apache-camel/src/main/descriptors/common-bin.xml 
b/apache-camel/src/main/descriptors/common-bin.xml
index 6e9f085..efc78bf 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -529,6 +529,7 @@
 org.apache.camel:camel-spark-starter
 org.apache.camel:camel-splunk-starter
 org.apache.camel:camel-spring-batch-starter
+org.apache.camel:camel-spring-boot-common
 org.apache.camel:camel-spring-boot
 org.apache.camel:camel-spring-boot2
 org.apache.camel:camel-spring-boot-starter

http://git-wip-us.apache.org/repos/asf/camel/blob/a11b5399/components/camel-spring-boot/pom.xml
--
diff --git a/components/camel-spring-boot/pom.xml 
b/components/camel-spring-boot/pom.xml
index b709f96..8bc18b7 100644
--- a/components/camel-spring-boot/pom.xml
+++ b/components/camel-spring-boot/pom.xml
@@ -61,6 +61,10 @@
 
 
   org.apache.camel
+  camel-spring-boot-common
+
+
+  org.apache.camel
   camel-spring
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/a11b5399/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/security/CamelSSLAutoConfiguration.java
--
diff --git 
a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/security/CamelSSLAutoConfiguration.java
 
b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/security/CamelSSLAutoConfiguration.java
index d69e1a8..8f74a57 100644
--- 
a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/security/CamelSSLAutoConfiguration.java
+++ 
b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/security/CamelSSLAutoConfiguration.java
@@ -19,13 +19,13 @@ package org.apache.camel.spring.boot.security;
 import java.util.Map;
 
 import org.apache.camel.spring.boot.CamelAutoConfiguration;
+import org.apache.camel.spring.boot.common.RelaxedPropertyResolver;
 import org.apache.camel.util.jsse.GlobalSSLContextParametersSupplier;
 import org.apache.camel.util.jsse.SSLContextParameters;
 import org.springframework.boot.autoconfigure.AutoConfigureBefore;
 import org.springframework.boot.autoconfigu

[6/9] camel git commit: Regen camel-hazelast-starter

2017-09-10 Thread davsclaus
Regen camel-hazelast-starter


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

Branch: refs/heads/boot2
Commit: a5d6ad71281a013b47e2e744416d2a91bb08313c
Parents: 3864927
Author: Claus Ibsen 
Authored: Sun Sep 10 11:17:02 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 11:17:02 2017 +0200

--
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 .../HazelcastComponentAutoConfiguration.java| 114 ---
 .../HazelcastComponentConfiguration.java|  77 -
 .../AbstractHazelcastInstanceCustomizer.java|  70 
 ...azelcastInstanceCustomizerConfiguration.java |  46 
 .../customizer/HazelcastInstanceCustomizer.java |  42 ---
 ...azelcastInstanceCustomizerConfiguration.java |  24 
 ...dditional-spring-configuration-metadata.json |  76 -
 .../main/resources/META-INF/spring.factories|  18 +--
 .../HazelcastInstanceCustomizerTest.java|  91 ---
 .../src/test/resources/application.properties   |   1 -
 .../src/test/resources/logback.xml  |  52 -
 31 files changed, 3 insertions(+), 1268 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/a5d6ad71/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/customizer/HazelcastInstanceCustomizer.java
--
diff --git 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/customizer/HazelcastInstanceCustomizer.java
 
b/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/customizer/HazelcastInstanceCustomizer.java
deleted file mode 100644
index dfbae6c..000
--- 
a/platforms/spring-boot/components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/customizer/HazelcastInstanceCustomizer.java
+++ /dev/null
@@ -1,42 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package 
org.apache.camel.component.hazelcast.atomicnumber.springboot.customizer;
-
-import 
org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent;
-import 
org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentAutoConfiguration;
-import 
org.apache.camel.component.hazelcast.springboot.customizer.AbstractHazelcastInstanceCustomizer;
-import org.apache.camel.spring.boot.CamelAutoConfiguration;
-import org.springframework.boot.autoconfigure.AutoConfigureAfter;
-import org.springframe

[4/9] camel git commit: CAMEL-11756: Regen with spring boot 1

2017-09-10 Thread davsclaus
CAMEL-11756: Regen with spring boot 1


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

Branch: refs/heads/boot2
Commit: 386492774dcde095ddef4d42be226e6055771755
Parents: 90a5002
Author: Claus Ibsen 
Authored: Sun Sep 10 11:07:32 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 11:07:32 2017 +0200

--
 .../components-starter/camel-spring-starter/pom.xml  | 8 
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml| 5 +
 2 files changed, 13 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/38649277/platforms/spring-boot/components-starter/camel-spring-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-spring-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-spring-starter/pom.xml
index f1f96e4..f649b30e 100644
--- a/platforms/spring-boot/components-starter/camel-spring-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-spring-starter/pom.xml
@@ -38,6 +38,14 @@
   org.apache.camel
   camel-spring
   ${project.version}
+  
+  
+
+  commons-logging
+  commons-logging
+
+  
+  
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/38649277/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
--
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index ebc5283..5c855d7 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -2461,6 +2461,11 @@
   
   
 org.apache.camel
+camel-spring-boot-common
+${project.version}
+  
+  
+org.apache.camel
 camel-spring-boot-starter
 ${project.version}
   



[8/9] camel git commit: CAMEL-11756: Regen for spring boot 2

2017-09-10 Thread davsclaus
CAMEL-11756: Regen for spring boot 2


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

Branch: refs/heads/boot2
Commit: 9db6e53337c4c9b1a9a349523653c59398f6a38b
Parents: 413e070
Author: Claus Ibsen 
Authored: Sun Sep 10 12:04:44 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 12:04:44 2017 +0200

--
 .../components-starter/camel-amqp-starter/pom.xml| 8 
 .../spring-boot/components-starter/camel-bam-starter/pom.xml | 8 
 .../spring-boot/components-starter/camel-cxf-starter/pom.xml | 8 
 .../components-starter/camel-cxf-transport-starter/pom.xml   | 8 
 .../components-starter/camel-drill-starter/pom.xml   | 8 
 .../components-starter/camel-elsql-starter/pom.xml   | 8 
 .../spring-boot/components-starter/camel-jms-starter/pom.xml | 8 
 .../spring-boot/components-starter/camel-jpa-starter/pom.xml | 8 
 .../components-starter/camel-spring-batch-starter/pom.xml| 8 
 .../components-starter/camel-spring-cloud-starter/pom.xml| 8 
 .../camel-spring-integration-starter/pom.xml | 8 
 .../camel-spring-javaconfig-starter/pom.xml  | 8 
 .../components-starter/camel-spring-redis-starter/pom.xml| 8 
 .../components-starter/camel-spring-starter/pom.xml  | 8 
 .../spring-boot/components-starter/camel-sql-starter/pom.xml | 8 
 15 files changed, 120 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/9db6e533/platforms/spring-boot/components-starter/camel-amqp-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-amqp-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-amqp-starter/pom.xml
index 382631e..60415b8 100644
--- a/platforms/spring-boot/components-starter/camel-amqp-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-amqp-starter/pom.xml
@@ -38,14 +38,6 @@
   org.apache.camel
   camel-amqp
   ${project.version}
-  
-  
-
-  commons-logging
-  commons-logging
-
-  
-  
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/9db6e533/platforms/spring-boot/components-starter/camel-bam-starter/pom.xml
--
diff --git a/platforms/spring-boot/components-starter/camel-bam-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-bam-starter/pom.xml
index 230855a..afb8b73 100644
--- a/platforms/spring-boot/components-starter/camel-bam-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-bam-starter/pom.xml
@@ -38,14 +38,6 @@
   org.apache.camel
   camel-bam
   ${project.version}
-  
-  
-
-  commons-logging
-  commons-logging
-
-  
-  
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/9db6e533/platforms/spring-boot/components-starter/camel-cxf-starter/pom.xml
--
diff --git a/platforms/spring-boot/components-starter/camel-cxf-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-cxf-starter/pom.xml
index ff4c712..2da2b23 100644
--- a/platforms/spring-boot/components-starter/camel-cxf-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-cxf-starter/pom.xml
@@ -38,14 +38,6 @@
   org.apache.camel
   camel-cxf
   ${project.version}
-  
-  
-
-  commons-logging
-  commons-logging
-
-  
-  
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/9db6e533/platforms/spring-boot/components-starter/camel-cxf-transport-starter/pom.xml
--
diff --git 
a/platforms/spring-boot/components-starter/camel-cxf-transport-starter/pom.xml 
b/platforms/spring-boot/components-starter/camel-cxf-transport-starter/pom.xml
index 19a7aac..3e10f05 100644
--- 
a/platforms/spring-boot/components-starter/camel-cxf-transport-starter/pom.xml
+++ 
b/platforms/spring-boot/components-starter/camel-cxf-transport-starter/pom.xml
@@ -38,14 +38,6 @@
   org.apache.camel
   camel-cxf-transport
   ${project.version}
-  
-  
-
-  commons-logging
-  commons-logging
-
-  
-  
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/9db6e533/platforms/spring-boot/components-starter/camel-drill-starter/pom.xml
--

[7/9] camel git commit: CAMEL-11756: remove camel-commands-spring-boot as its not supported in Spring Boot 2

2017-09-10 Thread davsclaus
CAMEL-11756: remove camel-commands-spring-boot as its not supported in Spring 
Boot 2


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

Branch: refs/heads/boot2
Commit: 413e070a54711c848c7b76567cb6a0b8086b0894
Parents: a5d6ad7
Author: Claus Ibsen 
Authored: Sun Sep 10 12:04:23 2017 +0200
Committer: Claus Ibsen 
Committed: Sun Sep 10 12:04:23 2017 +0200

--
 apache-camel/pom.xml|   4 -
 .../src/main/descriptors/common-bin.xml |   1 -
 parent/pom.xml  |   5 -
 .../commands/commands-spring-boot/README.md |  34 ---
 platforms/commands/commands-spring-boot/pom.xml |  52 
 .../commands/crsh/ArgumentCamelContext.java |  31 ---
 .../commands/crsh/ArgumentRouteID.java  |  31 ---
 .../commands/crsh/CamelCommandsFacade.java  | 132 --
 .../commands/crsh/CamelCommandsPlugin.java  |  56 -
 .../commands/crsh/CamelCompleter.java   |  71 --
 .../commands/crsh/CamelControllerImpl.java  |  83 --
 .../commands/crsh/NoopStringEscape.java |  34 ---
 .../springboot/commands/crsh/OutputBuffer.java  |  51 
 .../services/org.crsh.plugin.CRaSHPlugin|  17 --
 .../resources/crash/commands/camel/camel.groovy | 251 ---
 platforms/commands/pom.xml  |   1 -
 16 files changed, 854 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/413e070a/apache-camel/pom.xml
--
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 64b68d5..4f3e63f 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -2445,10 +2445,6 @@
 
 
   org.apache.camel
-  camel-commands-spring-boot
-
-
-  org.apache.camel
   camel-route-parser
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/413e070a/apache-camel/src/main/descriptors/common-bin.xml
--
diff --git a/apache-camel/src/main/descriptors/common-bin.xml 
b/apache-camel/src/main/descriptors/common-bin.xml
index efc78bf..b9a533a 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -314,7 +314,6 @@
 org.apache.camel:camel-catalog-rest-app
 org.apache.camel:camel-commands-core
 org.apache.camel:camel-commands-jolokia
-org.apache.camel:camel-commands-spring-boot
 org.apache.camel.karaf:camel-karaf-commands
 org.apache.camel:camel-route-parser
   

http://git-wip-us.apache.org/repos/asf/camel/blob/413e070a/parent/pom.xml
--
diff --git a/parent/pom.xml b/parent/pom.xml
index e3544cc..6c7a0c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2268,11 +2268,6 @@
 ${project.version}
   
   
-org.apache.camel
-camel-commands-spring-boot
-${project.version}
-  
-  
 org.apache.camel.karaf
 camel-karaf-commands
 ${project.version}

http://git-wip-us.apache.org/repos/asf/camel/blob/413e070a/platforms/commands/commands-spring-boot/README.md
--
diff --git a/platforms/commands/commands-spring-boot/README.md 
b/platforms/commands/commands-spring-boot/README.md
deleted file mode 100644
index f37986a..000
--- a/platforms/commands/commands-spring-boot/README.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Camel Shell Commands for Spring Boot
-
-This component is implemented as a plugin for [CRuSH Java 
Shell](http://www.crashub.org/), a component used by the Spring Boot platform 
for the remote shell.
-It is essentially an adapter for the available Camel commands, responsible for 
passing through the options and arguments.
-
-# Installation
-
-To enable Spring Boot remote shell support:
-
-```xml
-
-
-org.springframework.boot
-spring-boot-starter-remote-shell
-x.x.x
-
-
-
-```
-
-To enable Camel Commands for the Spring Boot remote shell:
-
-```xml
-
-
-org.apache.camel
-camel-commands-spring-boot
-x.x.x
-
-
-
-```
-
-

http://git-wip-us.apache.org/repos/asf/camel/blob/413e070a/platforms/commands/commands-spring-boot/pom.xml
--
diff --git a/platforms/commands/commands-spring-boot/pom.xml 
b/platforms/commands/commands-spring-boot/pom.xml
deleted file mode 100755
index 4e6880c..000
--- a/platforms/commands/commands-spring-boot/pom.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-http://maven.apache.org/P