You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2020/07/23 14:17:05 UTC

[jira] [Closed] (GROOVY-9566) Default import for Proxy is wrong

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

Paul King closed GROOVY-9566.
-----------------------------

> Default import for Proxy is wrong
> ---------------------------------
>
>                 Key: GROOVY-9566
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9566
>             Project: Groovy
>          Issue Type: Bug
>          Components: Compiler
>    Affects Versions: 3.0.3
>            Reporter: James Kleeh
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 4.0.0-alpha-1, 3.0.5
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In Java 11, a Groovy class that uses `Proxy`, the default import is `groovy.util.Proxy` where it should be `java.net.Proxy`
>  
> In Java 8, the default import is `java.net.Proxy`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)