svn commit: r1013549 - in /websites/production/camel/content: cache/main.pageCache elasticsearch.html

2017-06-06 Thread buildbot
Author: buildbot Date: Tue Jun 6 22:18:42 2017 New Revision: 1013549 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/elasticsearch.html Modified: websites/production/camel/content/cache/main.

[2/3] camel git commit: test-jar should be test scope

2017-06-06 Thread davsclaus
test-jar should be test scope Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dc8eba43 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dc8eba43 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dc8eba43 Branch:

[3/3] camel git commit: test-jar should be test scope

2017-06-06 Thread davsclaus
test-jar should be test scope Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6ef2384e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6ef2384e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6ef2384e Branch:

[1/3] camel git commit: test-jar should be test scope

2017-06-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.18.x 6cb332c52 -> 6ef2384e5 refs/heads/camel-2.19.x 084e4334b -> dc8eba432 refs/heads/master 6d5ce82be -> 851afcba5 test-jar should be test scope Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apa

[5/6] camel git commit: Prevent crash when route IDs contain dollar signs

2017-06-06 Thread davsclaus
Prevent crash when route IDs contain dollar signs Spring Boot configured route get names like `UpdateRelationCamelRoute$$EnhancerBySpringCGLIB$$24c87b04`. The dollar signs are interpreted as group references since the `java.lang.String#replaceFirst()` method works with regular expressions. An a

[3/6] camel git commit: Prevent crash when route IDs contain dollar signs

2017-06-06 Thread davsclaus
Prevent crash when route IDs contain dollar signs Spring Boot configured route get names like `UpdateRelationCamelRoute$$EnhancerBySpringCGLIB$$24c87b04`. The dollar signs are interpreted as group references since the `java.lang.String#replaceFirst()` method works with regular expressions. An a

[2/6] camel git commit: Polished. This fixes #1741.

2017-06-06 Thread davsclaus
Polished. This fixes #1741. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6d5ce82b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6d5ce82b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6d5ce82b Branch: re

[4/6] camel git commit: Polished. This fixes #1741.

2017-06-06 Thread davsclaus
Polished. This fixes #1741. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/084e4334 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/084e4334 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/084e4334 Branch: re

[6/6] camel git commit: Polished. This fixes #1741.

2017-06-06 Thread davsclaus
Polished. This fixes #1741. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6cb332c5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6cb332c5 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6cb332c5 Branch: re

[1/6] camel git commit: Prevent crash when route IDs contain dollar signs

2017-06-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.18.x 035120f6d -> 6cb332c52 refs/heads/camel-2.19.x 0a03e9a4b -> 084e4334b refs/heads/master 41a9d04c4 -> 6d5ce82be Prevent crash when route IDs contain dollar signs Spring Boot configured route get names like `UpdateRelationCamelRout

[2/2] camel git commit: CAMEL-11381 Update OpenTracing Java API version to 0.30.0

2017-06-06 Thread davsclaus
CAMEL-11381 Update OpenTracing Java API version to 0.30.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0a03e9a4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0a03e9a4 Diff: http://git-wip-us.apache.org/repos/asf/c

[1/2] camel git commit: CAMEL-11381 Update OpenTracing Java API version to 0.30.0

2017-06-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.19.x 796f056b9 -> 0a03e9a4b refs/heads/master b600f9ce3 -> 41a9d04c4 CAMEL-11381 Update OpenTracing Java API version to 0.30.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/cam

camel git commit: CAMEL-11194 Upgrade Checkstyle and update rules

2017-06-06 Thread zregvart
Repository: camel Updated Branches: refs/heads/master e2c48e4ba -> b600f9ce3 CAMEL-11194 Upgrade Checkstyle and update rules This removes any carriage return characters that might occur in `header.txt` due to platform differences which might generate checkstyle XML file with incorrect header c

camel git commit: CAMEL-11256: Make camel-docker work on OSGi

2017-06-06 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 782624fe3 -> e2c48e4ba CAMEL-11256: Make camel-docker work on OSGi Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e2c48e4b Tree: http://git-wip-us.apache.org/repos/asf

camel git commit: Upgrade Undertow to version 1.4.16.Final

2017-06-06 Thread acosentino
Repository: camel Updated Branches: refs/heads/master e63d01305 -> 782624fe3 Upgrade Undertow to version 1.4.16.Final Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/782624fe Tree: http://git-wip-us.apache.org/repos/asf/ca

camel git commit: CAMEL-11315 camel-twitter: Replace dummy URI paths on directmessage and search with something meaningful

2017-06-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 7c1a06ac6 -> e63d01305 CAMEL-11315 camel-twitter: Replace dummy URI paths on directmessage and search with something meaningful Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/came

camel git commit: CAMEL-11348 - small optimization & cs fix in MethodInfo

2017-06-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 23b84b9f0 -> 7c1a06ac6 CAMEL-11348 - small optimization & cs fix in MethodInfo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7c1a06ac Tree: http://git-wip-us.apache.o

camel git commit: CAMEL-11188:Use Files.newFileInputStream instead of new FileInputStream

2017-06-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master be78d944d -> 23b84b9f0 CAMEL-11188:Use Files.newFileInputStream instead of new FileInputStream Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/23b84b9f Tree: http://git

camel git commit: CAMEL-11324 - deprecate krati component

2017-06-06 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master b85caa938 -> be78d944d CAMEL-11324 - deprecate krati component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/be78d944 Tree: http://git-wip-us.apache.org/repos/asf/cam