[
https://issues.apache.org/jira/browse/KAFKA-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14633397#comment-14633397
]
ASF GitHub Bot commented on KAFKA-2348:
---------------------------------------
GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/87
KAFKA-2348; Drop support for Scala 2.9
`testAll` passed locally.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka
kafka-2348-drop-support-for-scala-2.9
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/87.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #87
----
commit 00ac57ac12ce56d06311845916cae45a9db48d5e
Author: Ismael Juma <[email protected]>
Date: 2015-07-18T14:57:16Z
KAFKA-2348; Drop support for Scala 2.9
----
> Drop support for Scala 2.9
> --------------------------
>
> Key: KAFKA-2348
> URL: https://issues.apache.org/jira/browse/KAFKA-2348
> Project: Kafka
> Issue Type: Task
> Reporter: Ismael Juma
> Assignee: Ismael Juma
>
> Summary of why we should drop Scala 2.9:
> * Doubles the number of builds required from 2 to 4 (2.9.1 and 2.9.2 are not
> binary compatible).
> * Code has been committed to trunk that doesn't build with Scala 2.9 weeks
> ago and no-one seems to have noticed or cared (well, I filed
> https://issues.apache.org/jira/browse/KAFKA-2325). Can we really support a
> version if we don't test it?
> * New clients library is written in Java and won't be affected. It also has
> received a lot of work and it's much improved since the last release.
> * It was released 4 years ago, it has been unsupported for a long time and
> most projects have dropped support for it (for example, we use a different
> version of ScalaTest for Scala 2.9)
> * Scala 2.10 introduced Futures and a few useful features like String
> interpolation and value classes.
> * Doesn't work with Java 8 (https://issues.apache.org/jira/browse/KAFKA-2203).
> Vote thread: http://search-hadoop.com/m/uyzND1DIE422mz94I1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)