Re: [VOTE] Release Apache Camel 2.16.3

2016-04-06 Thread Christian Müller
+1 Best, Christian Am 03.04.2016 21:28 schrieb "Gregor Zurowski" : > Hi Everyone: > > This is a vote to release Apache Camel 2.16.3, a new patch release > that includes 75+ fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334721&project

Re: [VOTE] Release Apache Camel 2.16.3

2016-04-06 Thread Matt Sicker
Tested out installing various camel components into Karaf 3.x, appears to work fine. +1 (non-binding) On 6 April 2016 at 12:46, Jon Anstey wrote: > +1 > > On Sun, Apr 3, 2016 at 4:57 PM, Gregor Zurowski > wrote: > > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.16.3, a new pa

Re: [VOTE] Release Apache Camel 2.16.3

2016-04-06 Thread Jon Anstey
+1 On Sun, Apr 3, 2016 at 4:57 PM, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.16.3, a new patch release > that includes 75+ fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334721&projectId=12311

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Quinn Stevenson
Thanks Raul - I didn’t realize the SNAPSHOTs were always deployed. I tried using the SNAPSHOT repository quite a while ago, and it didn’t ever seem to be very current. Regardless, given the way we generate our Import-Package header today (we don’t use SNAPSHOT there), the versions will resolv

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Raul Kripalani
On Wed, Apr 6, 2016 at 4:35 PM, Quinn Stevenson wrote: > Also, since Camel doesn’t really “release” any SNAPSHOT builds, this is a > decision that only effects the development community IMO. People > building/using SNAPSHOT versions must understand what’s going on anyway - > either way will work

Usage of SNAPSHOT qualifier in package exports

2016-04-06 Thread Raul Kripalani
During a discussion in the Camel dev@ list about possibly adopting the bnd-maven-plugin, a contributor noticed differences in the way that package export versions are computed between Felix' maven-bundle-plugin and the former. http://camel.465427.n5.nabble.com/DISCUSS-Moving-from-maven-bundle-plug

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Quinn Stevenson
I’d like to mention one area where the default behavior of the bnd-maven-plugin with SNAPSHOTs is very useful/helpful. As stated before, the bnd-maven-plugin sets the Bundle-Version header to X.X.X. by default. When you’re installing/updating bundles in Karaf, this makes it easy to determine i

[GitHub] camel pull request: CAMEL-9587 - camel-restlet - Make it easy to t...

2016-04-06 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/933 CAMEL-9587 - camel-restlet - Make it easy to turn on gson or jackson With this PR one can explicit set the converters to use with: ``` from("restlet:?enabledConverters=JacksonCon

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Quinn Stevenson
In my opinion, the benefits of the bnd-maven-plugin vs the maven-bundle-plugin are: - Easier configuration You configure the bnd-maven-plugin just like you configure BND - there isn’t any strange XML mapping to BND configuration. Also, it keeps the OSGi configuration separate from the build c

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Raul Kripalani
On Wed, Apr 6, 2016 at 12:29 AM, David Jencks < david_jen...@yahoo.com.invalid> wrote: > I don’t know how camel is doing release versions after a period of > development, but recall that osgi version 1.2.3.SNAPSHOT is after 1.2.3, so > if you use normal maven release practices and version the expo

Re: [VOTE] Release Apache Camel 2.16.3

2016-04-06 Thread Daniel Kulp
+1 Dan > On Apr 3, 2016, at 3:27 PM, Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 2.16.3, a new patch release > that includes 75+ fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334721&proje

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Matt Pavlovich
On 4/6/16 1:53 AM, Claus Ibsen wrote: Yeah all the sister Apache projects like Karaf / ServiceMix / CXF / ActiveMQ etc are also using it. Though it begs the question - why 2 plugins? Why cant they work together and make 1 good plugin. There adoption of OSGi do not need more confusion and projec

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Matt Pavlovich
On 4/5/16 6:29 PM, David Jencks wrote: I don’t know how camel is doing release versions after a period of development, but recall that osgi version 1.2.3.SNAPSHOT is after 1.2.3, so if you use normal maven release practices and version the exported packages the same as the bundle version (a te

[GitHub] camel pull request: CAMEL-9768 HTTP[4] component disableStreamCach...

2016-04-06 Thread erwelch
GitHub user erwelch opened a pull request: https://github.com/apache/camel/pull/932 CAMEL-9768 HTTP[4] component disableStreamCache issue You can merge this pull request into a Git repository by running: $ git pull https://github.com/erwelch/camel CAMEL-9768 Alternatively you

[GitHub] camel pull request: [CAMEL-9825] Exclude CDI generated proxies fro...

2016-04-06 Thread tdiesler
GitHub user tdiesler opened a pull request: https://github.com/apache/camel/pull/931 [CAMEL-9825] Exclude CDI generated proxies from context tracker You can merge this pull request into a Git repository by running: $ git pull https://github.com/tdiesler/camel CAMEL-9825 Alter

Re: Camel component docs - What is missing

2016-04-06 Thread Andrea Cosentino
I will take care of this. I think this feature is very important :-) Thank you for your time! :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On

Re: Camel component docs - What is missing

2016-04-06 Thread Claus Ibsen
Ah sorry there was a bug in the maven tooling. It should use == and not != in a check I will fix it later as I am in the middle of something. You can also fix it if you got the time It should be if (before == after) { missingAdocFiles.add(dir); } Instead of if (before != after) { miss

Re: Camel component docs - What is missing

2016-04-06 Thread Andrea Cosentino
I've executed an mvn clean install of all Camel and then run mvn clean install on catalog. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Wednesd

Re: Camel component docs - What is missing

2016-04-06 Thread Claus Ibsen
On Wed, Apr 6, 2016 at 10:01 AM, Andrea Cosentino wrote: > Hi Claus, > > It's a bit weird. > > I run mvn clean install and from the list it seems we don't have docs, but > for example on > > https://github.com/apache/camel/tree/master/components/camel-ahc/src/main/docs > > We have already an .ado

Re: Camel component docs - What is missing

2016-04-06 Thread Andrea Cosentino
Hi Claus, It's a bit weird. I run mvn clean install and from the list it seems we don't have docs, but for example on https://github.com/apache/camel/tree/master/components/camel-ahc/src/main/docs We have already an .adoc file. Actually I've arrived at camel-hdfs. -- Andrea Cosentino --

Re: Camel component docs - What is missing

2016-04-06 Thread Claus Ibsen
On Wed, Apr 6, 2016 at 9:38 AM, Claus Ibsen wrote: > And btw we should consider a structure naming for the src/main/docs > folder so we can differentiate what the docs are for as a Maven module > may include both components / data formats / languages etc. > > So I would consider doing something li

[GitHub] camel pull request: CAMEL-5690 - Using bean component with beans t...

2016-04-06 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/929 --- 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: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Raul Kripalani
I agree with you guys. I have doubts whether going the bnd-maven-plugin brings in any actual benefits vs our current setup. Now that we use the "lightweight" process anyway (no 'bundle' extensions, just generating the manifest), both approaches got to be functionally equivalent, aside from minor d

Re: Camel component docs - What is missing

2016-04-06 Thread Claus Ibsen
And btw we should consider a structure naming for the src/main/docs folder so we can differentiate what the docs are for as a Maven module may include both components / data formats / languages etc. So I would consider doing something like src/main/docs - readme.md - a summary of what this mav

Camel component docs - What is missing

2016-04-06 Thread Claus Ibsen
Hi I added a report output when building camel-catalog, that prints which camel component modules that do not have any src/main/docs files. This can help us keep an eye on how many we have yet to do. Mind it only reports on directory level. So if a module has such as 3 components then it will re

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Claus Ibsen
On Wed, Apr 6, 2016 at 9:06 AM, Achim Nierbeck wrote: > It's something I don't get either, why they didn't work on the > maven-bundle-plugin, but that's something you need to ask the bnd folks. > blueprint isn't dead btw. just the website really really sucks :D > Yeah we know the feeling with a p

Re: [DISCUSS] - Moving from maven-bundle-plugin to bnd-maven-plugin and SNAPSHOT versions

2016-04-06 Thread Achim Nierbeck
It's something I don't get either, why they didn't work on the maven-bundle-plugin, but that's something you need to ask the bnd folks. blueprint isn't dead btw. just the website really really sucks :D regards, Achim 2016-04-06 8:53 GMT+02:00 Claus Ibsen : > On Wed, Apr 6, 2016 at 8:49 AM, Achim