camel git commit: Upgrade Jgit to version 4.7.0.201704051617-r

2017-04-09 Thread acosentino
Repository: camel Updated Branches: refs/heads/master ad8a4bd16 -> ff9af958f Upgrade Jgit to version 4.7.0.201704051617-r Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ff9af958 Tree: http://git-wip-us.apache.org/repos/as

camel git commit: Upgrade jackson to v2.8.8

2017-04-09 Thread lburgazzoli
Repository: camel Updated Branches: refs/heads/master 4072ba490 -> ad8a4bd16 Upgrade jackson to v2.8.8 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ad8a4bd1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ad8a4b

camel git commit: Upgrade log3j2 to v2.8.2

2017-04-09 Thread lburgazzoli
Repository: camel Updated Branches: refs/heads/master 60fb09108 -> 4072ba490 Upgrade log3j2 to v2.8.2 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4072ba49 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4072ba4

camel git commit: let's better make use of the TestSupport#assertIsInstanceOf API

2017-04-09 Thread bvahdat
Repository: camel Updated Branches: refs/heads/master d920f17c4 -> 60fb09108 let's better make use of the TestSupport#assertIsInstanceOf API Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/60fb0910 Tree: http://git-wip-us.

camel git commit: fix copy&paste typo

2017-04-09 Thread bvahdat
Repository: camel Updated Branches: refs/heads/master 9e09dd422 -> d920f17c4 fix copy&paste typo Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d920f17c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d920f17c Dif

camel git commit: CAMEL-11111: correctly copy response’s headers and body to exception

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 9c878faf3 -> 9e09dd422 CAMEL-1: correctly copy response’s headers and body to exception Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9e09dd42 Tree: http://git-

camel git commit: Polished

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master c3b6595f9 -> 9c878faf3 Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9c878faf Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9c878faf Diff: http://g

camel git commit: camel-reactive-streams: Fix latest strategy which was mistakenly acting as oldest.

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 872082312 -> c3b6595f9 camel-reactive-streams: Fix latest strategy which was mistakenly acting as oldest. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c3b6595f Tre

camel git commit: CAMEL-11124: camel-reactive-streams - Add exception for discarded streams.

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 96bbc91cf -> 872082312 CAMEL-11124: camel-reactive-streams - Add exception for discarded streams. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/87208231 Tree: http://

camel git commit: CAMEL-11123: Rename Impl to Default which is the naming convention we typically use in camel.

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master cf6a7414b -> 96bbc91cf CAMEL-11123: Rename Impl to Default which is the naming convention we typically use in camel. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/96

[3/3] camel git commit: CAMEL-11111: Fixes so the logic that sets the caused exception sets the result et all prior to hasFailedWith being called

2017-04-09 Thread davsclaus
CAMEL-1: Fixes so the logic that sets the caused exception sets the result et all prior to hasFailedWith being called Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cf6a7414 Tree: http://git-wip-us.apache.org/repos/asf/c

[1/3] camel git commit: CAMEL-11111: updated doc

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 693aa8a79 -> cf6a7414b CAMEL-1: updated doc Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d5a3ac61 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d5a3ac6

[2/3] camel git commit: CAMEL-11111: implemented throwExceptionOnFailure attribute for Producer usage

2017-04-09 Thread davsclaus
CAMEL-1: implemented throwExceptionOnFailure attribute for Producer usage Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d490978e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d490978e Diff: http://git-wip-us.ap

[5/6] camel git commit: CAMEL-11065 Cannot parse CSV record starting with separator character Polished test classes.

2017-04-09 Thread davsclaus
CAMEL-11065 Cannot parse CSV record starting with separator character Polished test classes. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8a207bac Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8a207bac Diff: http:

[2/6] camel git commit: CAMEL-11065 Cannot parse CSV record starting with separator character Changed Camel Bindy BindyCsvDataFormat#unquoteTokens function.

2017-04-09 Thread davsclaus
CAMEL-11065 Cannot parse CSV record starting with separator character Changed Camel Bindy BindyCsvDataFormat#unquoteTokens function. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4e36bb99 Tree: http://git-wip-us.apache.org/r

[1/6] camel git commit: CAMEL-11065 Cannot parse CSV record starting with separator character Polished test classes.

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/camel-2.18.x f12c34761 -> a8eebcb96 refs/heads/master 91bb1c33e -> 693aa8a79 CAMEL-11065 Cannot parse CSV record starting with separator character Polished test classes. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://

[3/6] camel git commit: Polished. Fixes #1605

2017-04-09 Thread davsclaus
Polished. Fixes #1605 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/693aa8a7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/693aa8a7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/693aa8a7 Branch: refs/hea

[6/6] camel git commit: Polished. Fixes #1605

2017-04-09 Thread davsclaus
Polished. Fixes #1605 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a8eebcb9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a8eebcb9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a8eebcb9 Branch: refs/hea

[4/6] camel git commit: CAMEL-11065 Cannot parse CSV record starting with separator character Changed Camel Bindy BindyCsvDataFormat#unquoteTokens function.

2017-04-09 Thread davsclaus
CAMEL-11065 Cannot parse CSV record starting with separator character Changed Camel Bindy BindyCsvDataFormat#unquoteTokens function. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/23d812b2 Tree: http://git-wip-us.apache.org/r

camel git commit: CAMEL-11122: camel-reactive-streams - Add more JMX information

2017-04-09 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 028e810bb -> 91bb1c33e CAMEL-11122: camel-reactive-streams - Add more JMX information Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/91bb1c33 Tree: http://git-wip-us.a