Re: RFR: 8152606: java.base no longer needs to export sun.util.logging to java.httpclient

2016-03-24 Thread Alan Bateman
On 24/03/2016 11:36, Daniel Fuchs wrote: Hi, Please find below a patch for: 8152606: java.base no longer needs to export sun.util.logging to java.httpclient This looks fine. -Alan

Re: RFR: 8152606: java.base no longer needs to export sun.util.logging to java.httpclient

2016-03-24 Thread Chris Hegarty
Looks good Daniel. -Chris. On 24 Mar 2016, at 11:36, Daniel Fuchs wrote: > Hi, > > Please find below a patch for: > > 8152606: java.base no longer needs to export sun.util.logging > to java.httpclient > https://bugs.openjdk.java.net/browse/JDK-8152606 > > Now that JDK-8151281 is fixe

RFR: 8152606: java.base no longer needs to export sun.util.logging to java.httpclient

2016-03-24 Thread Daniel Fuchs
Hi, Please find below a patch for: 8152606: java.base no longer needs to export sun.util.logging to java.httpclient https://bugs.openjdk.java.net/browse/JDK-8152606 Now that JDK-8151281 is fixed, java.base module-info.java can be cleaned up to no longer export sun.util.logging to java