svn commit: r997465 - in /websites/production/camel/content: add-new-component-guide.html cache/main.pageCache

2016-09-15 Thread buildbot
Author: buildbot Date: Thu Sep 15 13:19:59 2016 New Revision: 997465 Log: Production update by buildbot for camel Modified: websites/production/camel/content/add-new-component-guide.html websites/production/camel/content/cache/main.pageCache Modified:

[1/2] camel git commit: Ignore failure during shutdown of test

2016-09-15 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 4fdec3a4a -> 1f43d9cd7 Ignore failure during shutdown of test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e22d2eb8 Tree:

camel git commit: CAMEL-10313: Fixed camel-serlvet to not expose unwanted deps at runtime scope. This causes problems in examples etc.

2016-09-15 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 009906c60 -> 4fdec3a4a CAMEL-10313: Fixed camel-serlvet to not expose unwanted deps at runtime scope. This causes problems in examples etc. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] camel git commit: Avoid running on CI as its not reliable to run there

2016-09-15 Thread davsclaus
Avoid running on CI as its not reliable to run there Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1f43d9cd Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1f43d9cd Diff:

camel git commit: CAMEL-9910: Rest DSL now automatic discover rest capable component and if there is only one on the classpath it uses that by default.

2016-09-15 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 1f43d9cd7 -> 8dc8d59a6 CAMEL-9910: Rest DSL now automatic discover rest capable component and if there is only one on the classpath it uses that by default. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

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

2016-09-15 Thread buildbot
Author: buildbot Date: Thu Sep 15 15:18:44 2016 New Revision: 997472 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2180-release.html Modified:

buildbot success in on camel-site-production

2016-09-15 Thread buildbot
The Buildbot has detected a restored build on builder camel-site-production while building . Full details are available at: https://ci.apache.org/builders/camel-site-production/builds/10660 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The

buildbot failure in on camel-site-production

2016-09-15 Thread buildbot
The Buildbot has detected a new failure on builder camel-site-production while building . Full details are available at: https://ci.apache.org/builders/camel-site-production/builds/10659 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The Nightly

camel git commit: Exclude log4j dependencies

2016-09-15 Thread lburgazzoli
Repository: camel Updated Branches: refs/heads/master 8dc8d59a6 -> c75755f0d Exclude log4j dependencies Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c75755f0 Tree:

svn commit: r997453 - in /websites/production/camel/content: cache/main.pageCache spark-rest.html

2016-09-15 Thread buildbot
Author: buildbot Date: Thu Sep 15 08:19:03 2016 New Revision: 997453 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/spark-rest.html Modified:

svn commit: r997450 - in /websites/production/camel/content: aws-s3.html cache/main.pageCache

2016-09-15 Thread buildbot
Author: buildbot Date: Thu Sep 15 07:20:07 2016 New Revision: 997450 Log: Production update by buildbot for camel Modified: websites/production/camel/content/aws-s3.html websites/production/camel/content/cache/main.pageCache Modified: websites/production/camel/content/aws-s3.html

camel git commit: Upgrade Jackrabbit to version 2.13.3

2016-09-15 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 5b8c252d3 -> 8a11d4714 Upgrade Jackrabbit to version 2.13.3 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8a11d471 Tree:

[2/4] camel git commit: CAMEL-10303 - added ability to detect when the consumer fails to deliver the MLLP acknowledgement

2016-09-15 Thread acosentino
CAMEL-10303 - added ability to detect when the consumer fails to deliver the MLLP acknowledgement Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/62715117 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/62715117

[1/4] camel git commit: CAMEL-10303 - added ability to detect when the consumer fails to deliver the MLLP acknowledgement

2016-09-15 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 8a11d4714 -> 404fae80b http://git-wip-us.apache.org/repos/asf/camel/blob/62715117/components/camel-mllp/src/test/java/org/apache/camel/component/mllp/MllpTcpServerConsumerAcknowledgementTest.java

[4/4] camel git commit: CAMEL-10303 - Added MllpTcpServerConsumerTransactionTest

2016-09-15 Thread acosentino
CAMEL-10303 - Added MllpTcpServerConsumerTransactionTest Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/404fae80 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/404fae80 Diff:

[3/4] camel git commit: CAMEL-10303 - update MllpTcpServerConsumerConnectionTest to fix potential platform issues

2016-09-15 Thread acosentino
CAMEL-10303 - update MllpTcpServerConsumerConnectionTest to fix potential platform issues Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/53074f51 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/53074f51 Diff:

[6/6] camel git commit: CAMEL-10319, SNMP Producer (fix onStart/onStop)

2016-09-15 Thread acosentino
CAMEL-10319, SNMP Producer (fix onStart/onStop) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/406b97ec Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/406b97ec Diff:

[5/6] camel git commit: CAMEL-10319, SNMP Producer

2016-09-15 Thread acosentino
CAMEL-10319, SNMP Producer Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b7b6ff22 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b7b6ff22 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b7b6ff22 Branch:

[3/6] camel git commit: CAMEL-10319, SNMP Producer

2016-09-15 Thread acosentino
CAMEL-10319, SNMP Producer Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/64441b9f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/64441b9f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/64441b9f Branch:

camel git commit: Upgrade Kubernetes/Openshift client to version 1.4.8

2016-09-15 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 406b97ecf -> 009906c60 Upgrade Kubernetes/Openshift client to version 1.4.8 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/009906c6 Tree:

[4/6] camel git commit: CAMEL-10319, SNMP Producer

2016-09-15 Thread acosentino
CAMEL-10319, SNMP Producer Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/83d6e4f9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/83d6e4f9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/83d6e4f9 Branch:

[2/6] camel git commit: CAMEL-10319, SNMP Producer

2016-09-15 Thread acosentino
CAMEL-10319, SNMP Producer Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0ed2840d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0ed2840d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0ed2840d Branch:

[1/6] camel git commit: CAMEL-10319, SNMP Producer (fix test)

2016-09-15 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 404fae80b -> 406b97ecf CAMEL-10319, SNMP Producer (fix test) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a2486d23 Tree: