[OpenJDK 2D-Dev] RFR 8214014 : Remove vestiges of gopher: protocol proxy support
Roger Riggs
Roger.Riggs at oracle.com
Wed Nov 28 19:00:20 UTC 2018
Hi Phil,
On 11/28/2018 12:06 PM, Phil Race wrote:
> > Please check in javax.print that the inclusion of the gopher
> protocol is no longer needed.
>
> In that case, 2d-dev is the list you want. Swing doesn't do printing.
Thanks for the correction.
>
> It must have been a decade since I heard anyone mention gopher, but did
> you really mean to remove a Java SE public API variable ?
Probably yes, but the process needs to be different, to deprecate for a
release
or two then remove.
Its low cost to keep it but it is noise as far as the rest of the
codebase goes.
I'll create a separate issue and maybe there are some others that can be
removed
as well.
Thanks, Roger
>
> /**
> - * Gopher Protocol.
> - */
> - public static final ReferenceUriSchemesSupported GOPHER = new
> ReferenceUriSchemesSupported(3);
> -
> - /**
>
> https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/print/attribute/standard/ReferenceUriSchemesSupported.html#GOPHER
>
> -phil.
>
> On 11/28/18 8:34 AM, Roger Riggs wrote:
>> Please review the removal of some left over references to the gopher
>> protocol related to proxies.
>> Most are related to properties or setting up proxies (for gopher).
>>
>> Please check in javax.print that the inclusion of the gopher protocol
>> is no longer needed.
>>
>> Webrev:
>> http://cr.openjdk.java.net/~rriggs/webrev-gopher-remove-8214014/
>>
>> CSR:
>> https://bugs.openjdk.java.net/browse/JDK-8214301
>>
>> Thanks, Roger
>>
>> p.s. fyi, this patch assumes a previous patch cleaning up property
>> initialization (4947890)
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20181128/1f216144/attachment.html>
More information about the 2d-dev
mailing list