Camel.2.17.x.notest - Build # 204 - Fixed

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

Camel.trunk.notest - Build # 3174 - Failure

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

[GitHub] camel pull request #1658: CAMEL-11197 Refresh entity manager on PersistenceE...

2017-04-26 Thread jamesET
Github user jamesET closed the pull request at: https://github.com/apache/camel/pull/1658 --- 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

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On Apr 26, 2017, 19:03, at 19:03, Luca Burgazzoli wrote: >+1 > >--- >Luca Burgazzoli > > >On Wed, Apr 26, 2017 at 6:59 PM, Gary Brown wrote: >> If there is another build, would appreciate if CAMEL-11198 fix could >be included.

[GitHub] camel pull request #1660: Fixing component version in doc and ProtobufDataFo...

2017-04-26 Thread dmvolod
Github user dmvolod closed the pull request at: https://github.com/apache/camel/pull/1660 --- 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

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Luca Burgazzoli
+1 --- Luca Burgazzoli On Wed, Apr 26, 2017 at 6:59 PM, Gary Brown wrote: > If there is another build, would appreciate if CAMEL-11198 fix could be > included. > > Regards > Gary > > - Original Message - >> On Wed, Apr 26, 2017 at 3:24 PM, Nicola Ferraro

[GitHub] camel pull request #1662: CAMEL-11198 Fix issue with propagating the trace c...

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

SJMS RejectedExecutionException bug during shutdown

2017-04-26 Thread blove319
Camel versions tested: 2.16 - 2.18.3 Current Maven dependencies: org.apache.camel:camel-test 2.18.1 org.apache.camel:camel-sjms 2.17.3 SHORT VERSION: When using SJMS (et al?) with an aggregator and/or splitter in the route, shutting down either throws an error or tosses out messages. LONG

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Gary Brown
If there is another build, would appreciate if CAMEL-11198 fix could be included. Regards Gary - Original Message - > On Wed, Apr 26, 2017 at 3:24 PM, Nicola Ferraro wrote: > > -1 (non-binding) > > > > Found an issue with the new camel-reactive-streams component

[GitHub] camel pull request #1662: CAMEL-11198 Fix issue with propagating the trace c...

2017-04-26 Thread objectiser
GitHub user objectiser opened a pull request: https://github.com/apache/camel/pull/1662 CAMEL-11198 Fix issue with propagating the trace context when using h… …ystrix You can merge this pull request into a Git repository by running: $ git pull

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Thomas Diesler
+1 from wildfly-camel > On 25. Apr 2017, at 21:50, Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 2.19.0, a new minor release > with over 670 new features, improvements and bug

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Preben.Asmussen
+1 Tested the PubNub component, and added it to the release notes. /Preben -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-19-0-tp5798264p5798331.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Zoran Regvart
Hi Gregor, Cameleers, +1 The integration tests for the Salesforce component against those artifacts are OK Other than that I've run into two smaller issues with regards to the ping check component verifier CAMEL-11202[1] and CAMEL-11203[2], but I don't think that should hold the release as this

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Andrea Cosentino
+1 (binding) Tested against personal project. By the way lets discuss about the camel-reactive-streams issue. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Claus Ibsen
On Wed, Apr 26, 2017 at 3:24 PM, Nicola Ferraro wrote: > -1 (non-binding) > > Found an issue with the new camel-reactive-streams component in spring-boot > default config (https://issues.apache.org/jira/browse/CAMEL-11201), that > prevents application startup. > If we decide

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Nicola Ferraro
-1 (non-binding) Found an issue with the new camel-reactive-streams component in spring-boot default config (https://issues.apache.org/jira/browse/CAMEL-11201), that prevents application startup. If we decide to do another build, I'll include the fix in the 2.19.x branch. Nicola On Wed, Apr

[GitHub] camel pull request #1661: CAMEL-11203 Verifier should support exclusion of p...

2017-04-26 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1661 CAMEL-11203 Verifier should support exclusion of properties in option groups This adds an exclusion modifier to the parameter given in an option group. If the parameter name is preceded with

Running tests against built artifacts

2017-04-26 Thread Zoran Regvart
Hi Cameleers, I thought you might find this interesting, the Surefire Maven plugin has an option to search dependencies for tests (dependenciesToScan[1]), so you can create a POM file with the version of the artifact you want to test and the tests you want to run. In my case I first deployed

[GitHub] camel pull request #1660: Fixing component version in doc and ProtobufDataFo...

2017-04-26 Thread dmvolod
GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1660 Fixing component version in doc and ProtobufDataFormat.java file permission You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Gary Brown
No that is fine. Thanks. - Original Message - > Hi Gary, > > The opentracing component is already listed. Do you miss any specific > information regarding this component? > > Thanks, > Gregor > > > On Wed, Apr 26, 2017 at 9:26 AM, Gary Brown wrote: > > Hi > > > >

Re: Camel 2.19 Roadmap

2017-04-26 Thread Claus Ibsen
Hi Thanks Gregor. The 2.19.0 is on VOTE now. http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-19-0-tp5798264.html On Mon, Apr 24, 2017 at 9:23 PM, Gregor Zurowski wrote: > Hi Everyone: > > I am starting to cut the 2.19.0 RC now. > > Thanks, > Gregor > > >

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Gregor Zurowski
Hi Gary, The opentracing component is already listed. Do you miss any specific information regarding this component? Thanks, Gregor On Wed, Apr 26, 2017 at 9:26 AM, Gary Brown wrote: > Hi > > Can the opentracing component also be added to the wiki? > > Thanks. > > Regards

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Gary Brown
Ok thanks - Original Message - > On Wed, Apr 26, 2017 at 9:35 AM, Claus Ibsen wrote: > > Its there already > > > > btw I added a link to camel-opentracing to the docs in github so users > can find that easily from the release note > > > And people should be look

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Claus Ibsen
On Wed, Apr 26, 2017 at 9:35 AM, Claus Ibsen wrote: > Its there already > btw I added a link to camel-opentracing to the docs in github so users can find that easily from the release note > And people should be look at the docs from github >

Re: Apache Camel 2.19 release blog posts and help spread the word

2017-04-26 Thread Claus Ibsen
Hi Jens Yes this sounds good. You can post on your personal blog. And then we can link to it when we help spread the word. On Tue, Apr 25, 2017 at 5:18 PM, Jens Reimann wrote: > If you like I can write up something for the Milo component. > > I can publish this either on my

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Claus Ibsen
Its there already And people should be look at the docs from github https://github.com/apache/camel/tree/master/components#components .. it has links to every JAR On Wed, Apr 26, 2017 at 9:26 AM, Gary Brown wrote: > Hi > > Can the opentracing component also be added to the

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Gary Brown
Hi Can the opentracing component also be added to the wiki? Thanks. Regards Gary - Original Message - > Hi > > Gregor I think we updated that wiki page at more or less the same time. > > New components should be added in the section that says - new > component, and not in the top, so

Re: [VOTE] Release Apache Camel 2.19.0

2017-04-26 Thread Claus Ibsen
Hi Gregor I think we updated that wiki page at more or less the same time. New components should be added in the section that says - new component, and not in the top, so I moved them down there. On Wed, Apr 26, 2017 at 8:20 AM, Dmitry Volodin wrote: > Hi Gregor! > > Please