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

2017-05-28 Thread Luca Burgazzoli
It may be worth adding a small number of JMH micro benchmarks - not to be used as performances metrics - on camel core so we can spot potential regressions. --- Luca Burgazzoli On Sun, May 28, 2017 at 11:31 AM, Claus Ibsen wrote: > Hi > > I have found some more spots for optimisations which I h

Camel.trunk.notest - Build # 3253 - Failure

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

Camel.trunk.notest - Build # 3252 - Fixed

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

[GitHub] camel pull request #1685: CAMEL-11261 Revise Camel context destruction in Sp...

2017-05-28 Thread zregvart
Github user zregvart closed the pull request at: https://github.com/apache/camel/pull/1685 --- 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 en

[GitHub] camel pull request #1722: CAMEL-10768: Dropbox component support specifying ...

2017-05-28 Thread tlehoux
Github user tlehoux closed the pull request at: https://github.com/apache/camel/pull/1722 --- 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

Camel.trunk.notest - Build # 3251 - Still Failing

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

Camel.trunk.notest - Build # 3250 - Still Failing

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

Re: Request to Edit the Camel JMS document

2017-05-28 Thread Claus Ibsen
Hi The documentation is moving to ascii doc with the source code. So to edit then submit a github PR with changes to this file https://github.com/apache/camel/blob/master/components/camel-jms/src/main/docs/jms-component.adoc How to contribute https://github.com/apache/camel/blob/master/CONTRIBUT

Request to Edit the Camel JMS document

2017-05-28 Thread Shankar
Hi, Recently we found a challenging situation while integrating the applications with IBM MQ and we scrambled to find few information that i think will help others and hence would like to add few information to the Camel JMS documentation. I am enclosing the receipt of my ICLA by apache below and

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

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

Subscribe the dev list

2017-05-28 Thread XiLai Dai
hi Subscribe the dev list

[GitHub] camel pull request #1724: CAMEL-11243 Split camel-kubernates component into ...

2017-05-28 Thread igarashitm
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/1724 CAMEL-11243 Split camel-kubernates component into 13 (build-configs, … …builds, configmaps, namespaces, nodes, persistent-volumes, persistent-volumes-claims, pods, replication-controllers, re

Camel.trunk.notest - Build # 3249 - Still Failing

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

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

2017-05-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1723 --- 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

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

2017-05-28 Thread Claus Ibsen
Hi I have found some more spots for optimisations which I have committed over the last couple of days. Its been several years since we last did such things last, and I have to admit we have introduced some code that add more object allocation and a few performance drawbacks since then. So with t