You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/01 07:55:18 UTC

[jira] [Commented] (BEAM-83) Beam SDK has some difficulties upon import to Eclipse as maven project

    [ https://issues.apache.org/jira/browse/BEAM-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173334#comment-15173334 ] 

ASF GitHub Bot commented on BEAM-83:
------------------------------------

GitHub user kennknowles opened a pull request:

    https://github.com/apache/incubator-beam/pull/6

    [BEAM-83] Move Java 8 tests to their own module

    This allows easy setting of the compiler source and target version to 1.8 without any fragile plugin configuration. It also allows the import into Eclipse to easily set separate compliance levels, as this
    is done per-Eclipse-project.

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

    $ git pull https://github.com/kennknowles/incubator-beam Java8

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

    https://github.com/apache/incubator-beam/pull/6.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 #6
    
----
commit af15101c9632375bc2ef09b81bde084aa1d22b8c
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-03-01T06:40:01Z

    Move Java 8 tests to their own module
    
    This allows easy setting of the compiler source and target version to
    1.8 without any fragile plugin configuration. It also allows the
    import into Eclipse to easily set separate compliance levels, as this
    is done per-Eclipse-project.

----


> Beam SDK has some difficulties upon import to Eclipse as maven project
> ----------------------------------------------------------------------
>
>                 Key: BEAM-83
>                 URL: https://issues.apache.org/jira/browse/BEAM-83
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>              Labels: Eclipse, Java8
>
> Upon first import of the project to Eclipse, the various Java 8 source directories result in errors since compliance is project-wide for Eclipse. The fix of upgrading compliance to version 1.8 results in some compile errors in some areas of the code, particularly those that use unchecked casts, rawtypes, and generic return type without any parameter to bind the actual type parameter.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)