Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v4]

2020-12-14 Thread Daniel Fuchs
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'

Integrated: 8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)

2020-12-14 Thread Сергей Цыпанов
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