camel git commit: [CAMEL-10087, CAMEL-10069] Port 10069 to consumer (as much as can be), set consumer TCCL to null since not all can be worked around.

2016-06-25 Thread dkulp
Repository: camel Updated Branches: refs/heads/camel-2.17.x 1d3e4a2d6 -> fe35f0034 [CAMEL-10087, CAMEL-10069] Port 10069 to consumer (as much as can be), set consumer TCCL to null since not all can be worked around. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://gi

camel git commit: [CAMEL-10087, CAMEL-10069] Port 10069 to consumer (as much as can be), set consumer TCCL to null since not all can be worked around.

2016-06-25 Thread dkulp
Repository: camel Updated Branches: refs/heads/master 67b17a5bd -> 349e7a5c9 [CAMEL-10087, CAMEL-10069] Port 10069 to consumer (as much as can be), set consumer TCCL to null since not all can be worked around. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-

camel git commit: camel-dozer: Fix potential NPE as target model is mandatory when using producer

2016-06-25 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master f9fba78ce -> 67b17a5bd camel-dozer: Fix potential NPE as target model is mandatory when using producer Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/67b17a5b Tree: ht

camel git commit: Retrieve relevant fields to determine PushTopic update

2016-06-25 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 8c51cb9e9 -> f9fba78ce Retrieve relevant fields to determine PushTopic update The check for changes in these fields was already in the code, but the field values were not retrieved through the Salesforce REST API. Signed-off-by: Sune Kelle