> On 16 Aug 2019, at 18:29, Daniel Fuchs wrote:
>
> Hi,
>
> Michel asked me privately if the lambdas could be made static
> or per instance. So here is an updated (and cleaner) patch that
> replaces the lambdas with method references:
>
> http://cr.openjdk.java.net/~dfuchs/webrev_8191169/webr
Hi,
Michel asked me privately if the lambdas could be made static
or per instance. So here is an updated (and cleaner) patch that
replaces the lambdas with method references:
http://cr.openjdk.java.net/~dfuchs/webrev_8191169/webrev.01/
The only change is in AuthenticationInfo.java where lambdas
> On 16 Aug 2019, at 11:58, Daniel Fuchs wrote:
>
> Hi,
>
> Please find below a fix for:
> 8191169: java/net/Authenticator/B4769350.java failed intermittently
>
> http://cr.openjdk.java.net/~dfuchs/webrev_8191169/webrev.00/
LGTM.
-Chris.