Re: maven-compiler-plugin 3.13.0, testCompile and JDK 23

2024-10-24 Thread Laird Nelson
OK. Adding an explicit on plexus-java 1.3.0 fixed the issue (maven-compiler-plugin 3.13.0 uses 1.2.0), probably because plexus-java 1.3.0 uses a later version of ASM as you say. On Thu, Oct 24, 2024 at 6:13 PM Olivier Lamy wrote: > Well, TBH, the ASM upgrade is the usual/famous pain with any JD

Re: maven-compiler-plugin 3.13.0, testCompile and JDK 23

2024-10-24 Thread Olivier Lamy
Well, TBH, the ASM upgrade is the usual/famous pain with any JDK new version :), and this happens for every project that depends on it. I was blocked testing Jetty build with jdk24 til the last asm 9.7.1 except not depending on ASM not sure what to do. On Fri, 25 Oct 2024 at 08:04, Laird Nelson w

maven-compiler-plugin 3.13.0, testCompile and JDK 23

2024-10-24 Thread Laird Nelson
I'm using maven-compiler-plugin 3.13.0, which is the latest non-beta release as of this writing. I'm using toolchains. I have a JDK 23 set up. I have a module-info.java. The compile goal works fine (my code is compiled successfully using my toolchain's JDK 23). The testCompile goal fails, indic