Re: JDK 21 in CI

2023-10-22 Thread Slawomir Jaranowski
Hi, Issues with spotless was fixed in parent pom. I'm waiting for current releases in progress and next weekend I will release the next parents versions. So I hope we can switch to JDK 21 globally after it. niedz., 22 paź 2023 o 15:23 Elliotte Rusty Harold napisał(a): > JDK 21 is now the both

Re: JDK 21 in CI

2023-10-22 Thread Gary Gregory
FYI: Somethings to watch out for based on testing Commons: - Double toString() is less precise - Odd differences in printing/parsing timestamps/times (unresolved so far, see Commons ML) Gary On Sun, Oct 22, 2023 at 9:23 AM Elliotte Rusty Harold wrote: > > JDK 21 is now the both the latest and l

JDK 21 in CI

2023-10-22 Thread Elliotte Rusty Harold
JDK 21 is now the both the latest and latest LTS release of Java so it's worth adding it to our build matrices in place of JDK 20. Worth noting: I've seen multiple other open source projects have new test failures on JDK 21 so there could be some fixup worth to do in some plugins before this is mer