Re: What branch to add new functionality

2017-05-10 Thread Mark
Great. Thank you. On Wed, May 10, 2017 at 11:02 PM, Tomohisa Igarashi wrote: > Hi, > > I've been working on master branch for everything including bug fixes. Bug > fixes are backported to the other branches, but in principal new > functionality will only get into master. > > Thanks, > Tomo > >

Re: What branch to add new functionality

2017-05-10 Thread Tomohisa Igarashi
Hi, I've been working on master branch for everything including bug fixes. Bug fixes are backported to the other branches, but in principal new functionality will only get into master. Thanks, Tomo On 05/11/2017 07:58 AM, Mark wrote: Hello devs, I'm working on some new functionality for the

What branch to add new functionality

2017-05-10 Thread Mark
Hello devs, I'm working on some new functionality for the camel-mongo component, I'm looking to find out what branch I should be working in as I develop this new functionality. Cheers, Mark

[GitHub] camel pull request #1685: Makes CamelSpringBootApplicationController Lifecyc...

2017-05-10 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1685 Makes CamelSpringBootApplicationController Lifecycle bean Submitted for review, thanks 👍 See the discussion on the [user forum](http://camel.465427.n5.nabble.com/OnApplicationEvent-not

Re: SJMS RejectedExecutionException bug during shutdown

2017-05-10 Thread blove319
I know I've used that off and on in various tests... but i'm not sure if I tried explicitly in this case. I will try it. From: Quinn Stevenson [via Camel] Sent: Saturday, April 29, 2017 8:04 AM To: blove319 Subject: Re: SJMS RejectedExecutionException bug durin

[GitHub] camel pull request #1684: CAMEL-11258 Use TracerResolver to locate Tracer wi...

2017-05-10 Thread objectiser
GitHub user objectiser opened a pull request: https://github.com/apache/camel/pull/1684 CAMEL-11258 Use TracerResolver to locate Tracer without modifying cod… …e/config Would it be possible to apply this also to the 2.19.0 branch? It will enable more tracer implementati

Re: Infinite recursion of exceptions. Is it a bug?

2017-05-10 Thread Claus Ibsen
Hi Just an update, so I got a potential fix that makes all tests pass in camel-core if I run them with mvn clean install, but for some odd reason there is one unit test that fails if I run it individually: ErrorOccuredInOnExceptionRoute Will continue tomorrow On Wed, May 10, 2017 at 11:02 AM, Cl

running all the examples

2017-05-10 Thread Tomohisa Igarashi
Hi, I just finished to run rest of the examples (except a few), here is what I got, hope it helps for something: kafka, kotlin, loan-broker-cxf, loan-broker-jms, management, mybatis, opentracing, pojo-messaging, reactive-streams, reload, rest-producer, restlet-jdbc, servlet-rest-blueprint, se

[GitHub] camel pull request #1683: cassandra-kubernates, cxf-blueprint, hazelcast-kub...

2017-05-10 Thread igarashitm
GitHub user igarashitm reopened a pull request: https://github.com/apache/camel/pull/1683 cassandra-kubernates, cxf-blueprint, hazelcast-kubernates: Fixed typo… … in readme servlet-tomcat-no-spring: added finalName so the contextPath would match with the URL described i

[GitHub] camel pull request #1683: cassandra-kubernates, cxf-blueprint, hazelcast-kub...

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

[GitHub] camel pull request #1683: cassandra-kubernates, cxf-blueprint, hazelcast-kub...

2017-05-10 Thread igarashitm
GitHub user igarashitm opened a pull request: https://github.com/apache/camel/pull/1683 cassandra-kubernates, cxf-blueprint, hazelcast-kubernates: Fixed typo… … in readme servlet-tomcat-no-spring: added finalName so the contextPath would match with the URL described in

[GitHub] camel pull request #1682: CAMEL-10141: make org.apache.camel.converter.IO...

2017-05-10 Thread zregvart
Github user zregvart closed the pull request at: https://github.com/apache/camel/pull/1682 --- 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 #1681: CAMEL-10141: make org.apache.camel.converter.IOCon...

2017-05-10 Thread johnpoth
Github user johnpoth closed the pull request at: https://github.com/apache/camel/pull/1681 --- 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 #1682: CAMEL-10141: make org.apache.camel.converter.IO...

2017-05-10 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1682 CAMEL-10141: make org.apache.camel.converter.IO... ...ConverterCharsetTest tests pass on Java 9 Alternative implementation and test without using reflection. You can merge this pull reques

[GitHub] camel pull request #1681: CAMEL-10141: make org.apache.camel.converter.IOCon...

2017-05-10 Thread johnpoth
GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1681 CAMEL-10141: make org.apache.camel.converter.IOConverterCharsetTest t… …ests pass on Java 9 https://issues.apache.org/jira/browse/CAMEL-10141?focusedCommentId=16000689&page=com.atlassi

Re: Infinite recursion of exceptions. Is it a bug?

2017-05-10 Thread Claus Ibsen
On Mon, May 8, 2017 at 1:57 PM, Christian Schneider wrote: > Hi Zoran, > > I have merged your improvements into the branch. > > I will wait one more day for feedback and then merge into master. > btw you guys must do a full test of camel-core in the future, before doing any such merges. This cod

Re: Infinite recursion of exceptions. Is it a bug?

2017-05-10 Thread Claus Ibsen
Hi Yeah so the infinite recursion is surely a bug. However its only triggered when you - use global onException - call a direct route from the onException - causes a 2nd exception When using route scoped onException this does not happen as the error handler works a little bit different when its