camel git commit: CAMEL-11465: Fixed NPE in IrcMessage after recent optimise in camel-core.

2017-06-28 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 77713509c -> 3cd744d6a CAMEL-11465: Fixed NPE in IrcMessage after recent optimise in camel-core. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3cd744d6 Tree: http://g

[1/3] camel git commit: CAMEL-11469 Use remainder of uri to parse config

2017-06-28 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.18.x d8413a5b3 -> e010a3f3e refs/heads/camel-2.19.x d922ad635 -> a20296085 refs/heads/master 9694e5e2b -> 77713509c CAMEL-11469 Use remainder of uri to parse config The configuration now uses the remainder of the uri to parse out the

[3/3] camel git commit: CAMEL-11469 Use remainder of uri to parse config

2017-06-28 Thread davsclaus
CAMEL-11469 Use remainder of uri to parse config The configuration now uses the remainder of the uri to parse out the properties. This can now cope with a '//' or not and stops further string manipulation where it isn't needed Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: h

[2/3] camel git commit: CAMEL-11469 Use remainder of uri to parse config

2017-06-28 Thread davsclaus
CAMEL-11469 Use remainder of uri to parse config The configuration now uses the remainder of the uri to parse out the properties. This can now cope with a '//' or not and stops further string manipulation where it isn't needed Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: h

camel git commit: CAMEL-11471: Unable to update the cron details from Quartz scheduler MBean

2017-06-28 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master bd350d89e -> 9694e5e2b CAMEL-11471: Unable to update the cron details from Quartz scheduler MBean Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9694e5e2 Tree: http://

[1/2] camel git commit: CAMEL-11454 use provided input stream when unmarshalling instead of creating a new one

2017-06-28 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.19.x cff781e73 -> d922ad635 refs/heads/master c40ccf32d -> bd350d89e CAMEL-11454 use provided input stream when unmarshalling instead of creating a new one Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-w

[2/2] camel git commit: CAMEL-11454 use provided input stream when unmarshalling instead of creating a new one

2017-06-28 Thread davsclaus
CAMEL-11454 use provided input stream when unmarshalling instead of creating a new one Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d922ad63 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d922ad63 Diff: http://git

[2/2] camel git commit: CAMEL-11466 align source code with camel-zipfile + add non regression unit test to test if resources correctly released after splitting tar

2017-06-28 Thread davsclaus
CAMEL-11466 align source code with camel-zipfile + add non regression unit test to test if resources correctly released after splitting tar Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cff781e7 Tree: http://git-wip-us.apac

[1/2] camel git commit: CAMEL-11466 align source code with camel-zipfile + add non regression unit test to test if resources correctly released after splitting tar

2017-06-28 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.19.x e180e -> cff781e73 refs/heads/master 149dd15b8 -> c40ccf32d CAMEL-11466 align source code with camel-zipfile + add non regression unit test to test if resources correctly released after splitting tar Project: http://git-wip-us

[1/2] camel git commit: CAMEL-11461 Resolve concurrentConsumers and limitConcurrentConsumers from the registry.

2017-06-28 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.19.x fc3647c21 -> e180e refs/heads/master e6a7caecc -> 149dd15b8 CAMEL-11461 Resolve concurrentConsumers and limitConcurrentConsumers from the registry. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-

[2/2] camel git commit: CAMEL-11461 Resolve concurrentConsumers and limitConcurrentConsumers from the registry.

2017-06-28 Thread davsclaus
CAMEL-11461 Resolve concurrentConsumers and limitConcurrentConsumers from the registry. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e180 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e180 Diff: http://gi

[2/2] camel git commit: CAMEL-10715: service-call : create ZooKeeper based ServiceDiscovery

2017-06-28 Thread lburgazzoli
CAMEL-10715: service-call : create ZooKeeper based ServiceDiscovery Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e6a7caec Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e6a7caec Diff: http://git-wip-us.apache.org/r

[1/2] camel git commit: Fix test name and logging

2017-06-28 Thread lburgazzoli
Repository: camel Updated Branches: refs/heads/master f9a911361 -> e6a7caecc Fix test name and logging Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e59b00b2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e59b00

camel git commit: CAMEL-11472 - [camel-box] missing Karaf feature dependency, thanks to Alexey Markevich for the patch

2017-06-28 Thread acosentino
Repository: camel Updated Branches: refs/heads/camel-2.18.x 53164066b -> d8413a5b3 CAMEL-11472 - [camel-box] missing Karaf feature dependency, thanks to Alexey Markevich for the patch Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/ca

[2/2] camel git commit: Upgrade Undertow to version 1.4.17.Final

2017-06-28 Thread acosentino
Upgrade Undertow to version 1.4.17.Final Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f9a91136 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f9a91136 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f9a9113

[1/2] camel git commit: Upgrade Chronicle Wire to version 1.8.10

2017-06-28 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 203498197 -> f9a911361 Upgrade Chronicle Wire to version 1.8.10 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7e1104aa Tree: http://git-wip-us.apache.org/repos/asf/ca

[2/2] camel git commit: Regen

2017-06-28 Thread acosentino
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/53164066 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/53164066 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/53164066 Branch: refs/heads/camel-2.18.x

[1/2] camel git commit: CAMEL-11319: sql-stored - Add support for function

2017-06-28 Thread acosentino
Repository: camel Updated Branches: refs/heads/camel-2.18.x c25149322 -> 53164066b CAMEL-11319: sql-stored - Add support for function CAMEL-11463 (cherry picked from commit 239c7438a47ad8b93f75ba2de62e0580799aed69) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git

[2/2] camel git commit: CAMEL-11470 - Camel-Core: DefaultShutdownStrategy, pass the logInflightExchangesOnTimeout to the ShutdownTask

2017-06-28 Thread acosentino
CAMEL-11470 - Camel-Core: DefaultShutdownStrategy, pass the logInflightExchangesOnTimeout to the ShutdownTask Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/14a7cb88 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/14

[1/2] camel git commit: Regen

2017-06-28 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 61ad97f02 -> 203498197 Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/20349819 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/20349819 Diff: http://git-