You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by neurolabs <gi...@git.apache.org> on 2017/05/29 14:30:46 UTC

[GitHub] beam pull request #3255: [BEAM-2377] Allow usage of scala 2.11 dependencies ...

GitHub user neurolabs opened a pull request:

    https://github.com/apache/beam/pull/3255

    [BEAM-2377] Allow usage of scala 2.11 dependencies as well as cross compilation for flink runner

    Flink allows being built against scala 2.11. But the Flink Runner did
    not.
    
    This commit alleviates that, as well as allowing for ensuring that
    builds work against scala 2.11 dependencies. It introduces a
    scala.version mvn property that is set to 2.10 as a default, as well as
    a mvn profile that overrides the scala version to 2.11.
    
    I'm not sure about the granularity (should I only enable this for the
    flink runner, or should the whole build be verified against 2.11). So
    please comment on this PR.
    
    It would be nice if you could cross publish the flink runner for
    scala-2.11 based on this pull request.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neurolabs/beam master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3255.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 #3255
    
----
commit 3e2564d65fb371abd0caf663785faee4f1f73120
Author: Ole Langbehn <ol...@inoio.de>
Date:   2017-05-29T14:14:18Z

    Allow usage of scala 2.11 dependencies as well as cross compilation for flink runner
    
    Flink allows being built against scala 2.11. But the Flink Runner did
    not.
    
    This commit alleviates that, as well as allowing for ensuring that
    builds work against scala 2.11 dependencies. It introduces a
    scala.version mvn property that is set to 2.10 as a default, as well as
    a mvn profile that overrides the scala version to 2.11.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3255: [BEAM-2377] Allow usage of scala 2.11 dependencies ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/3255


---