[GitHub] camel pull request #1721: CAMEL-11343: gRPC component cannot load service cl...

2017-05-26 Thread dmvolod
GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1721 CAMEL-11343: gRPC component cannot load service class Changing from Class.forName to context.getClassResolver().resolveMandatoryClass which is working in modular environments (OSGi, JavaEE, etc) Y

Camel.trunk.notest - Build # 3245 - Failure

2017-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3245) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/3245/ to view the results.

Camel.trunk.notest - Build # 3244 - Fixed

2017-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3244) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/3244/ to view the results.

Re: [HELP] - Profile camel-core for optimization and faster startup

2017-05-26 Thread Claus Ibsen
On Fri, May 26, 2017 at 4:42 PM, Zoran Regvart wrote: > Hi, > awesome work Claus :) > > Just to add that you can do a lot with just VisualVM (bundled with > JDK), or if you run Oracle JDK Mission Control/Java Flight Recorder > which does not require a license when used in development[1]. > > And l

Re: [HELP] - Profile camel-core for optimization and faster startup

2017-05-26 Thread Zoran Regvart
Hi, awesome work Claus :) Just to add that you can do a lot with just VisualVM (bundled with JDK), or if you run Oracle JDK Mission Control/Java Flight Recorder which does not require a license when used in development[1]. And let me throw a few things into the mix: there is a great tool for find

[GitHub] camel pull request #1720: [CAMEL-11336] Updated dozer to 6.0.0

2017-05-26 Thread garethahealy
Github user garethahealy closed the pull request at: https://github.com/apache/camel/pull/1720 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[HELP] - Profile camel-core for optimization and faster startup

2017-05-26 Thread Claus Ibsen
Hi We have found a few spots to optimize the camel-core source code for thread contention and something else. You can use a profile tool such as YourKit which is excellent at identifying spots and visualizing what goes on in the JVM. We have used it in the past to optimise stuff. However recentl

[GitHub] camel pull request #1720: [CAMEL-11336] Updated dozer to 6.0.0

2017-05-26 Thread garethahealy
GitHub user garethahealy opened a pull request: https://github.com/apache/camel/pull/1720 [CAMEL-11336] Updated dozer to 6.0.0 - Updated dozer GAV - Updated doc links as sourceforce is no longer used You can merge this pull request into a Git repository by running: $ git pu

Camel.2.19.x.notest - Build # 33 - Still Failing

2017-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.19.x.notest (build #33) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/33/ to view the results.

Camel.2.19.x.notest - Build # 32 - Still Failing

2017-05-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.19.x.notest (build #32) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/32/ to view the results.

[GitHub] camel pull request #1719: CAMEL-11335: Add Actuator endpoint for exposing Ca...

2017-05-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1719 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] camel pull request #1717: Move protobuf and salesforce component maven versi...

2017-05-26 Thread dmvolod
Github user dmvolod closed the pull request at: https://github.com/apache/camel/pull/1717 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[HEADS UP] - Small optimisation in DefaultExchange

2017-05-26 Thread Claus Ibsen
Hi I have just pushed a commit that optimises DefaultExchange to use a plain HashMap for storing exchange properties instead of ConcurrentMap https://issues.apache.org/jira/browse/CAMEL-11330 The latter was introduced 8 years ago to fix/workaround an issue with the Threads EIP which we don't have

[GitHub] camel pull request #1719: CAMEL-11335: Add Actuator endpoint for exposing Ca...

2017-05-26 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/1719 CAMEL-11335: Add Actuator endpoint for exposing Camel routes You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/camel feature/CAMEL-11335