[ANNOUNCEMENT] Apache Camel 2.17.6 Released

2017-03-08 Thread Gregor Zurowski
The Camel community announces the immediate availability of the new Camel 2.17.6 patch release. This release contains 17 bug fixes and improvements applied in the past weeks by the community on the Camel 2.17.x branch. The artifacts are published and ready for you to download [1] either from the A

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

2017-03-08 Thread Gregor Zurowski
Hi Everyone: This is the second vote to release Apache Camel 2.18.3, a new patch release that includes 38 fixes and improvements. The initial vote has been cancelled due to a major issue with Spring Boot (see [1]). As the Camel project seeks for best integration with Spring Boot, we decided to r

Re: [HEADS UP] - Deprecate stuff on Apache Camel 2.x

2017-03-08 Thread Claus Ibsen
On Sat, Mar 4, 2017 at 9:51 PM, Onder SEZGIN wrote: > +1 for luca. > > as some commercial companies ( i know we have many in my country ) prefer > to move to next version of java as they get more mature. so some apis and > components may be actibely maintained with specific version but i propose

Re: Most of camel-itest-osgi removed

2017-03-08 Thread Tadayoshi Sato
Thanks Claus. I understand that maintaining tests can be burden, and especially for flaky OSGi tests. Thanks, Tadayoshi > On Mar 9, 2017, at 15:38:06, Claus Ibsen wrote: > > Hi > > We dont have interrest in maintaining those tests. They sit there for > years going untouched and break from tim

Re: [HEADS UP] - Deprecate stuff on Apache Camel 2.x

2017-03-08 Thread Claus Ibsen
Hi Okay so some of the scripting languages and other languages that are EOL and has not been released in many many years are being deprecated now https://issues.apache.org/jira/browse/CAMEL-10973 On Wed, Mar 1, 2017 at 9:33 AM, Claus Ibsen wrote: > Hi > > As part of CAMEL-10735: https://issues.a

Re: Most of camel-itest-osgi removed

2017-03-08 Thread Claus Ibsen
Hi We dont have interrest in maintaining those tests. They sit there for years going untouched and break from time to time. We only want a limited few set of tests that does a coarse grained sanity check of osgi. On Thu, Mar 9, 2017 at 1:48 AM, Tadayoshi Sato wrote: > Hi Camel Devs, > > I ju

[GitHub] camel pull request #1517: CAMEL-10964: Add an itest for Jetty reverse proxy ...

2017-03-08 Thread tadayosi
GitHub user tadayosi opened a pull request: https://github.com/apache/camel/pull/1517 CAMEL-10964: Add an itest for Jetty reverse proxy config with @BeanInject in RouteBuilder Actual fix for the issue is provided by CAMEL-10513. https://issues.apache.org/jira/browse/CAMEL-1

[GitHub] camel pull request #1516: Fix blueprint-cm schema location to v1.1.0 for a c...

2017-03-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1516 --- 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 enab

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

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

Camel.trunk.notest.java9 - Build # 25 - Failure

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

[GitHub] camel pull request #1516: Fix blueprint-cm schema location to v1.1.0 for a c...

2017-03-08 Thread tadayosi
GitHub user tadayosi opened a pull request: https://github.com/apache/camel/pull/1516 Fix blueprint-cm schema location to v1.1.0 for a camel-test-blueprint test Let me skip filing a JIRA as the fix is so tiny. You can merge this pull request into a Git repository by running: $

Most of camel-itest-osgi removed

2017-03-08 Thread Tadayoshi Sato
Hi Camel Devs, I just noticed that most of camel-itest-osgi were removed nearly a year ago. I understand it was due to migration of old itests to the new camel-test-karaf module. But I also suspect that there were indeed some useful itests that had ensured a critical regression wouldn't happen. A

Re: [VOTE] Release Apache Camel 2.17.6

2017-03-08 Thread Gregor Zurowski
Thanks for your participation in this vote. This vote passes with the following results: +1 binding: 6 (Andrea Cosentino, Claus Ibsen, Daniel Kulp, Gregor Zurowski, Jean-Baptiste Onofré, Luca Burgazzoli) +1 non-binding: 1 (Krzysztof Sobkowiak) I will promote the artifacts for Camel 2.17.6 short

[GitHub] camel pull request #1511: CAMEL-10966 Salesforce Maven Plugin Escape Strings

2017-03-08 Thread NickCis
Github user NickCis closed the pull request at: https://github.com/apache/camel/pull/1511 --- 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 ena

Re: [VOTE] Release Apache Camel 2.17.6

2017-03-08 Thread Gregor Zurowski
+1 Thanks, Gregor On Sun, Mar 5, 2017 at 2:33 PM, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.17.6, a new patch release > that includes 17 fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339170

[GitHub] camel pull request #1515: CAMEL-10963 Correcting getEndpointKey call

2017-03-08 Thread tigertoes
GitHub user tigertoes opened a pull request: https://github.com/apache/camel/pull/1515 CAMEL-10963 Correcting getEndpointKey call This should fix the underlying issue (sorry about that!). I do want to put an integration test much like the others, but I think that's best fol

[GitHub] camel pull request #1514: CAMEL-10918 create sjms2 component to add support ...

2017-03-08 Thread ryeats
GitHub user ryeats opened a pull request: https://github.com/apache/camel/pull/1514 CAMEL-10918 create sjms2 component to add support for JMS 2.0 This PR adds a SJMS2 component that can support shared subscriptions along with some modifications to the SJMS component so that it could

[GitHub] camel pull request #1513: Camel 10963

2017-03-08 Thread shanekelly-bbc
Github user shanekelly-bbc closed the pull request at: https://github.com/apache/camel/pull/1513 --- 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

[GitHub] camel pull request #1513: Camel 10963

2017-03-08 Thread shanekelly-bbc
GitHub user shanekelly-bbc opened a pull request: https://github.com/apache/camel/pull/1513 Camel 10963 You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanekelly-bbc/camel CAMEL-10963 Alternatively you can review and apply thes

[GitHub] camel pull request #1510: CAMEL-10952 Initial work adding Kinesis Firehose

2017-03-08 Thread tigertoes
Github user tigertoes closed the pull request at: https://github.com/apache/camel/pull/1510 --- 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 e

Re: [VOTE] [CANCEL] Release Apache Camel 2.18.3

2017-03-08 Thread Gregor Zurowski
Just a short update: I will create the new RC for 2.18.3 later today. I also plan to release 2.17.6 at the same time. Thanks, Gregor On Tue, Mar 7, 2017 at 9:27 PM, Gregor Zurowski wrote: > This vote is cancelled due to an issue with Spring Boot that has been > fixed with CAMEL-10951 [1]. I wi