camel git commit: Fix CS

2017-09-08 Thread lburgazzoli
Repository: camel Updated Branches: refs/heads/master 4d6e8f187 -> 26091d09f Fix CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/26091d09 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/26091d09 Diff: http://git

camel git commit: CAMEL-11667: Support Metadata component extension

2017-09-08 Thread zregvart
Repository: camel Updated Branches: refs/heads/master 34a7afbf6 -> 4d6e8f187 CAMEL-11667: Support Metadata component extension This simplifies and unifies the two modes of metadata gathering. Now if `sObjectName` is specified a (very simple) JSON schema is returned rather than custom JSON obje

camel git commit: Fix CS

2017-09-08 Thread lburgazzoli
Repository: camel Updated Branches: refs/heads/master de223d438 -> 34a7afbf6 Fix CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/34a7afbf Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/34a7afbf Diff: http://git

camel git commit: CAMEL-11765: camel-undertow - Consumer adds duplicate headers

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.18.x 63c97d850 -> fd6fb1996 CAMEL-11765: camel-undertow - Consumer adds duplicate headers Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fd6fb199 Tree: http://git-wip

[8/9] camel git commit: mend

2017-09-08 Thread davsclaus
mend CAMEL-11624: rest-dsl producer should use upper-case HTTP verb. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8be7fb49 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8be7fb49 Diff: http://git-wip-us.apache.org

[5/9] camel git commit: CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load

2017-09-08 Thread davsclaus
CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load Fixed issue with huge CPU load: added 1 second delay for a task that is 2nd in the queue order, 2sec for 3rd task, 3sec for 4th taks, etc. That helps to decrease CPU load and does not broke previous logic. Project: http:/

[7/9] camel git commit: CAMEL-11624: rest-dsl producer should use upper-case HTTP verb.

2017-09-08 Thread davsclaus
CAMEL-11624: rest-dsl producer should use upper-case HTTP verb. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7b8bb3dc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7b8bb3dc Diff: http://git-wip-us.apache.org/repos

[6/9] camel git commit: Update SubmitOrderedCompletionService.java

2017-09-08 Thread davsclaus
Update SubmitOrderedCompletionService.java Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/365a23c8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/365a23c8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/365a23

[4/9] camel git commit: CAMEL-11750: SubmitOrderedCompletionService should avoid eating CPU cycles if a task is not ready and the returned delay value would be too fast, eg 1 nano which essentially wo

2017-09-08 Thread davsclaus
CAMEL-11750: SubmitOrderedCompletionService should avoid eating CPU cycles if a task is not ready and the returned delay value would be too fast, eg 1 nano which essentially would do a while loop with cpu active all the time. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: ht

[9/9] camel git commit: CAMEL-11765: camel-undertow - Consumer adds duplicate headers

2017-09-08 Thread davsclaus
CAMEL-11765: camel-undertow - Consumer adds duplicate headers Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ea5905cf Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ea5905cf Diff: http://git-wip-us.apache.org/repos/a

[2/9] camel git commit: mend

2017-09-08 Thread davsclaus
mend CAMEL-11624: rest-dsl producer should use upper-case HTTP verb. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4146690b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4146690b Diff: http://git-wip-us.apache.org

[1/9] camel git commit: CAMEL-11765: camel-undertow - Consumer adds duplicate headers

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.19.x 1e3049bbc -> ea5905cff refs/heads/master ea3b6bea1 -> de223d438 CAMEL-11765: camel-undertow - Consumer adds duplicate headers Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf

[3/9] camel git commit: CAMEL-11624: rest-dsl producer should use upper-case HTTP verb.

2017-09-08 Thread davsclaus
CAMEL-11624: rest-dsl producer should use upper-case HTTP verb. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/85f143e4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/85f143e4 Diff: http://git-wip-us.apache.org/repos

[1/2] camel git commit: CAMEL-11695: fix Karaf feature test

2017-09-08 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 0293335f8 -> ea3b6bea1 CAMEL-11695: fix Karaf feature test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ebf97ee1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tr

[2/2] camel git commit: CAMEL-11695 - Added a little comment to the camel-grpc karaf feature

2017-09-08 Thread acosentino
CAMEL-11695 - Added a little comment to the camel-grpc karaf feature Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ea3b6bea Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ea3b6bea Diff: http://git-wip-us.apache.org/

camel git commit: Polished

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 22383f498 -> 0293335f8 Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0293335f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0293335f Diff: http://g

camel git commit: Fixed some minor component docs issues

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master d4fd3b7df -> 22383f498 Fixed some minor component docs issues Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/22383f49 Tree: http://git-wip-us.apache.org/repos/asf/came

camel git commit: CAMEL-11438 error in documentation removed

2017-09-08 Thread forsthofer
Repository: camel Updated Branches: refs/heads/master 542de217a -> d4fd3b7df CAMEL-11438 error in documentation removed Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d4fd3b7d Tree: http://git-wip-us.apache.org/repos/asf/c

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

2017-09-08 Thread buildbot
Author: buildbot Date: Fri Sep 8 09:19:57 2017 New Revision: 1017865 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2200-release.html Modified: websites/production/camel/content/cache/

[2/3] camel git commit: CAMEL-11695: Add 'security' label to the config properties

2017-09-08 Thread acosentino
CAMEL-11695: Add 'security' label to the config properties Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dccc8863 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dccc8863 Diff: http://git-wip-us.apache.org/repos/asf/

[1/3] camel git commit: CAMEL-11695 - camel-grpc currently doesn't work in OSGi

2017-09-08 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 6d290b443 -> 542de217a CAMEL-11695 - camel-grpc currently doesn't work in OSGi Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/542de217 Tree: http://git-wip-us.apache.o

[3/3] camel git commit: CAMEL-11695: Add security and advanced properties to the camel-grpc component

2017-09-08 Thread acosentino
CAMEL-11695: Add security and advanced properties to the camel-grpc component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/687ec7b5 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/687ec7b5 Diff: http://git-wip-us.ap

[2/6] camel git commit: CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load

2017-09-08 Thread davsclaus
CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load Fixed issue with huge CPU load: added 1 second delay for a task that is 2nd in the queue order, 2sec for 3rd task, 3sec for 4th taks, etc. That helps to decrease CPU load and does not broke previous logic. Project: http:/

[6/6] camel git commit: CAMEL-11750: SubmitOrderedCompletionService should avoid eating CPU cycles if a task is not ready and the returned delay value would be too fast, eg 1 nano which essentially wo

2017-09-08 Thread davsclaus
CAMEL-11750: SubmitOrderedCompletionService should avoid eating CPU cycles if a task is not ready and the returned delay value would be too fast, eg 1 nano which essentially would do a while loop with cpu active all the time. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: ht

[5/6] camel git commit: Update SubmitOrderedCompletionService.java

2017-09-08 Thread davsclaus
Update SubmitOrderedCompletionService.java Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ab745dda Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ab745dda Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ab745d

[1/6] camel git commit: Update SubmitOrderedCompletionService.java

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.18.x f5b23bf07 -> 63c97d850 refs/heads/master da4b458d3 -> 6d290b443 Update SubmitOrderedCompletionService.java Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5ee08a

[3/6] camel git commit: CAMEL-11750: SubmitOrderedCompletionService should avoid eating CPU cycles if a task is not ready and the returned delay value would be too fast, eg 1 nano which essentially wo

2017-09-08 Thread davsclaus
CAMEL-11750: SubmitOrderedCompletionService should avoid eating CPU cycles if a task is not ready and the returned delay value would be too fast, eg 1 nano which essentially would do a while loop with cpu active all the time. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: ht

[4/6] camel git commit: CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load

2017-09-08 Thread davsclaus
CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load Fixed issue with huge CPU load: added 1 second delay for a task that is 2nd in the queue order, 2sec for 3rd task, 3sec for 4th taks, etc. That helps to decrease CPU load and does not broke previous logic. Project: http:/

[1/2] camel git commit: Remove old cruft about karaf 2 and 3

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 59c4c8e8b -> da4b458d3 Remove old cruft about karaf 2 and 3 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/da4b458d Tree: http://git-wip-us.apache.org/repos/asf/camel/

[2/2] camel git commit: Remove old cruft about karaf 2 and 3

2017-09-08 Thread davsclaus
Remove old cruft about karaf 2 and 3 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/24b87c02 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/24b87c02 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/24b87c02 B

camel git commit: Fix Checkstyle issue

2017-09-08 Thread gzurowski
Repository: camel Updated Branches: refs/heads/camel-2.19.x af50c0e95 -> 1e3049bbc Fix Checkstyle issue 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/1e3049bb Tree: http://git-wip-us.apac

[3/6] camel git commit: Upgrade Azure Storage and related bundle to version 5.5.0

2017-09-08 Thread acosentino
Upgrade Azure Storage and related bundle to version 5.5.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/59785bce Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/59785bce Diff: http://git-wip-us.apache.org/repos/asf/c

[6/6] camel git commit: Upgrade Elasticsearch5 and related bundles to version 5.5.2

2017-09-08 Thread acosentino
Upgrade Elasticsearch5 and related bundles to version 5.5.2 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/59c4c8e8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/59c4c8e8 Diff: http://git-wip-us.apache.org/repos/asf

[1/6] camel git commit: Upgrade AWS SDK and related bundle to version 1.11.186

2017-09-08 Thread acosentino
Repository: camel Updated Branches: refs/heads/master e1a4806e3 -> 59c4c8e8b Upgrade AWS SDK and related bundle to version 1.11.186 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3d4434df Tree: http://git-wip-us.apache.or

[2/6] camel git commit: Upgrade Fastjson and related bundle to version 1.2.37

2017-09-08 Thread acosentino
Upgrade Fastjson and related bundle to version 1.2.37 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/69548f51 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/69548f51 Diff: http://git-wip-us.apache.org/repos/asf/camel

[4/6] camel git commit: Upgrade Docker-java and related bundle to version 3.0.13

2017-09-08 Thread acosentino
Upgrade Docker-java and related bundle to version 3.0.13 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/79c5c0f9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/79c5c0f9 Diff: http://git-wip-us.apache.org/repos/asf/ca

[5/6] camel git commit: Upgrade Libphonenumber and related bundle to version 8.8.0

2017-09-08 Thread acosentino
Upgrade Libphonenumber and related bundle to version 8.8.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1dc93d7c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1dc93d7c Diff: http://git-wip-us.apache.org/repos/asf/

camel git commit: Upgrade to Karaf 4.1.2

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master f73d1b888 -> e1a4806e3 Upgrade to Karaf 4.1.2 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e1a4806e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e1a4806e

camel git commit: CAMEL-11680: Camel-dropbox should support Put not only from localPath

2017-09-08 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master bba267737 -> f73d1b888 CAMEL-11680: Camel-dropbox should support Put not only from localPath Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f73d1b88 Tree: http://git-w