Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Thomas Diesler
+1 > On 1. May 2017, at 13:38, Marco Collovati wrote: > > -1 > > Got an issue with DefaultComponent change on doStart method: > the check for camel context is done via getter > ```ObjectHelper.notNull(getCamelContext(), "camelContext");``` > but the following logic access the `camelContext` fie

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Gary Brown
+1 (non binding) - tested the opentracing component. - Original Message - > Hi Everyone: > > This is the second vote to release Apache Camel 2.19.0, a new minor > release with over 670 new features, improvements and bug fixes. A > summary of the changes is available in the Camel wiki [1]

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Zoran Regvart
+1 I've run integration tests for the Salesforce component against those artifacts zoran -- Zoran Regvart

[GitHub] camel pull request #1670: CAMEL-11222 Spring Boot Mojo should use formatter ...

2017-05-02 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1670 CAMEL-11222 Spring Boot Mojo should use formatter properties from JBoss Forge This changes the Spring Boot Mojo to use Formatter options instead of custom formatting. Which makes it easier to chan

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Luca Burgazzoli
+1 (binding) --- Luca Burgazzoli On Tue, May 2, 2017 at 1:36 PM, Zoran Regvart wrote: > +1 > > I've run integration tests for the Salesforce component against those > artifacts > > zoran > -- > Zoran Regvart

[GitHub] camel pull request #1671: WIP - CAMEL-10807 : Create camel-reactor component

2017-05-02 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/1671 WIP - CAMEL-10807 : Create camel-reactor component This PR aims to provide an implementation of [CamelReactiveStreamsService](https://github.com/apache/camel/blob/master/components/camel-reactiv

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Nicola Ferraro
+1 (non-binding) Nicola On Tue, May 2, 2017 at 2:08 PM, Luca Burgazzoli wrote: > +1 (binding) > > --- > Luca Burgazzoli > > > On Tue, May 2, 2017 at 1:36 PM, Zoran Regvart wrote: > > +1 > > > > I've run integration tests for the Salesforce component against those > artifacts > > > > zoran > >

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Tomohisa Igarashi
Hi, I'm running through camel examples in the tarball for sanity check. I hit 'image not found' error on 2 kubernates examples though, I guess it's just missing a few steps to let it recognize the staging repo? Anyway I'll continue on remaining. karaf commands don't install on 4.0.7, so

Re: Attribute 'prop:group' is not allowed to appear in element 'tokenize'

2017-05-02 Thread mbenmbouh
Yes I checked the documentation and examples how to do this in first, I added namespace for prop *xmlns:prop="http://camel.apache.org/schema/placeholder"* and I had this error -- View this message in context: http://camel.465427.n5.nabble.com/Attribute-prop-group-is-not-allowed-to-appear-in-

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Preben.Asmussen
+1 Tested the PubNub component /Preben -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-19-0-Attempt-2-tp5798533p5798567.html Sent from the Camel Development mailing list archive at Nabble.com.

[GitHub] camel pull request #1672: https://stackoverflow.com/questions/43607569/simpl...

2017-05-02 Thread snurmine
GitHub user snurmine opened a pull request: https://github.com/apache/camel/pull/1672 https://stackoverflow.com/questions/43607569/simple-expression-in-sql… …-stored-component Added colon to Simple and map grammar You can merge this pull request into a Git repository by running:

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Claus Ibsen
Hi Some of the examples are deprecated and are not of priority. And we should likely remove then in the following release. Such as CDI on OSGi. Also I think we should reduce our number of OSGi examples as they keep becoming stale and broken from time to time, and some of them are very old and not

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Claus Ibsen
Hi Marco You should likely post a new thread with more details what you are trying to do. Your use-case is not normal and therefore not considering a blocker. There are likely other places where such check in doStart is checking the field also. The RC testing is more focusing on existing applicat

Re: Attribute 'prop:group' is not allowed to appear in element 'tokenize'

2017-05-02 Thread Claus Ibsen
What Camel version do you use? And try to build a simple example / unit test that runs standalone and not in some app server etc. To keep it as simple as possible, to see if you can get that working. As the prop namespace parser need to kick in to do that attribute configuration and it may get foo

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Marco Collovati
Ok, sorry. BTW, aside from my previous problem, I tested RC on some production project involving camel-jms, camel-cxf, camel-mail and camel-api-component-maven-plugin and all is working fine. On 02/05/2017 20:39, Claus Ibsen wrote: Hi Marco You should likely post a new thread with more det

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Claus Ibsen
On Tue, May 2, 2017 at 2:48 PM, Marco Collovati wrote: > Ok, sorry. > Oh dont be, we value all feedback. What you have discovered is likely something we can improve for the next release. You are welcome to dive in the source code, and and we love contributions. PRs is welcome http://camel.apache.

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-02 Thread Onder SEZGIN
+1 (personal projects) On Sun, 30 Apr 2017 at 18:33, Gregor Zurowski wrote: > Hi Everyone: > > This is the second vote to release Apache Camel 2.19.0, a new minor > release with over 670 new features, improvements and bug fixes. A > summary of the changes is available in the Camel wiki [1]. Th