Re: SSPI Bridge Bug

2022-05-20 Thread Jade Koskela
Oh nvmd, I see it was only backported to 16+. On Fri, May 20, 2022 at 12:23 PM Jade Koskela wrote: > Resurrected. > > Hi what happened with this? Looking at the github I don't see this is > fixed. Still seeing errors. > > On Tue, Sep 29, 2020 at 6:08 PM Weijun Wang > wrote: > >> Ah, yes. Will

AW: [EXT] Re: RFR: JDK-8286348: incorrect use of `@serial` [v3]

2022-05-20 Thread Sebastian Luckner
public class bam0 { private static long parseLong(/*private **/String w) { long m = 1; long i = 2; long _q = 5; long value = 0; for(int p = w.length() - 1; p >= 0; --p) { if( w.charAt(p) == '1' ) value = value + m;

Re: SSPI Bridge Bug

2022-05-20 Thread Jade Koskela
Resurrected. Hi what happened with this? Looking at the github I don't see this is fixed. Still seeing errors. On Tue, Sep 29, 2020 at 6:08 PM Weijun Wang wrote: > Ah, yes. Will fix it soon. > > Thanks, > Max > > > On Sep 29, 2020, at 7:46 PM, Jade Koskela wrote: > > > > Hi, > > > > New

Re: RFR: 8287119: Add Distrust.java to ProblemList

2022-05-20 Thread Bradford Wetmore
On Sat, 21 May 2022 00:26:10 GMT, Rajan Halade wrote: > It will take me some time to figure out what to do with expired certificates. > We can either remove those test scenarios, perform backdated validation or > allow those expired scenarios to be treated as pass. LGTM. -

Integrated: 8287119: Add Distrust.java to ProblemList

2022-05-20 Thread Rajan Halade
On Sat, 21 May 2022 00:26:10 GMT, Rajan Halade wrote: > It will take me some time to figure out what to do with expired certificates. > We can either remove those test scenarios, perform backdated validation or > allow those expired scenarios to be treated as pass. This pull request has now

RFR: 8287119: Add Distrust.java to ProblemList

2022-05-20 Thread Rajan Halade
It will take me some time to figure out what to do with expired certificates. We can either remove those test scenarios, perform backdated validation or allow those expired scenarios to be treated as pass. - Commit messages: - 8287119: Add Distrust.java to ProblemList Changes:

Re: RFR: 8284209: Replace remaining usages of 'a the' in source code

2022-05-20 Thread Magnus Ihse Bursie
On Wed, 18 May 2022 14:46:42 GMT, Alexey Ivanov wrote: > Replaces usages of articles that follow each other in all combinations: > a/the, an?/an?, the/theā€¦ > > It's the last issue in the series, and it still touches different areas of > the code. Build changes look good. Thanks for the