Re: [lang] Failing test on Java 16-EA.

2021-05-10 Thread Jaikiran Pai
This issue should be fixed in the recently released JDK 17 EA 21 build https://www.mail-archive.com/dev@commons.apache.org/msg70950.html -Jaikiran On 2021/04/13 12:04:21, Jaikiran Pai wrote: > Hello Gary, > > I had a look at this one and I was able to reproduce this. Based on my > reading of

Re: [lang] Failing test on Java 16-EA.

2021-04-13 Thread Jaikiran Pai
Hello Gary, I had a look at this one and I was able to reproduce this. Based on my reading of the code and what it does, IMO, this is a JDK issue. Since this was previously raised and reported in this list here[1] and a JDK issue was created https://bugs.openjdk.java.net/browse/JDK-8262108, I d

Re: [lang] Failing test on Java 16-EA.

2021-03-28 Thread Gary Gregory
I'm till looking for help on getting LANG working on Java 16... Gary On Sat, Mar 20, 2021, 21:39 Gary Gregory wrote: > Now that Java 16 is out, we really need to look at this IMO but I would > like help from the community. > > My initial guess that this a JDK bug might be wrong and it could be

Re: [lang] Failing test on Java 16-EA.

2021-03-21 Thread Matt Sicker
And the two linked bugs in Java15BugFastDateParserTest.java are marked fixed already: https://bugs.openjdk.java.net/browse/JDK-8248655 https://bugs.openjdk.java.net/browse/JDK-8248434 On Sun, 21 Mar 2021 at 10:26, Matt Sicker wrote: > > Looks related to some locale changes most likely? There are

Re: [lang] Failing test on Java 16-EA.

2021-03-21 Thread Matt Sicker
Looks related to some locale changes most likely? There are also a couple test failures that are likely due to illegal reflective access. Case in point, one of the tests has an InaccessibleObject error message. Tested on: openjdk version "16" 2021-03-16 OpenJDK Runtime Environment AdoptOpenJDK (b

Re: [lang] Failing test on Java 16-EA.

2021-03-20 Thread Gary Gregory
Now that Java 16 is out, we really need to look at this IMO but I would like help from the community. My initial guess that this a JDK bug might be wrong and it could be an issue in our code. Gary On Tue, Feb 23, 2021, 22:13 Gary Gregory wrote: > Hi All: > > If you feel so inclined, I'd like h

[lang] Failing test on Java 16-EA.

2021-02-23 Thread Gary Gregory
Hi All: If you feel so inclined, I'd like help with FastDateParserTest.java#testParsesKnownJava16Ea25Failure(). The test fails on Java 16 Early Access build 25 and above, I am now testing with build 36. I cannot tell if this a bug in our code or in the underlying JRE. TY! Gary