camel git commit: CAMEL-10586: make the kafka endpoint a little easier to use. You can now set key and partitionKey in the endpoint uri.

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master c2f424c21 -> ab6074949 CAMEL-10586: make the kafka endpoint a little easier to use. You can now set key and partitionKey in the endpoint uri. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/

svn commit: r1007668 - in /websites/production/camel/content: cache/main.pageCache camel-219-release.html

2017-03-03 Thread buildbot
Author: buildbot Date: Fri Mar 3 20:18:46 2017 New Revision: 1007668 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-219-release.html Modified: websites/production/camel/content/cache/m

[03/14] camel git commit: Removed @author tags. Renamed lazy test to non-eager.

2017-03-03 Thread davsclaus
Removed @author tags. Renamed lazy test to non-eager. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/723e1af9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/723e1af9 Diff: http://git-wip-us.apache.org/repos/asf/camel

[13/14] camel git commit: CAMEL-10934: Idempotent Consumer EIP - Should prepare idempotent repository better

2017-03-03 Thread davsclaus
CAMEL-10934: Idempotent Consumer EIP - Should prepare idempotent repository better Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/992af111 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/992af111 Diff: http://git-wip

[09/14] camel git commit: Cleared up documentation.

2017-03-03 Thread davsclaus
Cleared up documentation. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d2b29216 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d2b29216 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d2b29216 Branch: refs

[05/14] camel git commit: Refactored embedded test infrastructure

2017-03-03 Thread davsclaus
Refactored embedded test infrastructure Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4b7f0c75 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4b7f0c75 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4b7f0c75

[10/14] camel git commit: Fixed checkstyle errors. Added ability to set max cache size for the idempotent repository.

2017-03-03 Thread davsclaus
Fixed checkstyle errors. Added ability to set max cache size for the idempotent repository. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c71ec612 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c71ec612 Diff: http:

[02/14] camel git commit: Added documentation around local cache updates before broadcast - functionality added with change of the pollDuration to 100ms default, and its externalization.

2017-03-03 Thread davsclaus
Added documentation around local cache updates before broadcast - functionality added with change of the pollDuration to 100ms default, and its externalization. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f1e503dc Tree: h

[07/14] camel git commit: Removed unnecessary synchronized block.

2017-03-03 Thread davsclaus
Removed unnecessary synchronized block. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/64620c70 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/64620c70 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/64620c70

[01/14] camel git commit: Removed parameter validation in constructor. Now being handled in doStart()

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master e92581bef -> c2f424c21 Removed parameter validation in constructor. Now being handled in doStart() Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e76bc31d Tree: http:/

[11/14] camel git commit: Refactored initialisation to allow property-based construction via XML DSL. Enabled consumer poll duration to be externally defined.

2017-03-03 Thread davsclaus
Refactored initialisation to allow property-based construction via XML DSL. Enabled consumer poll duration to be externally defined. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ff7fec34 Tree: http://git-wip-us.apache.org/

[04/14] camel git commit: Kafka test resource refactoring

2017-03-03 Thread davsclaus
Kafka test resource refactoring Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e37bbb3f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e37bbb3f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e37bbb3f Branch

[14/14] camel git commit: Polished

2017-03-03 Thread davsclaus
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c2f424c2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c2f424c2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c2f424c2 Branch: refs/heads/master Com

[08/14] camel git commit: Modified as per davsclaus review comments.

2017-03-03 Thread davsclaus
Modified as per davsclaus review comments. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e068386c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e068386c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e0683

[12/14] camel git commit: Polished

2017-03-03 Thread davsclaus
Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/96cc1ce8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/96cc1ce8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/96cc1ce8 Branch: refs/heads/master Com

[06/14] camel git commit: CAMEL-10927 Added complete KafkaIdempotentRepository with supporting tests.

2017-03-03 Thread davsclaus
CAMEL-10927 Added complete KafkaIdempotentRepository with supporting tests. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/726890f6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/726890f6 Diff: http://git-wip-us.apac

camel git commit: CAMEL-10904: camel-scala is deprecated and should not have a spring boot starter module as it brings no value.

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master f9254da06 -> e92581bef CAMEL-10904: camel-scala is deprecated and should not have a spring boot starter module as it brings no value. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/as

camel git commit: CAMEL-9372: camel java dsl - Parameters with uris should denote that with an annotation

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 76ddb8538 -> f9254da06 CAMEL-9372: camel java dsl - Parameters with uris should denote that with an annotation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f9254da0

camel git commit: CAMEL-9965: Add javadoc about streaming problem

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 78e7a06b9 -> 76ddb8538 CAMEL-9965: Add javadoc about streaming problem Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/76ddb853 Tree: http://git-wip-us.apache.org/repos

camel git commit: Upgrade ActiveMQ

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 010411af1 -> 78e7a06b9 Upgrade ActiveMQ Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/78e7a06b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/78e7a06b Diff:

[1/3] camel git commit: Fixed CS

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 00e27d6de -> 010411af1 Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/010411af Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/010411af Diff: http://g

[2/3] camel git commit: CAMEL-10084: Add WARN log if there is a potential issue with the aggregator and the recoverable repo.

2017-03-03 Thread davsclaus
CAMEL-10084: Add WARN log if there is a potential issue with the aggregator and the recoverable repo. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0f51e575 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0f51e575 D

[3/3] camel git commit: CAMEL-10084: Improve javadoc

2017-03-03 Thread davsclaus
CAMEL-10084: Improve javadoc Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d9caf8c7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d9caf8c7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d9caf8c7 Branch: r

camel git commit: Upgrade log4j2 to v2.8.1

2017-03-03 Thread lburgazzoli
Repository: camel Updated Branches: refs/heads/master 9d370676d -> 00e27d6de Upgrade log4j2 to v2.8.1 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/00e27d6d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/00e27d6

svn commit: r1007622 - in /websites/production/camel/content: cache/main.pageCache camel-219-release.html

2017-03-03 Thread buildbot
Author: buildbot Date: Fri Mar 3 10:19:43 2017 New Revision: 1007622 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-219-release.html Modified: websites/production/camel/content/cache/m

camel git commit: Reorder maven modules so archetypes are built sooner

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master a83e9b127 -> 9d370676d Reorder maven modules so archetypes are built sooner Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9d370676 Tree: http://git-wip-us.apache.org/

camel git commit: Polished

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 239f093a1 -> a83e9b127 Polished Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a83e9b12 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a83e9b12 Diff: http://g

svn commit: r1007618 - in /websites/production/camel/content: cache/main.pageCache camel-219-release.html

2017-03-03 Thread buildbot
Author: buildbot Date: Fri Mar 3 09:20:10 2017 New Revision: 1007618 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-219-release.html Modified: websites/production/camel/content/cache/m

[4/6] camel git commit: CAMEL-10930: Move groovy dsl into camel-groovy-dsl

2017-03-03 Thread davsclaus
CAMEL-10930: Move groovy dsl into camel-groovy-dsl Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/91ff7db2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/91ff7db2 Diff: http://git-wip-us.apache.org/repos/asf/camel/di

[3/6] camel git commit: CAMEL-10930: Move groovy dsl into camel-groovy-dsl

2017-03-03 Thread davsclaus
http://git-wip-us.apache.org/repos/asf/camel/blob/91ff7db2/components/camel-groovy/src/main/resources/gdsl/CamelGroovyMethods.gdsl -- diff --git a/components/camel-groovy/src/main/resources/gdsl/CamelGroovyMethods.gdsl b/componen

[6/6] camel git commit: CAMEL-10930: Move groovy dsl into camel-groovy-dsl

2017-03-03 Thread davsclaus
CAMEL-10930: Move groovy dsl into camel-groovy-dsl Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/239f093a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/239f093a Diff: http://git-wip-us.apache.org/repos/asf/camel/di

[5/6] camel git commit: CAMEL-10930: Move groovy dsl into camel-groovy-dsl

2017-03-03 Thread davsclaus
CAMEL-10930: Move groovy dsl into camel-groovy-dsl Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/65d41c16 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/65d41c16 Diff: http://git-wip-us.apache.org/repos/asf/camel/di

[2/6] camel git commit: CAMEL-10930: Move groovy dsl into camel-groovy-dsl

2017-03-03 Thread davsclaus
CAMEL-10930: Move groovy dsl into camel-groovy-dsl Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2a198c2f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2a198c2f Diff: http://git-wip-us.apache.org/repos/asf/camel/di

[1/6] camel git commit: CAMEL-10930: Move groovy dsl into camel-groovy-dsl

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 8a7789899 -> 239f093a1 http://git-wip-us.apache.org/repos/asf/camel/blob/2a198c2f/components/camel-groovy-dsl/src/main/resources/dsld/CamelGroovyMethods.dsld -- diff --git

camel git commit: Regen

2017-03-03 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master caf48a8de -> 8a7789899 Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8a778989 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8a778989 Diff: http://git-