svn commit: r1007779 - in /websites/production/camel/content: cache/main.pageCache camel-219-release.html

2017-03-05 Thread buildbot
Author: buildbot
Date: Sun Mar  5 18:20:42 2017
New Revision: 1007779

Log:
Production update by buildbot for camel

Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/camel-219-release.html

Modified: websites/production/camel/content/cache/main.pageCache
==
Binary files - no diff available.

Modified: websites/production/camel/content/camel-219-release.html
==
--- websites/production/camel/content/camel-219-release.html (original)
+++ websites/production/camel/content/camel-219-release.html Sun Mar  5 
18:20:42 2017
@@ -85,7 +85,7 @@

 
 
-Camel 2.19.0 
Release (currently in progress)http://camel.apache.org/images/camel-box-small.png; 
data-image-src="http://camel.apache.org/images/camel-box-small.png;>New and NoteworthyWelcome to the 
2.19.0 release which approx XXX issues resolved (new features, improvements and 
bug fixes such as...)Introduced https://github.com/apache/camel/blob/master/connectors/camel-connector/src/main/docs/connector-component.adoc#connector-component;
 rel="nofollow">Camel Connector's which is a simplified version of a Camel 
component that has been pr
 e-configured for a specific use-case.Upgraded to Spring Boot 
1.5.x.The Camel Maven 
Plugin now provides the camel:validate goal to parse your Java 
and XML source code for any Camel routes and report invalid Camel endpoint uri 
and simple expression errors. You can run this at code time (not 
runtime).CamelMain andSpring Boot andCamel Maven Plugin can now auto terminate 
the JVM after Camel has been running for maximum duration of seconds, processed 
messages or been idle for a period.Camel source code can build with 
Java 9 in preparation for official support for Java 9 later this 
yearDeprecated more components and camel-core APIs that will be 
dropped in Camel 3.0 or sometime in the 
futureIntroducedReloadStrategyas SPI
  which allows custom providers to implement logic for triggering live reloads 
of Camel routes.TheCamel Maven Pluginnow allows to live 
reload route changes from XML files when running Camel. This can also be 
enabled from the Main class.Introduced a 
newcamel-catalog-restartifact which is a tiny 
standalone REST API of the CamelCatalog using JAX-RS and Swagger 
Annotations.Addedcamel-catalog-rest-appas a 
standalone application which used Apache CXF with Jetty to host the Catalog 
REST API with embedded Swagger 
UIReturningnullfromBean should work similar to 
howsetBodyandtransformworks 
when they set anullbody.The Camel Spring Boot 
starter components now have their auto configu
 ration depends 
onorg.apache.camel.springboot.CamelAutoConfiguration which 
makes it easier writing unit tests where you can 
excludeorg.apache.camel.springboot.CamelAutoConfiguration to 
turn off Camel Spring Boot auto configuration completely.Camel now 
supports OWASP dependency check maven pluginNATScomponent now supports TLS andexplicit 
flushing (with timeout) of the connectionhttps://cwiki.apache.org/confluence/display/BOOKKEEPER/Metrics;>Metricscomponent
 now supports Gauge typeFileconsumer now supports idempotent-changed and 
idempotent-rename read lock strategies for clustering.Camel 
Catalog now supports custom runtime providers that only includes the supported 
Camel components, languages and data formats running in that container. For 
example for Karaf or Spring Boot in 
 the camel-catalog-provider-karaf and 
camel-catalog-provider-springboot.Thehttps://cwiki.apache.org/confluence/display/WW/bean;>bean component 
will when calling a method that returned an instance of 
Callablenow call that callable to obtain the chained result. 
This allows to call Groovy functions/closures etc.FailoverLoad Balancer with 
inheritErrorHandler=false, now allows Camel'sError Handler to react after the load balancer is 
exhausted.Salesforce 
component now supports limits, recent items, approvals and composite 
APIDumping Camel routes as XML now includes custom namespaces which 
are at xpath expressions etc. Likewise updating Camel routes from XML can now 
include namespaces which will be associated on xpath 
expressions.AddedRoute
 IdFactory which can auto assign route ids based on the consumer 
endpoints to use more sensitible names, instead of route1, route2, 
etc.Addskip function toSimple languageUpgraded to Jetty 9.3 (Jetty 9.2 
still supported for Karaf 4.0.x users)RouteBuilder 
auto-configuration can now be disabled in Camel 
CDIAsynchronous support for CXF JAX-RS producers has been 
addedTheJSonPath language now supports Map and List types and 
POJOs as well. For POJOs you need to have Jackson on the 
classpath.Data Format which marshal to JSon or XML now set 
the content-type header to application/json or application/xml 
appropriately.The
 Kafka component can now store 
offset state offline 

camel git commit: CAMEL-10944: camel-kafka - When consumer stop it should auto commit

2017-03-05 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master f42c97e17 -> b259c00cf


CAMEL-10944: camel-kafka - When consumer stop it should auto commit


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

Branch: refs/heads/master
Commit: b259c00cf2601cefc3f567d4e73d32ec39aaf90e
Parents: f42c97e
Author: Claus Ibsen 
Authored: Sun Mar 5 18:52:45 2017 +0100
Committer: Claus Ibsen 
Committed: Sun Mar 5 18:52:45 2017 +0100

--
 components/camel-kafka/src/main/docs/kafka-component.adoc  | 2 +-
 .../java/org/apache/camel/component/kafka/KafkaConfiguration.java  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/b259c00c/components/camel-kafka/src/main/docs/kafka-component.adoc
--
diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc 
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index f9f5aa5..8b376b0 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -78,7 +78,7 @@ The Kafka component is configured using the URI syntax with 
the following path a
 | partitioner | common | 
org.apache.kafka.clients.producer.internals.DefaultPartitioner | String | The 
partitioner class for partitioning messages amongst sub-topics. The default 
partitioner is based on the hash of the key.
 | autoCommitEnable | consumer | true | Boolean | If true periodically commit 
to ZooKeeper the offset of messages already fetched by the consumer. This 
committed offset will be used when the process fails as the position from which 
the new consumer will begin.
 | autoCommitIntervalMs | consumer | 5000 | Integer | The frequency in ms that 
the consumer offsets are committed to zookeeper.
-| autoCommitOnStop | consumer | sync | String | Whether to perform an explicit 
auto commit when the consumer stops to ensure the broker has a commit from the 
last consumed message. This requires the option autoCommitEnable is turned on.
+| autoCommitOnStop | consumer | sync | String | Whether to perform an explicit 
auto commit when the consumer stops to ensure the broker has a commit from the 
last consumed message. This requires the option autoCommitEnable is turned on. 
The possible values are: sync async or none. And sync is the default value.
 | autoOffsetReset | consumer | latest | String | What to do when there is no 
initial offset in ZooKeeper or if an offset is out of range: smallest : 
automatically reset the offset to the smallest offset largest : automatically 
reset the offset to the largest offset fail: throw exception to the consumer
 | bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
 | checkCrcs | consumer | true | Boolean | Automatically check the CRC32 of the 
records consumed. This ensures no on-the-wire or on-disk corruption to the 
messages occurred. This check adds some overhead so it may be disabled in cases 
seeking extreme performance.

http://git-wip-us.apache.org/repos/asf/camel/blob/b259c00c/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
--
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
index e96614f..064c087 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
@@ -621,6 +621,7 @@ public class KafkaConfiguration {
 /**
  * Whether to perform an explicit auto commit when the consumer stops to 
ensure the broker
  * has a commit from the last consumed message. This requires the option 
autoCommitEnable is turned on.
+ * The possible values are: sync, async, or none. And sync is the default 
value.
  */
 public void setAutoCommitOnStop(String autoCommitOnStop) {
 this.autoCommitOnStop = autoCommitOnStop;



camel git commit: CAMEL-10944: camel-kafka - When consumer stop it should auto commit

2017-03-05 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master 4d567c485 -> f42c97e17


CAMEL-10944: camel-kafka - When consumer stop it should auto commit


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

Branch: refs/heads/master
Commit: f42c97e17f296ce3bfa7814854ac5599a0571752
Parents: 4d567c4
Author: Claus Ibsen 
Authored: Sun Mar 5 18:48:02 2017 +0100
Committer: Claus Ibsen 
Committed: Sun Mar 5 18:49:38 2017 +0100

--
 .../camel-kafka/src/main/docs/kafka-component.adoc|  3 ++-
 .../camel/component/kafka/KafkaConfiguration.java | 14 ++
 .../apache/camel/component/kafka/KafkaConsumer.java   | 11 +++
 3 files changed, 27 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/f42c97e1/components/camel-kafka/src/main/docs/kafka-component.adoc
--
diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc 
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index c7e1315..f9f5aa5 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -66,7 +66,7 @@ The Kafka component is configured using the URI syntax with 
the following path a
 |===
 {% endraw %}
 
- 81 query parameters:
+ 82 query parameters:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
@@ -78,6 +78,7 @@ The Kafka component is configured using the URI syntax with 
the following path a
 | partitioner | common | 
org.apache.kafka.clients.producer.internals.DefaultPartitioner | String | The 
partitioner class for partitioning messages amongst sub-topics. The default 
partitioner is based on the hash of the key.
 | autoCommitEnable | consumer | true | Boolean | If true periodically commit 
to ZooKeeper the offset of messages already fetched by the consumer. This 
committed offset will be used when the process fails as the position from which 
the new consumer will begin.
 | autoCommitIntervalMs | consumer | 5000 | Integer | The frequency in ms that 
the consumer offsets are committed to zookeeper.
+| autoCommitOnStop | consumer | sync | String | Whether to perform an explicit 
auto commit when the consumer stops to ensure the broker has a commit from the 
last consumed message. This requires the option autoCommitEnable is turned on.
 | autoOffsetReset | consumer | latest | String | What to do when there is no 
initial offset in ZooKeeper or if an offset is out of range: smallest : 
automatically reset the offset to the smallest offset largest : automatically 
reset the offset to the largest offset fail: throw exception to the consumer
 | bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
 | checkCrcs | consumer | true | Boolean | Automatically check the CRC32 of the 
records consumed. This ensures no on-the-wire or on-disk corruption to the 
messages occurred. This check adds some overhead so it may be disabled in cases 
seeking extreme performance.

http://git-wip-us.apache.org/repos/asf/camel/blob/f42c97e1/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
--
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
index 436287b..e96614f 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
@@ -114,6 +114,8 @@ public class KafkaConfiguration {
 private String consumerId;
 @UriParam(label = "consumer", defaultValue = "true")
 private Boolean autoCommitEnable = true;
+@UriParam(label = "consumer", defaultValue = "sync", enums = 
"sync,async,none")
+private String autoCommitOnStop = "sync";
 @UriParam(label = "consumer")
 private StateRepository offsetRepository;
 
@@ -612,6 +614,18 @@ public class 

[1/2] camel git commit: CAMEL-9800: Add example to parent pom.

2017-03-05 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/master 295b07e20 -> 4d567c485


CAMEL-9800: Add example to parent pom.

Signed-off-by: Gregor Zurowski 


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

Branch: refs/heads/master
Commit: 3b436f023dc0d85bc3d85710d32c9b24ab5fa9b5
Parents: 295b07e
Author: Gregor Zurowski 
Authored: Sun Mar 5 17:29:54 2017 +
Committer: Gregor Zurowski 
Committed: Sun Mar 5 17:29:54 2017 +

--
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/3b436f02/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index 05a2e98..3253238 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -90,6 +90,7 @@
 camel-example-spring-boot-live-reload
 camel-example-spring-boot-metrics
 camel-example-spring-boot-rest-jpa
+camel-example-spring-boot-rest-swagger
 camel-example-spring-dm
 camel-example-spring-javaconfig
 camel-example-spring-jms



camel git commit: CAMEL-9800: [Minor] Fix Checkstyle issues

2017-03-05 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/master 272b48aa9 -> 295b07e20


CAMEL-9800: [Minor] Fix Checkstyle issues

Signed-off-by: Gregor Zurowski 

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

Branch: refs/heads/master
Commit: 295b07e20debe7942a33a08bb328b8b251c18892
Parents: 272b48a
Author: Gregor Zurowski 
Authored: Sun Mar 5 18:24:54 2017 +0100
Committer: Gregor Zurowski 
Committed: Sun Mar 5 18:24:54 2017 +0100

--
 .../java/org/apache/camel/example/springboot/CamelRouter.java  | 6 +++---
 .../main/java/org/apache/camel/example/springboot/User.java| 4 ++--
 .../java/org/apache/camel/example/springboot/UserService.java  | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/295b07e2/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/CamelRouter.java
--
diff --git 
a/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/CamelRouter.java
 
b/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/CamelRouter.java
index b1a7a28..0d5897c 100644
--- 
a/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/CamelRouter.java
+++ 
b/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/CamelRouter.java
@@ -16,13 +16,13 @@
  */
 package org.apache.camel.example.springboot;
 
-import static org.apache.camel.model.rest.RestParamType.body;
-import static org.apache.camel.model.rest.RestParamType.path;
-
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.model.rest.RestBindingMode;
 import org.springframework.stereotype.Component;
 
+import static org.apache.camel.model.rest.RestParamType.body;
+import static org.apache.camel.model.rest.RestParamType.path;
+
 /**
  * A simple Camel REST DSL route with Swagger API documentation.
  * 

http://git-wip-us.apache.org/repos/asf/camel/blob/295b07e2/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/User.java
--
diff --git 
a/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/User.java
 
b/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/User.java
index 8ea297e..3204888 100644
--- 
a/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/User.java
+++ 
b/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/User.java
@@ -16,11 +16,11 @@
  */
 package org.apache.camel.example.springboot;
 
-import org.apache.commons.lang3.builder.ToStringBuilder;
-
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 
+import org.apache.commons.lang3.builder.ToStringBuilder;
+
 /**
  * User entity
  *

http://git-wip-us.apache.org/repos/asf/camel/blob/295b07e2/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/UserService.java
--
diff --git 
a/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/UserService.java
 
b/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/UserService.java
index 072a672..488c305 100644
--- 
a/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/UserService.java
+++ 
b/examples/camel-example-spring-boot-rest-swagger/src/main/java/org/apache/camel/example/springboot/UserService.java
@@ -31,14 +31,14 @@ public interface UserService {
  *the ID of the user
  * @return the user, or null if user not found.
  */
-public User findUser(Integer id);
+User findUser(Integer id);
 
 /**
  * Find all users
  *
  * @return a collection of all users
  */
-public Collection findUsers();
+Collection findUsers();
 
 /**
  * Update the given user
@@ -46,6 +46,6 @@ public interface UserService {
  * @param user
  *the user
  */
-public void updateUser(User user);
+void updateUser(User user);
 
 }



camel git commit: CAMEL-9800: Add Spring Boot example with REST DSL and Swagger

2017-03-05 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/master abda88d2b -> 272b48aa9


CAMEL-9800: Add Spring Boot example with REST DSL and Swagger

Signed-off-by: Gregor Zurowski 

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

Branch: refs/heads/master
Commit: 272b48aa9129a670a123eed3fcc23d812ddfad04
Parents: abda88d
Author: Gregor Zurowski 
Authored: Sun Mar 5 18:14:51 2017 +0100
Committer: Gregor Zurowski 
Committed: Sun Mar 5 18:14:51 2017 +0100

--
 .../README.adoc |  76 +
 .../pom.xml | 110 +++
 .../camel/example/springboot/Application.java   |  42 +++
 .../camel/example/springboot/CamelRouter.java   |  69 
 .../apache/camel/example/springboot/User.java   |  66 +++
 .../camel/example/springboot/UserService.java   |  51 +
 .../example/springboot/UserServiceImpl.java |  51 +
 7 files changed, 465 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/272b48aa/examples/camel-example-spring-boot-rest-swagger/README.adoc
--
diff --git a/examples/camel-example-spring-boot-rest-swagger/README.adoc 
b/examples/camel-example-spring-boot-rest-swagger/README.adoc
new file mode 100644
index 000..8c0ed69
--- /dev/null
+++ b/examples/camel-example-spring-boot-rest-swagger/README.adoc
@@ -0,0 +1,76 @@
+# Spring Boot Example with Camel REST DSL and Swagger
+
+### Introduction
+
+This example illustrates how to use 
https://projects.spring.io/spring-boot/[Spring Boot] with 
http://camel.apache.org[Camel]. It provides a simple REST service that is 
created with http://camel.apache.org/rest-dsl.html[Camel REST DSL] and 
documented with http://swagger.io[Swagger].
+
+The project uses the `camel-spring-boot-starter` dependency, a Spring Boot 
starter dependency for Camel that simplifies the Maven configuration. 
+
+The project also uses `camel-servlet` component as the HTTP transport 
component for Camel REST DSL.
+
+### Build
+
+You can build this example using:
+
+$ mvn package
+
+### Run
+
+You can run this example using:
+
+$ mvn spring-boot:run
+
+You should see the following output when the application is launched:
+
+
+[...]
+[INFO] --- spring-boot-maven-plugin:1.5.1.RELEASE:run (default-cli) @ 
camel-example-spring-boot-rest-swagger ---
+  .     ___ _ _
+ /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
+  '  || .__|_| |_|_| |_\__, | / / / /
+ =|_|==|___/=/_/_/_/
+ :: Spring Boot ::(v1.5.1.RELEASE)
+[...]
+2017-03-05 14:55:44.032  INFO 15312 --- [   main] 
o.a.camel.spring.SpringCamelContext  : Total 4 routes, of which 4 are 
started.
+2017-03-05 14:55:44.034  INFO 15312 --- [   main] 
o.a.camel.spring.SpringCamelContext  : Apache Camel 2.19.0-SNAPSHOT 
(CamelContext: camel-1) started in 0.614 seconds
+2017-03-05 14:55:44.131  INFO 15312 --- [   main] 
s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 
(http)
+2017-03-05 14:55:44.140  INFO 15312 --- [   main] 
o.a.c.example.springboot.Application : Started Application in 6.265 seconds 
(JVM running for 21.092)
+
+
+After the Spring Boot application is started, you can open the following URL 
in your web browser to access the REST endpoint and retrieve a list of users: 
http://localhost:8080/camel/users
+
+You can also access the REST endpoint from the command line:
+
+$ curl http://localhost:8080/camel/users
+
+
+The command will produce the following output:
+
+
+[ {
+  "id" : 1,
+  "name" : "John Coltrane"
+}, {
+  "id" : 2,
+  "name" : "Miles Davis"
+}, {
+  "id" : 3,
+  "name" : "Sonny Rollins"
+} ]
+
+
+The Swagger documentation is located at: http://localhost:8080/camel/api-doc 
and can be retrieved with the following command:
+
+$ curl http://localhost:8080/camel/api-doc
+
+The Spring Boot application can be stopped pressing `[CTRL]`+`[C]` in the 
shell.
+
+### Help
+
+If you hit any problems please let us know on the 
http://camel.apache.org/discussion-forums.html[Camel Forums].
+
+Please help us make Apache Camel better - we appreciate any feedback you may 
have. Enjoy!
+
+The Camel riders!

http://git-wip-us.apache.org/repos/asf/camel/blob/272b48aa/examples/camel-example-spring-boot-rest-swagger/pom.xml
--
diff --git 

[1/3] camel git commit: Fixed example

2017-03-05 Thread davsclaus
Repository: camel
Updated Branches:
  refs/heads/master ff863cebc -> abda88d2b


Fixed example


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

Branch: refs/heads/master
Commit: afcb0c3b7b098a7c7fa8bbf2fe944cc380a1a59b
Parents: ff863ce
Author: Claus Ibsen 
Authored: Sun Mar 5 14:20:35 2017 +0100
Committer: Claus Ibsen 
Committed: Sun Mar 5 14:20:35 2017 +0100

--
 .../java/org/apache/camel/example/kafka/MessageConsumerClient.java | 2 +-
 .../camel-example-kafka/src/main/resources/application.properties  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/camel/blob/afcb0c3b/examples/camel-example-kafka/src/main/java/org/apache/camel/example/kafka/MessageConsumerClient.java
--
diff --git 
a/examples/camel-example-kafka/src/main/java/org/apache/camel/example/kafka/MessageConsumerClient.java
 
b/examples/camel-example-kafka/src/main/java/org/apache/camel/example/kafka/MessageConsumerClient.java
index 7513ba9..5dc42b4 100644
--- 
a/examples/camel-example-kafka/src/main/java/org/apache/camel/example/kafka/MessageConsumerClient.java
+++ 
b/examples/camel-example-kafka/src/main/java/org/apache/camel/example/kafka/MessageConsumerClient.java
@@ -48,7 +48,7 @@ public final class MessageConsumerClient {
 
from("kafka:{{consumer.topic}}?brokers={{kafka.host}}:{{kafka.port}}"
 + "={{consumer.maxPollRecords}}"
 + "={{consumer.consumersCount}}"
-+ "={{consumer.seekToBeginning}}"
++ "={{consumer.seekTo}}"
 + "={{consumer.group}}")
 .routeId("FromKafka")
 .log("${body}");

http://git-wip-us.apache.org/repos/asf/camel/blob/afcb0c3b/examples/camel-example-kafka/src/main/resources/application.properties
--
diff --git 
a/examples/camel-example-kafka/src/main/resources/application.properties 
b/examples/camel-example-kafka/src/main/resources/application.properties
index 08738bd..67b360d 100644
--- a/examples/camel-example-kafka/src/main/resources/application.properties
+++ b/examples/camel-example-kafka/src/main/resources/application.properties
@@ -37,4 +37,4 @@ consumer.maxPollRecords=5000
 consumer.consumersCount=1
 
 # Get records from the begining
-consumer.seekToBeginning=true
+consumer.seekTo=beginning



[2/3] camel git commit: Regen docs

2017-03-05 Thread davsclaus
http://git-wip-us.apache.org/repos/asf/camel/blob/abda88d2/components/camel-jms/src/main/docs/jms-component.adoc
--
diff --git a/components/camel-jms/src/main/docs/jms-component.adoc 
b/components/camel-jms/src/main/docs/jms-component.adoc
index d9fd8b0..59c0797 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -282,7 +282,7 @@ The JMS component supports 76 options which are listed 
below.
 | waitForProvisionCorrelationToBeUpdatedThreadSleepingTime | advanced | 100 | 
long | Interval in millis to sleep each time while waiting for provisional 
correlation id to be updated.
 | correlationProperty | producer (advanced) |  | String | Use this JMS 
property to correlate messages in InOut exchange pattern (request-reply) 
instead of JMSCorrelationID property. This allows you to exchange messages with 
systems that do not correlate messages using JMSCorrelationID JMS property. If 
used JMSCorrelationID will not be used or set by Camel. The value of here named 
property will be generated if not supplied in the header of the message under 
the same name.
 | headerFilterStrategy | filter |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
-| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |===
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/abda88d2/components/camel-jolt/src/main/docs/jolt-component.adoc
--
diff --git a/components/camel-jolt/src/main/docs/jolt-component.adoc 
b/components/camel-jolt/src/main/docs/jolt-component.adoc
index 0e07025..42bdb3d 100644
--- a/components/camel-jolt/src/main/docs/jolt-component.adoc
+++ b/components/camel-jolt/src/main/docs/jolt-component.adoc
@@ -50,7 +50,7 @@ The JOLT component supports 2 options which are listed below.
 |===
 | Name | Group | Default | Java Type | Description
 | transform | advanced |  | Transform | Explicitly sets the Transform to use. 
If not set a Transform specified by the transformDsl will be created
-| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |===
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/abda88d2/components/camel-jpa/src/main/docs/jpa-component.adoc
--
diff --git a/components/camel-jpa/src/main/docs/jpa-component.adoc 
b/components/camel-jpa/src/main/docs/jpa-component.adoc
index f736734..08bb211 100644
--- a/components/camel-jpa/src/main/docs/jpa-component.adoc
+++ b/components/camel-jpa/src/main/docs/jpa-component.adoc
@@ -96,7 +96,7 @@ The JPA component supports 5 options which are listed below.
 | transactionManager | common |  | PlatformTransactionManager | To use the 
PlatformTransactionManager for managing transactions.
 | joinTransaction | common | true | boolean | The camel-jpa component will 
join transaction by default. You can use this option to turn this off for 
example if you use LOCAL_RESOURCE and join transaction doesn't work with your 
JPA provider. This option can also be set globally on the JpaComponent instead 
of having to set it on all endpoints.
 | sharedEntityManager | common | false | boolean | Whether to use Spring's 
SharedEntityManager for the consumer/producer. Note in most cases 
joinTransaction should be set to false as this is not an EXTENDED EntityManager.
-| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 

[3/3] camel git commit: Regen docs

2017-03-05 Thread davsclaus
Regen docs


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

Branch: refs/heads/master
Commit: abda88d2baf26edc88e260274b0ac34ddf2f1a46
Parents: afcb0c3
Author: Claus Ibsen 
Authored: Sun Mar 5 15:00:36 2017 +0100
Committer: Claus Ibsen 
Committed: Sun Mar 5 15:00:36 2017 +0100

--
 camel-core/src/main/docs/direct-component.adoc | 2 +-
 camel-core/src/main/docs/direct-vm-component.adoc  | 2 +-
 camel-core/src/main/docs/log-component.adoc| 2 +-
 camel-core/src/main/docs/properties-component.adoc | 2 +-
 camel-core/src/main/docs/rest-component.adoc   | 2 +-
 camel-core/src/main/docs/scheduler-component.adoc  | 2 +-
 camel-core/src/main/docs/seda-component.adoc   | 2 +-
 camel-core/src/main/docs/stub-component.adoc   | 2 +-
 camel-core/src/main/docs/validator-component.adoc  | 2 +-
 camel-core/src/main/docs/vm-component.adoc | 2 +-
 camel-core/src/main/docs/xslt-component.adoc   | 2 +-
 .../src/main/java/org/apache/camel/impl/DefaultComponent.java  | 2 +-
 components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc| 2 +-
 components/camel-ahc/src/main/docs/ahc-component.adoc  | 2 +-
 components/camel-amqp/src/main/docs/amqp-component.adoc| 2 +-
 components/camel-apns/src/main/docs/apns-component.adoc| 2 +-
 .../src/main/docs/atmosphere-websocket-component.adoc  | 2 +-
 components/camel-avro/src/main/docs/avro-component.adoc| 2 +-
 components/camel-beanstalk/src/main/docs/beanstalk-component.adoc  | 2 +-
 components/camel-box/src/main/docs/box-component.adoc  | 2 +-
 components/camel-braintree/src/main/docs/braintree-component.adoc  | 2 +-
 components/camel-cache/src/main/docs/cache-component.adoc  | 2 +-
 components/camel-cmis/src/main/docs/cmis-component.adoc| 2 +-
 components/camel-cometd/src/main/docs/cometd-component.adoc| 2 +-
 components/camel-crypto/src/main/docs/crypto-component.adoc| 2 +-
 components/camel-cxf/src/main/docs/cxf-component.adoc  | 2 +-
 components/camel-cxf/src/main/docs/cxfrs-component.adoc| 2 +-
 components/camel-disruptor/src/main/docs/disruptor-component.adoc  | 2 +-
 components/camel-docker/src/main/docs/docker-component.adoc| 2 +-
 components/camel-ejb/src/main/docs/ejb-component.adoc  | 2 +-
 .../camel-elasticsearch/src/main/docs/elasticsearch-component.adoc | 2 +-
 components/camel-elsql/src/main/docs/elsql-component.adoc  | 2 +-
 .../camel-eventadmin/src/main/docs/eventadmin-component.adoc   | 2 +-
 components/camel-facebook/src/main/docs/facebook-component.adoc| 2 +-
 components/camel-flink/src/main/docs/flink-component.adoc  | 2 +-
 .../camel-freemarker/src/main/docs/freemarker-component.adoc   | 2 +-
 components/camel-ganglia/src/main/docs/ganglia-component.adoc  | 2 +-
 .../src/main/docs/google-calendar-component.adoc   | 2 +-
 .../camel-google-drive/src/main/docs/google-drive-component.adoc   | 2 +-
 .../camel-google-mail/src/main/docs/google-mail-component.adoc | 2 +-
 .../camel-google-pubsub/src/main/docs/google-pubsub-component.adoc | 2 +-
 .../src/main/docs/guava-eventbus-component.adoc| 2 +-
 components/camel-hazelcast/src/main/docs/hazelcast-component.adoc  | 2 +-
 components/camel-hbase/src/main/docs/hbase-component.adoc  | 2 +-
 components/camel-hdfs/src/main/docs/hdfs-component.adoc| 2 +-
 components/camel-hdfs2/src/main/docs/hdfs2-component.adoc  | 2 +-
 components/camel-http/src/main/docs/http-component.adoc| 2 +-
 components/camel-http4/src/main/docs/http4-component.adoc  | 2 +-
 components/camel-ibatis/src/main/docs/ibatis-component.adoc| 2 +-
 components/camel-jcache/src/main/docs/jcache-component.adoc| 2 +-
 components/camel-jclouds/src/main/docs/jclouds-component.adoc  | 2 +-
 components/camel-jdbc/src/main/docs/jdbc-component.adoc| 2 +-
 components/camel-jetty9/src/main/docs/jetty-component.adoc | 2 +-
 components/camel-jgroups/src/main/docs/jgroups-component.adoc  | 2 +-
 components/camel-jms/src/main/docs/jms-component.adoc  | 2 +-
 components/camel-jolt/src/main/docs/jolt-component.adoc| 2 +-
 components/camel-jpa/src/main/docs/jpa-component.adoc  | 2 +-
 components/camel-jsch/src/main/docs/scp-component.adoc | 2 +-
 

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

2017-03-05 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x a7e1a54ba -> 9d4789c57


http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-cxf-tomcat/pom.xml
--
diff --git a/examples/camel-example-cxf-tomcat/pom.xml 
b/examples/camel-example-cxf-tomcat/pom.xml
index b1ce777..177d903 100755
--- a/examples/camel-example-cxf-tomcat/pom.xml
+++ b/examples/camel-example-cxf-tomcat/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-example-cxf-tomcat

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-cxf/pom.xml
--
diff --git a/examples/camel-example-cxf/pom.xml 
b/examples/camel-example-cxf/pom.xml
index 4a6e818..fb5539f 100644
--- a/examples/camel-example-cxf/pom.xml
+++ b/examples/camel-example-cxf/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-example-cxf

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-etl/pom.xml
--
diff --git a/examples/camel-example-etl/pom.xml 
b/examples/camel-example-etl/pom.xml
index ac9dfb2..14b83bc 100644
--- a/examples/camel-example-etl/pom.xml
+++ b/examples/camel-example-etl/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-example-etl

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-ftp/pom.xml
--
diff --git a/examples/camel-example-ftp/pom.xml 
b/examples/camel-example-ftp/pom.xml
index b91429c..53de744 100644
--- a/examples/camel-example-ftp/pom.xml
+++ b/examples/camel-example-ftp/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-example-ftp

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-gae/pom.xml
--
diff --git a/examples/camel-example-gae/pom.xml 
b/examples/camel-example-gae/pom.xml
index 925a405..fd1037c 100644
--- a/examples/camel-example-gae/pom.xml
+++ b/examples/camel-example-gae/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-example-gae

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-gauth/pom.xml
--
diff --git a/examples/camel-example-gauth/pom.xml 
b/examples/camel-example-gauth/pom.xml
index 328f319..adcf130 100644
--- a/examples/camel-example-gauth/pom.xml
+++ b/examples/camel-example-gauth/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-example-gauth

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-guice-jms/pom.xml
--
diff --git a/examples/camel-example-guice-jms/pom.xml 
b/examples/camel-example-guice-jms/pom.xml
index 12f3f53..41f0896 100644
--- a/examples/camel-example-guice-jms/pom.xml
+++ b/examples/camel-example-guice-jms/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-example-guice-jms

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-jdbc/pom.xml
--
diff --git a/examples/camel-example-jdbc/pom.xml 
b/examples/camel-example-jdbc/pom.xml
index 73c679b..00aabe6 100644
--- a/examples/camel-example-jdbc/pom.xml
+++ b/examples/camel-example-jdbc/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-example-jdbc

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-jms-file/pom.xml
--
diff --git a/examples/camel-example-jms-file/pom.xml 
b/examples/camel-example-jms-file/pom.xml
index 03db2d6..d27c594 100755
--- a/examples/camel-example-jms-file/pom.xml
+++ b/examples/camel-example-jms-file/pom.xml
@@ -21,7 +21,7 @@

org.apache.camel
examples
-   2.17.6
+   2.17.7-SNAPSHOT

 
camel-example-jms-file

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/examples/camel-example-jmx/pom.xml
--
diff --git a/examples/camel-example-jmx/pom.xml 
b/examples/camel-example-jmx/pom.xml
index 

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

2017-03-05 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/9d4789c5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9d4789c5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9d4789c5

Branch: refs/heads/camel-2.17.x
Commit: 9d4789c57f61f959ecd28b34e45b69ac97289958
Parents: a7e1a54
Author: Gregor Zurowski 
Authored: Sun Mar 5 10:26:03 2017 +
Committer: Gregor Zurowski 
Committed: Sun Mar 5 10:26:03 2017 +

--
 apache-camel/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-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-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-boon/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-chunk/pom.xml   | 2 +-
 components/camel-cmis/pom.xml| 2 +-
 components/camel-coap/pom.xml| 2 +-
 components/camel-cometd/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-couchdb/pom.xml | 2 +-
 components/camel-crypto/pom.xml  | 2 +-
 components/camel-csv/pom.xml | 2 +-
 components/camel-cxf-transport/pom.xml   | 2 +-
 components/camel-cxf/pom.xml | 2 +-
 components/camel-disruptor/pom.xml   | 2 +-
 components/camel-dns/pom.xml | 2 +-
 components/camel-docker/pom.xml  | 2 +-
 components/camel-dozer/pom.xml   | 2 +-
 components/camel-dropbox/pom.xml | 2 +-
 components/camel-eclipse/pom.xml | 2 +-
 components/camel-ejb/pom.xml | 2 +-
 components/camel-elasticsearch/pom.xml   | 2 +-
 components/camel-elsql/pom.xml   | 2 +-
 components/camel-etcd/pom.xml| 2 +-
 components/camel-eventadmin/pom.xml  | 2 +-
 components/camel-exec/pom.xml| 2 +-
 components/camel-facebook/pom.xml| 2 +-
 components/camel-flatpack/pom.xml| 2 +-
 components/camel-fop/pom.xml | 2 +-
 components/camel-freemarker/pom.xml  | 2 +-
 components/camel-ftp/pom.xml | 2 +-
 components/camel-gae/pom.xml | 2 +-
 components/camel-ganglia/pom.xml | 2 +-
 components/camel-geocoder/pom.xml| 2 +-
 

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

2017-03-05 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jms/pom.xml
--
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 1bce363..8cf21a0 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-jms

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jmx/pom.xml
--
diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index a536086..29830b6 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
 
 
 camel-jmx

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jolt/pom.xml
--
diff --git a/components/camel-jolt/pom.xml b/components/camel-jolt/pom.xml
index 8310f2e..62d8cd6 100644
--- a/components/camel-jolt/pom.xml
+++ b/components/camel-jolt/pom.xml
@@ -22,7 +22,7 @@
   
 components
 org.apache.camel
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-jolt

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-josql/pom.xml
--
diff --git a/components/camel-josql/pom.xml b/components/camel-josql/pom.xml
index b3795fb..f8c0267 100644
--- a/components/camel-josql/pom.xml
+++ b/components/camel-josql/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-josql

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jpa/pom.xml
--
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index a19eac6..b8a34c2 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-jpa

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jsch/pom.xml
--
diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index e1b04e5..1f5dac9 100644
--- a/components/camel-jsch/pom.xml
+++ b/components/camel-jsch/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-jsch

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jsonpath/pom.xml
--
diff --git a/components/camel-jsonpath/pom.xml 
b/components/camel-jsonpath/pom.xml
index 36e5be2..563fb3e 100644
--- a/components/camel-jsonpath/pom.xml
+++ b/components/camel-jsonpath/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-jsonpath

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jt400/pom.xml
--
diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml
index 10c00e9..8b972c1 100644
--- a/components/camel-jt400/pom.xml
+++ b/components/camel-jt400/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-jt400

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-juel/pom.xml
--
diff --git a/components/camel-juel/pom.xml b/components/camel-juel/pom.xml
index 9faa713..b2e1195 100644
--- a/components/camel-juel/pom.xml
+++ b/components/camel-juel/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-juel

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-jxpath/pom.xml
--
diff --git a/components/camel-jxpath/pom.xml b/components/camel-jxpath/pom.xml
index 37a8240..386fe58 100644
--- a/components/camel-jxpath/pom.xml
+++ b/components/camel-jxpath/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6
+2.17.7-SNAPSHOT
   
 
   camel-jxpath

http://git-wip-us.apache.org/repos/asf/camel/blob/9d4789c5/components/camel-kafka/pom.xml
--
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index b4b8386..fd3f6a7 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6

[camel] Git Push Summary

2017-03-05 Thread gzurowski
Repository: camel
Updated Tags:  refs/tags/camel-2.17.6 [created] 168e6c362


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

2017-03-05 Thread gzurowski
[maven-release-plugin] prepare release camel-2.17.6


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

Branch: refs/heads/camel-2.17.x
Commit: a7e1a54ba4d64c87d8337f63b53bd30c4de31fb0
Parents: 0d0ac5c
Author: Gregor Zurowski 
Authored: Sun Mar 5 10:24:36 2017 +
Committer: Gregor Zurowski 
Committed: Sun Mar 5 10:24:36 2017 +

--
 apache-camel/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-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-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-boon/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-chunk/pom.xml   | 2 +-
 components/camel-cmis/pom.xml| 2 +-
 components/camel-coap/pom.xml| 2 +-
 components/camel-cometd/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-couchdb/pom.xml | 2 +-
 components/camel-crypto/pom.xml  | 2 +-
 components/camel-csv/pom.xml | 2 +-
 components/camel-cxf-transport/pom.xml   | 2 +-
 components/camel-cxf/pom.xml | 2 +-
 components/camel-disruptor/pom.xml   | 2 +-
 components/camel-dns/pom.xml | 2 +-
 components/camel-docker/pom.xml  | 2 +-
 components/camel-dozer/pom.xml   | 2 +-
 components/camel-dropbox/pom.xml | 2 +-
 components/camel-eclipse/pom.xml | 2 +-
 components/camel-ejb/pom.xml | 2 +-
 components/camel-elasticsearch/pom.xml   | 2 +-
 components/camel-elsql/pom.xml   | 2 +-
 components/camel-etcd/pom.xml| 2 +-
 components/camel-eventadmin/pom.xml  | 2 +-
 components/camel-exec/pom.xml| 2 +-
 components/camel-facebook/pom.xml| 2 +-
 components/camel-flatpack/pom.xml| 2 +-
 components/camel-fop/pom.xml | 2 +-
 components/camel-freemarker/pom.xml  | 2 +-
 components/camel-ftp/pom.xml | 2 +-
 components/camel-gae/pom.xml | 2 +-
 components/camel-ganglia/pom.xml | 2 +-
 components/camel-geocoder/pom.xml| 2 +-
 components/camel-git/pom.xml

[1/3] camel git commit: [maven-release-plugin] prepare release camel-2.17.6

2017-03-05 Thread gzurowski
Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x 0d0ac5c39 -> a7e1a54ba


http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-cxf-tomcat/pom.xml
--
diff --git a/examples/camel-example-cxf-tomcat/pom.xml 
b/examples/camel-example-cxf-tomcat/pom.xml
index a43245c..b1ce777 100755
--- a/examples/camel-example-cxf-tomcat/pom.xml
+++ b/examples/camel-example-cxf-tomcat/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-example-cxf-tomcat

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-cxf/pom.xml
--
diff --git a/examples/camel-example-cxf/pom.xml 
b/examples/camel-example-cxf/pom.xml
index eca16cd..4a6e818 100644
--- a/examples/camel-example-cxf/pom.xml
+++ b/examples/camel-example-cxf/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-example-cxf

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-etl/pom.xml
--
diff --git a/examples/camel-example-etl/pom.xml 
b/examples/camel-example-etl/pom.xml
index dbcf203..ac9dfb2 100644
--- a/examples/camel-example-etl/pom.xml
+++ b/examples/camel-example-etl/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-example-etl

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-ftp/pom.xml
--
diff --git a/examples/camel-example-ftp/pom.xml 
b/examples/camel-example-ftp/pom.xml
index 6b9abda..b91429c 100644
--- a/examples/camel-example-ftp/pom.xml
+++ b/examples/camel-example-ftp/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-example-ftp

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-gae/pom.xml
--
diff --git a/examples/camel-example-gae/pom.xml 
b/examples/camel-example-gae/pom.xml
index 9b1f3b7..925a405 100644
--- a/examples/camel-example-gae/pom.xml
+++ b/examples/camel-example-gae/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-example-gae

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-gauth/pom.xml
--
diff --git a/examples/camel-example-gauth/pom.xml 
b/examples/camel-example-gauth/pom.xml
index 3f4264d..328f319 100644
--- a/examples/camel-example-gauth/pom.xml
+++ b/examples/camel-example-gauth/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-example-gauth

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-guice-jms/pom.xml
--
diff --git a/examples/camel-example-guice-jms/pom.xml 
b/examples/camel-example-guice-jms/pom.xml
index cc110a9..12f3f53 100644
--- a/examples/camel-example-guice-jms/pom.xml
+++ b/examples/camel-example-guice-jms/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-example-guice-jms

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-jdbc/pom.xml
--
diff --git a/examples/camel-example-jdbc/pom.xml 
b/examples/camel-example-jdbc/pom.xml
index 9f16bdc..73c679b 100644
--- a/examples/camel-example-jdbc/pom.xml
+++ b/examples/camel-example-jdbc/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 examples
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-example-jdbc

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-jms-file/pom.xml
--
diff --git a/examples/camel-example-jms-file/pom.xml 
b/examples/camel-example-jms-file/pom.xml
index 9fc6159..03db2d6 100755
--- a/examples/camel-example-jms-file/pom.xml
+++ b/examples/camel-example-jms-file/pom.xml
@@ -21,7 +21,7 @@

org.apache.camel
examples
-   2.17.6-SNAPSHOT
+   2.17.6

 
camel-example-jms-file

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/examples/camel-example-jmx/pom.xml
--
diff --git a/examples/camel-example-jmx/pom.xml 
b/examples/camel-example-jmx/pom.xml
index 

[2/3] camel git commit: [maven-release-plugin] prepare release camel-2.17.6

2017-03-05 Thread gzurowski
http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jms/pom.xml
--
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index f6cfcf4..1bce363 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-jms

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jmx/pom.xml
--
diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml
index c6e2ad7..a536086 100644
--- a/components/camel-jmx/pom.xml
+++ b/components/camel-jmx/pom.xml
@@ -21,7 +21,7 @@
 
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
 
 
 camel-jmx

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jolt/pom.xml
--
diff --git a/components/camel-jolt/pom.xml b/components/camel-jolt/pom.xml
index 4654c41..8310f2e 100644
--- a/components/camel-jolt/pom.xml
+++ b/components/camel-jolt/pom.xml
@@ -22,7 +22,7 @@
   
 components
 org.apache.camel
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-jolt

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-josql/pom.xml
--
diff --git a/components/camel-josql/pom.xml b/components/camel-josql/pom.xml
index 21a875f..b3795fb 100644
--- a/components/camel-josql/pom.xml
+++ b/components/camel-josql/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-josql

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jpa/pom.xml
--
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 439abe8..a19eac6 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-jpa

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jsch/pom.xml
--
diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml
index 3f6fb47..e1b04e5 100644
--- a/components/camel-jsch/pom.xml
+++ b/components/camel-jsch/pom.xml
@@ -23,7 +23,7 @@
   
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-jsch

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jsonpath/pom.xml
--
diff --git a/components/camel-jsonpath/pom.xml 
b/components/camel-jsonpath/pom.xml
index 59f24a2..36e5be2 100644
--- a/components/camel-jsonpath/pom.xml
+++ b/components/camel-jsonpath/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-jsonpath

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jt400/pom.xml
--
diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml
index 2ff570c..10c00e9 100644
--- a/components/camel-jt400/pom.xml
+++ b/components/camel-jt400/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-jt400

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-juel/pom.xml
--
diff --git a/components/camel-juel/pom.xml b/components/camel-juel/pom.xml
index 3d02ea6..9faa713 100644
--- a/components/camel-juel/pom.xml
+++ b/components/camel-juel/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-juel

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-jxpath/pom.xml
--
diff --git a/components/camel-jxpath/pom.xml b/components/camel-jxpath/pom.xml
index 57d0485..37a8240 100644
--- a/components/camel-jxpath/pom.xml
+++ b/components/camel-jxpath/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-2.17.6-SNAPSHOT
+2.17.6
   
 
   camel-jxpath

http://git-wip-us.apache.org/repos/asf/camel/blob/a7e1a54b/components/camel-kafka/pom.xml
--
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index a967d52..b4b8386 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.camel
 components
-