GitHub user aalexandrov opened a pull request:
https://github.com/apache/flink/pull/477
Add support for building Flink with Scala 2.11
This adds support for building Flink with Scala 2.11 as [per mailing list
discussion](http://apache-flink-incubator-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Offer-Flink-with-Scala-2-11-td4159.html).
I fixed the 2.11 version to 2.11.4 because 2.11.5 contains a [somewhat
nasty bug](https://issues.scala-lang.org/browse/SI-9089) that might cause
issues in some situations.
I also added a travis profile that builds with the `scala-2.11` profile
enabled and `oraclejdk7` -- you might wish to change that to `oraclejdk8` or
something else. Once this is merged I can take a look at the deploy scripts and
extend them so we ship and deploy pre-builds for both 2.10 and 2.11.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stratosphere/flink scala_2.11
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/477.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 #477
----
commit e3b021cb5ebbc3ef6250fd6c1777b4fa55f34952
Author: Alexander Alexandrov <[email protected]>
Date: 2015-02-27T21:53:32Z
Migrated Scala version to 2.11.4 in the project POMs.
commit f655761586df24d9263f211121437f933838fd69
Author: Alexander Alexandrov <[email protected]>
Date: 2015-02-27T21:53:54Z
Migrated Scala code to 2.11.4.
commit 896d3a4185962c30384f690021e193615fc66f98
Author: Alexander Alexandrov <[email protected]>
Date: 2015-03-10T23:35:18Z
Added a travis profile for a scala-2.11 build.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---