[GitHub] camel pull request #1942: Fixed the typo in the server example Java file

2017-09-19 Thread swapnilmmane
GitHub user swapnilmmane opened a pull request: https://github.com/apache/camel/pull/1942 Fixed the typo in the server example Java file You can merge this pull request into a Git repository by running: $ git pull https://github.com/swapnilmmane/camel master Alternatively you

Camel.2.19.x.notest - Build # 166 - Fixed

2017-09-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.19.x.notest (build #166) Status: Fixed Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/166/ to view the results.

Camel.2.19.x.notest - Build # 165 - Failure

2017-09-19 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.19.x.notest (build #165) Status: Failure Check console output at https://builds.apache.org/job/Camel.2.19.x.notest/165/ to view the results.

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
Github user DG007 closed the pull request at: https://github.com/apache/camel/pull/1940 ---

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

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

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

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

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

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

Re: Health Check API

2017-09-19 Thread Luca Burgazzoli
Good catch, will change it --- Luca Burgazzoli On Tue, Sep 19, 2017 at 3:07 PM, Claus Ibsen wrote: > Hi > > Thanks the health mbean looks good. > > However I wonder if using a date is the right type for "interval" > https://github.com/lburgazzoli/apache-camel/blob/CAMEL-10026-hc/camel-core/src/

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

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

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

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

Re: Health Check API

2017-09-19 Thread Claus Ibsen
Hi Thanks the health mbean looks good. However I wonder if using a date is the right type for "interval" https://github.com/lburgazzoli/apache-camel/blob/CAMEL-10026-hc/camel-core/src/main/java/org/apache/camel/api/management/mbean/CamelOpenMBeanTypes.java#L251 Is interval a specific date, eg 20

Re: Health Check API

2017-09-19 Thread Luca Burgazzoli
Hi Claus, the branch is still [1] and the management parts is in api/management [2]. [1] https://github.com/lburgazzoli/apache-camel/tree/CAMEL-10026-hc [2] https://github.com/lburgazzoli/apache-camel/tree/CAMEL-10026-hc/camel-core/src/main/java/org/apache/camel/api/management --- Luca Burgazzol

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

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

[GitHub] camel pull request #1941: CAMEL-11788: Chunk may not find templates in modul...

2017-09-19 Thread jamesnetherton
Github user jamesnetherton closed the pull request at: https://github.com/apache/camel/pull/1941 ---

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

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

[GitHub] camel pull request #1941: CAMEL-11788: Chunk may not find templates in modul...

2017-09-19 Thread jamesnetherton
GitHub user jamesnetherton opened a pull request: https://github.com/apache/camel/pull/1941 CAMEL-11788: Chunk may not find templates in modular class loading environments https://issues.apache.org/jira/browse/CAMEL-11788 You can merge this pull request into a Git repository by run

Re: Health Check API

2017-09-19 Thread Claus Ibsen
On Tue, Sep 19, 2017 at 2:22 PM, Luca Burgazzoli wrote: > Hello, > > I've added some info through JMX, would you mind review it before merging ? > Can you post the link to the branch where those latest code changes are > Regards, > Luca > > > --- > Luca Burgazzoli > > > On Fri, Sep 8, 2017 at 4:

Re: Health Check API

2017-09-19 Thread Luca Burgazzoli
Hello, I've added some info through JMX, would you mind review it before merging ? Regards, Luca --- Luca Burgazzoli On Fri, Sep 8, 2017 at 4:20 PM, Luca Burgazzoli wrote: > Hello, > > I've just pushed some bits to my fork to cleanup the implementation > and implement some basic checks for r

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

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

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

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

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
GitHub user DG007 reopened a pull request: https://github.com/apache/camel/pull/1940 CAMEL-11785: CompositeApiClient cannot handle null resposnestream The DefaultCompositeApiClient class didnt consider null as a valid response stream and was only considering Json and XML format. But

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
Github user DG007 closed the pull request at: https://github.com/apache/camel/pull/1940 ---

[GitHub] camel pull request #1936: CAMEL-11777: Use transaction aware queue in hazelc...

2017-09-19 Thread lanwen
Github user lanwen closed the pull request at: https://github.com/apache/camel/pull/1936 ---

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

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

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
GitHub user DG007 opened a pull request: https://github.com/apache/camel/pull/1940 CAMEL-11785: CompositeApiClient cannot handle null resposnestream The DefaultCompositeApiClient class didnt consider null as a valid response stream and was only considering Json and XML format. But i

[GitHub] camel pull request #1939: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
Github user DG007 closed the pull request at: https://github.com/apache/camel/pull/1939 ---

[GitHub] camel pull request #1939: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
GitHub user DG007 reopened a pull request: https://github.com/apache/camel/pull/1939 CAMEL-11785: CompositeApiClient cannot handle null resposnestream CompositeApiClient doesnt treat null as a valid response for a composite batch call. It currently handles only Json and XML format.

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

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

[GitHub] camel pull request #1939: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
Github user DG007 closed the pull request at: https://github.com/apache/camel/pull/1939 ---

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

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

[GitHub] camel pull request #1939: CAMEL-11785: CompositeApiClient cannot handle null...

2017-09-19 Thread DG007
GitHub user DG007 opened a pull request: https://github.com/apache/camel/pull/1939 CAMEL-11785: CompositeApiClient cannot handle null resposnestream CompositeApiClient doesnt treat null as a valid response for a composite batch call. It currently handles only Json and XML format. Ho

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

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

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

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

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

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