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
have been replaced by method references.
best regards,
-- daniel
On 16/08/2019 15:00, Chris Hegarty wrote:
On 16 Aug 2019, at 11:58, Daniel Fuchs <daniel.fu...@oracle.com> 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.