spark-instrumented-optimizer/external
Luc Bourlier c1bc4f439f [SPARK-10227] fatal warnings with sbt on Scala 2.11
The bulk of the changes are on `transient` annotation on class parameter. Often the compiler doesn't generate a field for this parameters, so the the transient annotation would be unnecessary.
But if the class parameter are used in methods, then fields are created. So it is safer to keep the annotations.

The remainder are some potential bugs, and deprecated syntax.

Author: Luc Bourlier <luc.bourlier@typesafe.com>

Closes #8433 from skyluc/issue/sbt-2.11.
2015-09-09 09:57:58 +01:00
..
flume [SPARK-10227] fatal warnings with sbt on Scala 2.11 2015-09-09 09:57:58 +01:00
flume-assembly [SPARK-10168] [STREAMING] Fix the issue that maven publishes wrong artifact jars 2015-08-24 12:38:01 -07:00
flume-sink [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses to JavaConverters 2015-08-25 12:33:13 +01:00
kafka [SPARK-10227] fatal warnings with sbt on Scala 2.11 2015-09-09 09:57:58 +01:00
kafka-assembly [SPARK-10168] [STREAMING] Fix the issue that maven publishes wrong artifact jars 2015-08-24 12:38:01 -07:00
mqtt [SPARK-10227] fatal warnings with sbt on Scala 2.11 2015-09-09 09:57:58 +01:00
mqtt-assembly [SPARK-10168] [STREAMING] Fix the issue that maven publishes wrong artifact jars 2015-08-24 12:38:01 -07:00
twitter [SPARK-10227] fatal warnings with sbt on Scala 2.11 2015-09-09 09:57:58 +01:00
zeromq [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses to JavaConverters 2015-08-25 12:33:13 +01:00