GitHub user logarithm opened a pull request: https://github.com/apache/samza/pull/82
SAMZA-1135: Support Scala 2.12 Now days more and more projects are using Scala 2.12 and Samza as a cutting edge project should support the latest version of language. Samza codebase is almost ready to update to scala 2.12. The main thing which has to be done is removing deprecated JavaConversions. As to dependencies, only kafka and scalatest should be updated, because current versions don't have build for Scala 2.12. You can merge this pull request into a Git repository by running: $ git pull https://github.com/metamx/samza scala-2.12 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/82.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 #82 ---- commit 6b769605b5c3b69e5aa481af8a07d62898ffaca8 Author: Maksim Logvinenko <mlogvine...@gmail.com> Date: 2017-03-11T02:28:42Z Support Scala 2.12 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---