How about to use by default current stable Scala and generate artifacts for older version (if needed). So by default Ignite will use Scala 2.11 for now. And on maven will be also deployed Scala 2.10 compatible artifacts (scalar and visor-console). For those who want to build manually, maven command will be added to DEVNOTES: mvn clean package -DskipTests -Dscala-2.10
I implemented (partially) such approach in ignite-389-2 (SPARK integration branch). Alexey G. could you take a look? On Mon, Jun 1, 2015 at 11:06 PM, Dmitriy Setrakyan <[email protected]> wrote: > On Mon, Jun 1, 2015 at 9:01 AM, Nikita Ivanov <[email protected]> wrote: > > > Generally, I'd vote for 2.11 not because of any language features but > > because of stability (and tooling around). 2.11 is very stable (comparing > > to 2.10). > > > > If we go with 2.11, how do we make it work with Spark which runs on Scala > 2.10? > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
