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

2016-03-22 Thread Andrea Cosentino
+1 (binding). Tested on some of my personal project. Thanks Gregor. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Tuesday, March 22, 2016 3:23 P

Re: [VOTE] Release Apache Camel 2.17.0

2016-03-22 Thread Claus Ibsen
Hi Christian Can you change the CI jobs in jenkins 1. delete camel trunk java 7 (we drop support for java 7) 2. delete camel trunk notest java 7 if there is such a job (we drop support for java7) 3. change camel trunk notest to use java 8 4. disable the jobs for 2.15.x as its becoming EOL (we can

Camel.trunk.notest - Build # 2695 - Failure

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

[GitHub] camel pull request: CAMEL-9740 : Improve camel-infinispan

2016-03-22 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/913 CAMEL-9740 : Improve camel-infinispan You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-9740 Alternatively you

[GitHub] camel pull request: CAMEL-9737 - Create camel component for Servic...

2016-03-22 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/912 --- 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.17.0 (Attempt #2)

2016-03-22 Thread Claus Ibsen
Hi I tested the RC2 with the same tests that discovered the issue with RC1 and now it passes. I also tested the RC2 with the Camel in Action 2nd ed source code. Will give the examples a test spin later. But so far looks good. On Tue, Mar 22, 2016 at 1:48 PM, Gregor Zurowski wrote: > Hi Everyone

[VOTE] Release Apache Camel 2.17.0 (Attempt #2)

2016-03-22 Thread Gregor Zurowski
Hi Everyone: This is a vote to release Apache Camel 2.17.0, a new minor version with ~450 improvements, fixes and new features. This is the second attempt which fixes a NPE in camel-jaxb when used with CamelTestBlueprint/OSGi [1]. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.

Re: Wiki Access

2016-03-22 Thread Gerard Klijs
Looks good Anbu, thanks On Tue, Mar 22, 2016 at 7:14 AM Anbu wrote: > Hi Claus, > > I have updated the Camel-Kafka component Wiki page and please find the > JIRA#CAMEL-9734. > > Thanks! > Anbu > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Wiki-Access-tp5779327p5

[GitHub] camel pull request: CAMEL-9737 - Create camel component for Servic...

2016-03-22 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/912 CAMEL-9737 - Create camel component for ServiceNow You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-9737 Alter

Re: [VOTE] Release Apache Camel 2.17.0

2016-03-22 Thread Gregor Zurowski
Hi Claus, Not a problem. I am still working on the release candidate and will send out a new vote once its done. Thanks, Gregor On Tue, Mar 22, 2016 at 6:59 AM, Claus Ibsen wrote: > Hi Gregor > > Ah yeah sorry for missing that, yeah it was just to pass in the > CamelContext to the created type

Re: Karma request

2016-03-22 Thread Claus Ibsen
Hi Thomas Just a heads up that if you find spelling mistakes and other corrections to the Camel components, then correcting in wiki becomes obsolete. We keep the documentation in the source code in the javadoc for the setter methods on the component and endpoint classes. We use this to generate