[2/2] camel git commit: add developers to root pom

2015-09-04 Thread janstey
add developers to root pom Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dacc46d4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dacc46d4 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dacc46d4 Branch: ref

[1/2] camel git commit: add developers to root pom

2015-09-04 Thread janstey
Repository: camel Updated Branches: refs/heads/camel-2.15.x 3c9867b4a -> dacc46d4e refs/heads/master 4608deb15 -> 10920cb02 add developers to root pom Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/10920cb0 Tree: http:/

camel git commit: Upgrade mqtt client

2015-09-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 42c6af57b -> 4608deb15 Upgrade mqtt client Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4608deb1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4608deb1 Dif

[1/4] camel git commit: CAMEL-9102: Added loggingSizeLimit >= -1 validation in setLoggingSizeLimit() to avoid further errors

2015-09-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 23456b66f -> 42c6af57b CAMEL-9102: Added loggingSizeLimit >= -1 validation in setLoggingSizeLimit() to avoid further errors Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/co

[3/4] camel git commit: CAMEL-9102: Changed tabs to whitespace for identation

2015-09-04 Thread davsclaus
CAMEL-9102: Changed tabs to whitespace for identation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/237a0588 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/237a0588 Diff: http://git-wip-us.apache.org/repos/asf/camel

[4/4] camel git commit: Fixed CS. This closes #605.

2015-09-04 Thread davsclaus
Fixed CS. This closes #605. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/42c6af57 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/42c6af57 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/42c6af57 Branch: re

[2/4] camel git commit: CAMEL-9102: Changed CxfEndpoint to allow loggingSizeLimit=-1 for unlimited log size

2015-09-04 Thread davsclaus
CAMEL-9102: Changed CxfEndpoint to allow loggingSizeLimit=-1 for unlimited log size Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/066dc594 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/066dc594 Diff: http://git-wi

[2/2] camel git commit: Fixed CS. This closes #603.

2015-09-04 Thread davsclaus
Fixed CS. This closes #603. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/23456b66 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/23456b66 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/23456b66 Branch: re

[1/2] camel git commit: Producer no CQL Uri Param handling on doStart()

2015-09-04 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 2051db4b4 -> 23456b66f Producer no CQL Uri Param handling on doStart() Problem: - cql Uri param is not mandatory (default null) - prepareStatements Uri param default true Therefore creating a Producer like "cql://localhost/camel_ks" fails;