On Fri, 11 Dec 2020 21:23:12 GMT, Mahendra Chhipa
wrote:
>> jaxp.library.SimpleHttpServer
>> https://bugs.openjdk.java.net/browse/JDK-8212035
>
> Mahendra Chhipa has updated the pull request incrementally with two
> additional commits since the last revision:
>
> - Merge branch 'JDK-8212035'
On Wed, 21 Oct 2020 06:52:42 GMT, Сергей Цыпанов
wrote:
> Hello, while working with `java.net.URL` I've found unused package-private
> method `URL.set(String protocol, String host, int port, String file, String
> ref)` which can be safely removed from JDK. Testing: tier1, tier2
>
> Could some