[1/2] camel git commit: Small optimization on exchange to avoid looking up unnessasary type conversion and setting a null value on the property

2017-05-26 Thread davsclaus
Repository: camel Updated Branches: refs/heads/CAMEL-11342 386d57ebc -> 2312545a2 Small optimization on exchange to avoid looking up unnessasary type conversion and setting a null value on the property Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[2/2] camel git commit: Small optimization about UoW to compute isExternalRedeliveried only once as JMX performance statis will otherwise repeativly calculate this on each complete.

2017-05-26 Thread davsclaus
Small optimization about UoW to compute isExternalRedeliveried only once as JMX performance statis will otherwise repeativly calculate this on each complete. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2312545a Tree:

camel git commit: CAMEL-11340: Optimize JMX performance statistics to not use synchronized block but use atomic counter/values from JDK. This avoid thread contention when having many concurrent thread

2017-05-26 Thread davsclaus
Repository: camel Updated Branches: refs/heads/CAMEL-11342 b28ea66e6 -> 386d57ebc CAMEL-11340: Optimize JMX performance statistics to not use synchronized block but use atomic counter/values from JDK. This avoid thread contention when having many concurrent threads on the same routes

camel git commit: Upgrade Spring Data Redis to version 1.8.3.RELEASE and Jedis to 2.9.0

2017-05-26 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 2048487e6 -> 140bdf102 Upgrade Spring Data Redis to version 1.8.3.RELEASE and Jedis to 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/140bdf10 Tree:

[2/2] camel git commit: CAMEL-11336: Camel-dozer Karaf feature requires new commons-beanutils

2017-05-26 Thread acosentino
CAMEL-11336: Camel-dozer Karaf feature requires new commons-beanutils Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2048487e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2048487e Diff:

[1/2] camel git commit: [CAMEL-11336] Updated dozer to 6.0.0

2017-05-26 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 4b094993f -> 2048487e6 [CAMEL-11336] Updated dozer to 6.0.0 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/98d2f3f9 Tree:

camel git commit: CAMEL-11342: Optimise ManagedRoute to avoid synchronized block when updating inflight oldest duration statistic

2017-05-26 Thread davsclaus
Repository: camel Updated Branches: refs/heads/CAMEL-11342 [created] b28ea66e6 CAMEL-11342: Optimise ManagedRoute to avoid synchronized block when updating inflight oldest duration statistic Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

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

2017-05-26 Thread buildbot
Author: buildbot Date: Fri May 26 12:21:47 2017 New Revision: 1012907 Log: Production update by buildbot for camel Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2200-release.html Modified:

[2/2] camel git commit: Upgrade to Hazelcast Kubernetes Bootstrapper 3.8.2

2017-05-26 Thread acosentino
Upgrade to Hazelcast Kubernetes Bootstrapper 3.8.2 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a71807c7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a71807c7 Diff:

[1/2] camel git commit: Update README of camel-example-hazelcast-kubernetes

2017-05-26 Thread acosentino
Repository: camel Updated Branches: refs/heads/master cbf469e2f -> 4b094993f Update README of camel-example-hazelcast-kubernetes Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4b094993 Tree:

camel git commit: CAMEL-11341: Optimise DefaultEndpointUtilizationStatistics to avoid synchronized block when updating hit counter.

2017-05-26 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 1220328ab -> cbf469e2f CAMEL-11341: Optimise DefaultEndpointUtilizationStatistics to avoid synchronized block when updating hit counter. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[1/3] camel git commit: CAMEL-11339: Optimise to use LongAdder instead of AtomicLong

2017-05-26 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master 9d2f1df1e -> 1220328ab CAMEL-11339: Optimise to use LongAdder instead of AtomicLong Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1220328a Tree:

[3/3] camel git commit: CAMEL-11339: Optimise to use LongAdder instead of AtomicLong

2017-05-26 Thread davsclaus
CAMEL-11339: Optimise to use LongAdder instead of AtomicLong Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0959a75b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0959a75b Diff:

[2/3] camel git commit: Polished

2017-05-26 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/1c37dc17 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1c37dc17 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1c37dc17 Branch: refs/heads/master

camel git commit: CAMEL-11337: Camel-Infinispan: Add support for GetOrDefault operation on Producer

2017-05-26 Thread acosentino
Repository: camel Updated Branches: refs/heads/master 83ee9a5e5 -> 9d2f1df1e CAMEL-11337: Camel-Infinispan: Add support for GetOrDefault operation on Producer Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9d2f1df1

camel git commit: Polish

2017-05-26 Thread zregvart
Repository: camel Updated Branches: refs/heads/camel-2.19.x d201d4e2d -> 78ddd616d Polish Cherry picked from 19820b80e609313c96bcd18fce7852aea5720f2b Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/78ddd616 Tree:

[camel] Git Push Summary

2017-05-26 Thread gzurowski
Repository: camel Updated Branches: refs/heads/feature/CAMEL-11335-routes-endpoint [deleted] 75de78061

[3/4] camel git commit: CAMEL-11335: [Minor] Polish code

2017-05-26 Thread gzurowski
CAMEL-11335: [Minor] Polish code Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/75de7806 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/75de7806 Diff:

[1/4] camel git commit: CAMEL-11335: Add Actuator endpoint for exposing Camel routes

2017-05-26 Thread gzurowski
Repository: camel Updated Branches: refs/heads/master 7f91e92b3 -> 83ee9a5e5 CAMEL-11335: Add Actuator endpoint for exposing Camel routes Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[4/4] camel git commit: Merge branch 'feature/CAMEL-11335-routes-endpoint'

2017-05-26 Thread gzurowski
Merge branch 'feature/CAMEL-11335-routes-endpoint' Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/83ee9a5e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/83ee9a5e Diff:

[2/4] camel git commit: CAMEL-11335: Extend from AbstractEndpoint instead of implementing Endpoint

2017-05-26 Thread gzurowski
CAMEL-11335: Extend from AbstractEndpoint instead of implementing Endpoint Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/41a3b4be Tree:

camel git commit: Use latest hazelcast-kubernetes image 3.8.1

2017-05-26 Thread acosentino
Repository: camel Updated Branches: refs/heads/master f7725eaec -> 7f91e92b3 Use latest hazelcast-kubernetes image 3.8.1 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7f91e92b Tree:

camel git commit: CAMEL-11335: [Minor] Polish code

2017-05-26 Thread gzurowski
Repository: camel Updated Branches: refs/heads/feature/CAMEL-11335-routes-endpoint 41a3b4bed -> 75de78061 CAMEL-11335: [Minor] Polish code Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: CAMEL-11335: Extend from AbstractEndpoint instead of implementing Endpoint

2017-05-26 Thread gzurowski
Repository: camel Updated Branches: refs/heads/feature/CAMEL-11335-routes-endpoint 2a05c3b74 -> 41a3b4bed CAMEL-11335: Extend from AbstractEndpoint instead of implementing Endpoint Signed-off-by: Gregor Zurowski Project:

camel git commit: Upgrade Milo to version 0.1.3

2017-05-26 Thread acosentino
Repository: camel Updated Branches: refs/heads/master ac0e8e8de -> f7725eaec Upgrade Milo to version 0.1.3 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f7725eae Tree:

[2/3] camel git commit: Regen

2017-05-26 Thread davsclaus
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9bba604c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9bba604c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9bba604c Branch: refs/heads/master

[1/3] camel git commit: CAMEL-11330: Optimize DefaultExchange to use plain HashMap for exchange properties as ConcurrentMap should not be needed.

2017-05-26 Thread davsclaus
Repository: camel Updated Branches: refs/heads/master ae10823c3 -> ac0e8e8de CAMEL-11330: Optimize DefaultExchange to use plain HashMap for exchange properties as ConcurrentMap should not be needed. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

[3/3] camel git commit: Polished

2017-05-26 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/36f66c6d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/36f66c6d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/36f66c6d Branch: refs/heads/master

camel git commit: CAMEL-11329 swagger-dsl-generator artifact changed names to camel-swagger-dsl-generator, need to fix poms

2017-05-26 Thread zregvart
Repository: camel Updated Branches: refs/heads/master f1354d731 -> ae10823c3 CAMEL-11329 swagger-dsl-generator artifact changed names to camel-swagger-dsl-generator, need to fix poms Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit:

camel git commit: Move components version to the parent pom

2017-05-26 Thread zregvart
Repository: camel Updated Branches: refs/heads/master d9004016d -> f1354d731 Move components version to the parent pom Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f1354d73 Tree:

camel git commit: CAMEL-11335: Add Actuator endpoint for exposing Camel routes

2017-05-26 Thread gzurowski
Repository: camel Updated Branches: refs/heads/feature/CAMEL-11335-routes-endpoint [created] 2a05c3b74 CAMEL-11335: Add Actuator endpoint for exposing Camel routes Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: