[jira] [Commented] (KAFKA-4438) BACKPORT - Add scala 2.12 support

2016-11-30 Thread ASF GitHub Bot (JIRA)
://github.com/apache/kafka/pull/2164 > BACKPORT - Add scala 2.12 support > - > > Key: KAFKA-4438 > URL: https://issues.apache.org/jira/browse/KAFKA-4438 > Project: Kafka > Issue Type: Bug

[jira] [Resolved] (KAFKA-4438) BACKPORT - Add scala 2.12 support

2016-11-30 Thread Guozhang Wang (JIRA)
://github.com/apache/kafka/pull/2164] > BACKPORT - Add scala 2.12 support > - > > Key: KAFKA-4438 > URL: https://issues.apache.org/jira/browse/KAFKA-4438 > Project: Kafka > Issue Type: Bug >

[jira] [Updated] (KAFKA-4438) BACKPORT - Add scala 2.12 support

2016-11-26 Thread Bernard Leach (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernard Leach updated KAFKA-4438: - Issue Type: Bug (was: Improvement) > BACKPORT - Add scala 2.12 supp

[jira] [Commented] (KAFKA-4438) BACKPORT - Add scala 2.12 support

2016-11-23 Thread ASF GitHub Bot (JIRA)
a7ab863c84119e10c69ababe5393291bfda3c5b4 Author: Bernard Leach <leac...@bouncycastle.org> Date: 2016-11-17T02:58:13Z KAFKA-4438; Cross compile to Scala 2.12.0 (cherry picked from commit f3aad3b54b7cbc5109d8398829a31100fd82b3e0) > BACKPORT - Add scala 2.1

[jira] [Updated] (KAFKA-4438) BACKPORT - Add scala 2.12 support

2016-11-23 Thread Bernard Leach (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernard Leach updated KAFKA-4438: - Fix Version/s: (was: 0.10.2.0) 0.10.1.1 > BACKPORT - Add scala 2

[jira] [Created] (KAFKA-4438) BACKPORT - Add scala 2.12 support

2016-11-23 Thread Bernard Leach (JIRA)
Bernard Leach created KAFKA-4438: Summary: BACKPORT - Add scala 2.12 support Key: KAFKA-4438 URL: https://issues.apache.org/jira/browse/KAFKA-4438 Project: Kafka Issue Type: Improvement

[jira] [Updated] (KAFKA-4376) Add scala 2.12 support

2016-11-17 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4376: --- Assignee: Bernard Leach > Add scala 2.12 support > -- > >

[jira] [Updated] (KAFKA-4376) Add scala 2.12 support

2016-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4376: --- Fix Version/s: 0.10.2.0 > Add scala 2.12 support > -- > >

[jira] [Resolved] (KAFKA-4376) Add scala 2.12 support

2016-11-16 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-4376. Resolution: Fixed > Add scala 2.12 support > -- > >

[jira] [Commented] (KAFKA-4376) Add scala 2.12 support

2016-11-16 Thread ASF GitHub Bot (JIRA)
://github.com/apache/kafka/pull/2113 > Add scala 2.12 support > -- > > Key: KAFKA-4376 > URL: https://issues.apache.org/jira/browse/KAFKA-4376 > Project: Kafka > Issue Type: Improvement > Compon

[jira] [Commented] (KAFKA-4376) Add scala 2.12 support

2016-11-03 Thread Bernard Leach (JIRA)
builds are java7 only. > Add scala 2.12 support > -- > > Key: KAFKA-4376 > URL: https://issues.apache.org/jira/browse/KAFKA-4376 > Project: Kafka > Issue Type: Improvement > Components: bui

[jira] [Created] (KAFKA-4376) Add scala 2.12 support

2016-11-03 Thread Bernard Leach (JIRA)
Bernard Leach created KAFKA-4376: Summary: Add scala 2.12 support Key: KAFKA-4376 URL: https://issues.apache.org/jira/browse/KAFKA-4376 Project: Kafka Issue Type: Improvement

Re: Scala 2.12 support

2016-04-14 Thread Ismael Juma
Hi Josh, We haven't started looking into that yet. We do intend to support it, but the fact that Scala 2.12 requires Java 8 introduces a bit of complexity. If we could drop support for Java 7 at the same time as adding support for Scala 2.12, things would be easier. If no-one else beats me to

Scala 2.12 support

2016-04-14 Thread Josh Rosen
Hello, Are there any plans to support Scala 2.12 in Kafka? I'm helping to coordinate the effort to support Scala 2.12 in Spark ( https://issues.apache.org/jira/browse/SPARK-14220) and am currently testing against the 2.12.0-M4 milestone. Our spark-streaming-kafka module depends directly on Kafka