You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 06:24:00 UTC

[jira] [Resolved] (GROOVY-9067) Compile Java stubs with standard API

     [ https://issues.apache.org/jira/browse/GROOVY-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Sun resolved GROOVY-9067.
--------------------------------
    Resolution: Fixed

Fixed by https://github.com/apache/groovy/commit/3f87c184120667ff3ccc4a5b71a0c9cec62751e0

>  Compile Java stubs with standard API
> -------------------------------------
>
>                 Key: GROOVY-9067
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9067
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Daniel Sun
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 3.0.0-beta-1
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Currently we compile Java stubs in 2 different ways: 
>  # Javac, compile stubs in file
>  # {{ToolProvider.getSystemJavaCompiler}}, the standard API, compile stubs in memory
> It will be hard for us to maintain, so it's better to use the standard API only.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)