Ismael Juma
Ismael Juma
Note that having a sequence of classifiers doesn't help. That already exists in SBT and is called transitiveClassifiers. What we want is a way to map from that sequence of...
Looks good to me too.
That is correct. SBT 0.10 is the only version that used Scala 2.8 for plugins and build definition.
Note that this should work correctly with the sbt-0.10 branch.
Since both ZK APIs are internal, AdminClient is preferable whenever possible.
One question, does the following test need to be updated after this version bump? It still seems to pass, but I am not sure what the intent is: https://github.com/gradle/gradle/blob/master/subprojects/scala/src/integTest/groovy/org/gradle/scala/compile/UpToDateScalaCompileIntegrationTest.groovy#L58
@ljacomet any feedback on this PR?
We should consider doing this via `MethodHandle` when the method is available. Kafka will continue to support Java 8 for a while, I believe.
Are users still using JDK 6? It seems like JDK 7 is the minimum these days and most projects are migrating to JDK 8.
Another Java 9 issue: https://github.com/scala/bug/issues/10418