Re: RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-15 Thread Daniel Fuchs
On 15/03/16 06:35, Mandy Chung wrote: It’s a nice trick. Perhaps define a new internal class that implements System.Logger with default methods. Any platform classes want itself to be skipped will extend that new internal class? I thought the purpose here was to avoid using internal stuff r

Re: RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-14 Thread Mandy Chung
> On Mar 14, 2016, at 6:41 AM, Daniel Fuchs wrote: > > Hi Mandy, > > On 06/03/16 00:01, Mandy Chung wrote: >> Hi Daniel, >> >>> On Mar 4, 2016, at 8:05 AM, Daniel Fuchs wrote: >>> >>> Please find below a patch for: >>> >>> https://bugs.openjdk.java.net/browse/JDK-8151281 >>> 8151281: Module

Re: RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-14 Thread Daniel Fuchs
Hi Mandy, On 06/03/16 00:01, Mandy Chung wrote: Hi Daniel, On Mar 4, 2016, at 8:05 AM, Daniel Fuchs wrote: Please find below a patch for: https://bugs.openjdk.java.net/browse/JDK-8151281 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger http://cr.op

Re: RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-05 Thread Mandy Chung
Hi Daniel, > On Mar 4, 2016, at 8:05 AM, Daniel Fuchs wrote: > > Please find below a patch for: > > https://bugs.openjdk.java.net/browse/JDK-8151281 > 8151281: Module java.httpclient could use System.Logger > instead of PlatformLogger > > http://cr.openjdk.java.net/~dfuchs/webrev_81512

Re: RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-04 Thread Michael McMahon
On 04/03/16 16:05, Daniel Fuchs wrote: Please find below a patch for: https://bugs.openjdk.java.net/browse/JDK-8151281 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger http://cr.openjdk.java.net/~dfuchs/webrev_8151281/webrev.00/ best regards, -- danie

RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

2016-03-04 Thread Daniel Fuchs
Please find below a patch for: https://bugs.openjdk.java.net/browse/JDK-8151281 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger http://cr.openjdk.java.net/~dfuchs/webrev_8151281/webrev.00/ best regards, -- daniel