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
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:/
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
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
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
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
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
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
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;