Re: Kafka build for Scala 2.11

2014-08-22 Thread François Langelier
to move to 2.11,we just wanted to upgrade to > latest scala as our consumers are going to be in scala for our next release. > > Thanks, > > Balaji > > -Original Message- > From: Joe Stein [mailto:joe.st...@stealth.ly] > Sent: Friday, August 22, 2014 12:19 PM > To

RE: Kafka build for Scala 2.11

2014-08-22 Thread Seshadri, Balaji
@kafka.apache.org Subject: Re: Kafka build for Scala 2.11 The changes are committed to trunk. We didn't create the patch for 0.8.1.1 since there were code changes required and we dropped support for Scala 2.8 ( so we could just upload the artificats without a vote ) https://issues.apach

RE: Kafka build for Scala 2.11

2014-08-22 Thread Seshadri, Balaji
I did not see 0.8.1.1 branch ,I see only 0.8.1 in github. Can you please send me the git commands you used ?. -Original Message- From: Jonathan Weeks [mailto:jonathanbwe...@gmail.com] Sent: Friday, August 22, 2014 12:08 PM To: users@kafka.apache.org Subject: Re: Kafka build for Scala

Re: Kafka build for Scala 2.11

2014-08-22 Thread Jonathan Weeks
+1 on a 0.8.1.2 release with support for Scala 2.11.x. -Jonathan On Aug 22, 2014, at 11:19 AM, Joe Stein wrote: > The changes are committed to trunk. We didn't create the patch for 0.8.1.1 > since there were code changes required and we dropped support for Scala 2.8 > ( so we could just uploa

Re: Kafka build for Scala 2.11

2014-08-22 Thread Joe Stein
The changes are committed to trunk. We didn't create the patch for 0.8.1.1 since there were code changes required and we dropped support for Scala 2.8 ( so we could just upload the artificats without a vote ) https://issues.apache.org/jira/secure/attachment/12660369/KAFKA-1419_2014-08-07_10%3A52%

Re: Kafka build for Scala 2.11

2014-08-22 Thread Jonathan Weeks
I hand-applied this patch https://reviews.apache.org/r/23895/diff/ to the kafka 0.8.1.1 branch and was able to build successfully: gradlew -PscalaVersion=2.11.2 -PscalaCompileOptions.useAnt=false releaseTarGz -x signArchives I am testing the jar now, and will let you kno