You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/12 14:16:20 UTC

[jira] [Commented] (GROOVY-7235) Groovysh code completion is not compatible with JDK 9 (Jigsaw)

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

ASF GitHub Bot commented on GROOVY-7235:
----------------------------------------

GitHub user tkruse opened a pull request:

    https://github.com/apache/groovy/pull/349

    GROOVY-7235-workaround: Ignore tests failing with Java 9 

    I won't have time to fix this anytime soon, and in the meantime groovysh import completion might not be crucial for Groovy.
    
    So this is the best I can offer for now, to help with getting Groovy ready for java 9.

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

    $ git pull https://github.com/tkruse/incubator-groovy groovy-7235_jdk9_groovysh_complete

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

    https://github.com/apache/groovy/pull/349.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 #349
    
----
commit 585349ed39d710bbae4a043854d24646bbc73f8e
Author: Thibault Kruse <th...@gmx.de>
Date:   2016-06-12T14:12:06Z

    GROOVY-7235-workaround: Ignore tests failing with Java 9 when running with Java9

----


> Groovysh code completion is not compatible with JDK 9 (Jigsaw)
> --------------------------------------------------------------
>
>                 Key: GROOVY-7235
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7235
>             Project: Groovy
>          Issue Type: Improvement
>          Components: Groovysh
>    Affects Versions: 2.3.9, 2.4.0-rc-1
>            Reporter: Cédric Champeau
>            Assignee: Cédric Champeau
>             Fix For: 2.4.1
>
>
> JDK 9 introduces project Jigsaw and there is now a new URL protocol specific to classes found in Jigsaw modules (jrt:).
> The build fails on JDK 9 because the current completion mechanism is not able to handle this protocol.



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