[VOTE] Release Apache Camel 2.17.2

2016-06-26 Thread Gregor Zurowski
Hi Everyone: This is a vote to release Apache Camel 2.17.2, a new patch release that includes ~58 fixes and improvements. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12335666&projectId=12311211 Staging repository: https://repository.apache.org/content/repositor

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Thomas Diesler
+1 from wildfly-camel — thomas > On 27 Jun 2016, at 08:41, Gregor Zurowski wrote: > > Hi Everyone: > > This is a vote to release Apache Camel 2.17.2, a new patch release > that includes ~58 fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?ve

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread arno noordover
+1 -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-17-2-tp5784424p5784436.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Andrea Cosentino
+1. Tested against personal projects :-) Thanks Gregor! -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Monday, June 27, 2016 8:42 AM, Gregor Zur

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Luca Burgazzoli
+1 --- Luca Burgazzoli On Mon, Jun 27, 2016 at 1:20 PM, Andrea Cosentino wrote: > +1. > > Tested against personal projects :-) > > Thanks Gregor! > -- > Andrea Cosentino > -- > Apache Camel PMC Member > Apache Karaf Committer > Apache Servicemix Committer > Emai

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Gerard Klijs
-1 since https://issues.apache.org/jira/browse/CAMEL-9978 will make it impossible to use "-1" as value for the acks, which is what we currently use. On Mon, Jun 27, 2016 at 1:21 PM Luca Burgazzoli wrote: > +1 > > --- > Luca Burgazzoli > > > On Mon, Jun 27, 2016 at 1:20 PM, Andrea Cosentino > wr

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Andrea Cosentino
That's right. http://kafka.apache.org/documentation.html#producerconfigs -1 is a valid value for acks. I'll commit a fix for this and maybe we'll need to cut the release again. My mistake. Sorry. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Commi

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Andrea Cosentino
Anyway you can always use -1 value for requestRequiredAcks parameter. The values in the enum are just for docs purpose. I'll update the enum on URIParam, but you're able to use -1. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Serv

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Claus Ibsen
Hi No that is not a blocker. You can type in any string value you want, also -1. Its only the @UriParam that has a enum that suggests it must be "0,1,all". But there is no enforced validation on that. On Mon, Jun 27, 2016 at 1:48 PM, Andrea Cosentino wrote: > That's right. > > http://kafka.ap

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Gerard Klijs
ok, in that case +1, we will start using it soon (after a poc some moths ago), and the fixes in came-kafka are very welcome. On Mon, Jun 27, 2016 at 1:59 PM Claus Ibsen wrote: > Hi > > No that is not a blocker. You can type in any string value you want, also > -1. > > Its only the @UriParam that

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Claus Ibsen
Hi I found a regression in camel-restlet as part of testing with the Camel in Action 2 source code. https://issues.apache.org/jira/browse/CAMEL-10093 You can see the screenshots of that ticket. The issue can be reproduced by using camel-restlet 2.17.2 in this example. If you keep using 2.17.2 fo

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Andrea Cosentino
Meanwhile I fixed the enum for Camel-Kafka acks configuration. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Monday, June 27, 2016 2:15 PM, Claus

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Christian Schneider
+1 Christian On 27.06.2016 08:41, Gregor Zurowski wrote: Hi Everyone: This is a vote to release Apache Camel 2.17.2, a new patch release that includes ~58 fixes and improvements. Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12335666&projectId=12311211 Stagin

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Claus Ibsen
Hi Okay I tracked it down to when you do not provide a Content-Type when using camel-restlet as a client to call a service. Then the default content type is form based, but the message body may not be a form structure. Now camel-restlet then parses that differently on the server side which causes

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Claus Ibsen
Hi +1 I have tested the RC some more with the CiA 2 source code and it all works nicely know. On Mon, Jun 27, 2016 at 2:37 PM, Claus Ibsen wrote: > Hi > > Okay I tracked it down to when you do not provide a Content-Type when > using camel-restlet as a client to call a service. Then the defaul

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-29 Thread Christian Müller
+1 Christian Am 27.06.2016 08:42 schrieb "Gregor Zurowski" : > Hi Everyone: > > This is a vote to release Apache Camel 2.17.2, a new patch release > that includes ~58 fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12335666&projectId=123

Re: [VOTE] Release Apache Camel 2.17.2

2016-07-01 Thread Claus Ibsen
Hi Gregor I wonder if you have time to close this VOTE and get the release out? On Mon, Jun 27, 2016 at 8:41 AM, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.17.2, a new patch release > that includes ~58 fixes and improvements. > > Release notes: > https:/

Re: [VOTE] Release Apache Camel 2.17.2

2016-07-01 Thread Andrea Cosentino
Thanks Gregor for all the releases :-) --Andrea Cosentino  --Apache Camel PMC MemberApache Karaf CommitterApache Servicemix CommitterEmail: ancosen1985@yahoo.comTwitter: @oscerd2Github: oscerd On Friday, July 1, 2016 9:29 AM, Claus Ibsen wrote: Hi Gregor

Re: [VOTE] Release Apache Camel 2.17.2

2016-07-01 Thread Gregor Zurowski
Yes, I will get the release out shortly. Thanks, Gregor On Jul 1, 2016 9:29 AM, "Claus Ibsen" wrote: > Hi Gregor > > I wonder if you have time to close this VOTE and get the release out? > > > On Mon, Jun 27, 2016 at 8:41 AM, Gregor Zurowski > wrote: > > Hi Everyone: > > > > This is a vote to r

Re: [VOTE] Release Apache Camel 2.17.2

2016-07-01 Thread Gregor Zurowski
+1 Thanks, Gregor On Mon, Jun 27, 2016 at 8:41 AM, Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 2.17.2, a new patch release > that includes ~58 fixes and improvements. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=123356

[RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-01 Thread Gregor Zurowski
This vote passes with the following results: +1 binding: 5 (Andrea Cosentino, Christian Müller, Christian Schneider, Claus Ibsen, Gregor Zurowski) +1 non-binding: 4 (Arno Noordover, Gerard Klijs, Luca Burgazzoli, Thomas Diesler) I will publish the artifacts for Camel 2.17.2 shortly. Thanks, Gre

Re: [VOTE] Release Apache Camel 2.17.2

2016-07-02 Thread 360musicng
Thanks for the update - Wizkid Shabba Mp3   Dremo Ojere Video -- View this message in context: http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-17-2-tp5784424p5784675.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-02 Thread Gregor Zurowski
Hi, I have completed the release process for Camel 2.17.2 yesterday, but Confluence does not seem to update the website any longer. The release blog entry is still missing, the download pages still references 2.17.1. Any ideas? Thanks, Gregor On Fri, Jul 1, 2016 at 9:20 PM, Gregor Zurowski w

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-02 Thread Claus Ibsen
Hi Did you do that svn commit that triggers the website rebuild? On Sat, Jul 2, 2016 at 9:21 AM, Gregor Zurowski wrote: > Hi, > > I have completed the release process for Camel 2.17.2 yesterday, but > Confluence does not seem to update the website any longer. The > release blog entry is still

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-02 Thread Gregor Zurowski
Yes, sure. On Sat, Jul 2, 2016 at 9:28 AM, Claus Ibsen wrote: > Hi > > Did you do that svn commit that triggers the website rebuild? > > > On Sat, Jul 2, 2016 at 9:21 AM, Gregor Zurowski > wrote: >> Hi, >> >> I have completed the release process for Camel 2.17.2 yesterday, but >> Confluence doe

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-05 Thread Gregor Zurowski
Hi Claus, The changes I made for the release have not synced through from Confluence to the website yet. Can we reach out to the infrastructure team in order to get this solved? Thanks in advance, Gregor On Sat, Jul 2, 2016 at 9:28 AM, Claus Ibsen wrote: > Hi > > Did you do that svn commit th

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-05 Thread Andrea Cosentino
I'm noticing the same problem. Yesterday I've edited the Jaxb component page and it hasn't synced. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-05 Thread Claus Ibsen
On Tue, Jul 5, 2016 at 2:11 PM, Gregor Zurowski wrote: > Hi Claus, > > The changes I made for the release have not synced through from > Confluence to the website yet. Can we reach out to the infrastructure > team in order to get this solved? > Yeah try to look in the INFRA jira if any ticket re

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-06 Thread Gregor Zurowski
Hi Claus, I have logged the following INFRA ticket: https://issues.apache.org/jira/browse/INFRA-12217 Thanks, Gregor On Tue, Jul 5, 2016 at 2:17 PM, Claus Ibsen wrote: > On Tue, Jul 5, 2016 at 2:11 PM, Gregor Zurowski > wrote: >> Hi Claus, >> >> The changes I made for the release have not syn

Re: [RESULT] [VOTE] Release Apache Camel 2.17.2

2016-07-11 Thread Gregor Zurowski
Hi Claus, Thanks for helping solve INFRA-12217. All release changes are now reflected on the Camel website. I will go ahead and send out the release announcement. Thanks, Gregor On Wed, Jul 6, 2016 at 12:38 PM, Gregor Zurowski wrote: > Hi Claus, > > I have logged the following INFRA ticket: