Re: Is it possible to use JDK24 with Maven 3?

2025-03-26 Thread Greg Chabala
This seems a strange question to be asking, when you already had an issue open in your project with the reason: https://github.com/sblantipodi/firefly_luciferin/issues/294 As Tamás suggested, the issue is Lombok. It's always Lombok. On Wed, Mar 26, 2025 at 10:54 AM Tamás Cservenák wrote: > Howd

Re: Is it possible to use JDK24 with Maven 3?

2025-03-26 Thread Olivier Lamy
No problem to build a project such Jetty with jdk24 Just do not forget to use last version of some plugins (asm again) such invoker for groovy On Thu, 27 Mar 2025 at 1:11 am, Davide Perini wrote: > > > Hi there, > > I'm using JDK23 with maven 3 and everything worked well. > > I also need maven-s

Re: Is it possible to use JDK24 with Maven 3?

2025-03-26 Thread Slawomir Jaranowski
On Wed, 26 Mar 2025 at 16:53, Thorsten Heit wrote: > > Hi, > > > I also need maven-shade, maven-assembly and javafx-maven plugins... > > Not all plugins supports maven 4 this is why I would like to stick with > > maven 3.9.9 and maven-compiler-plugin 3.14 > > > > Can I use JDK24 considering all th

Re: Is it possible to use JDK24 with Maven 3?

2025-03-26 Thread Tamás Cservenák
Howdy, you use lombok maybe? Google gives me this: https://github.com/projectlombok/lombok/issues/3814 (and some maven + lombok related SO posts) Thanks T On Wed, Mar 26, 2025 at 4:11 PM Davide Perini wrote: > > > > Hi there, > > I'm using JDK23 with maven 3 and everything worked well. > > I a

Re: Is it possible to use JDK24 with Maven 3?

2025-03-26 Thread Thorsten Heit
Hi, I also need maven-shade, maven-assembly and javafx-maven plugins... Not all plugins supports maven 4 this is why I would like to stick with maven 3.9.9 and maven-compiler-plugin 3.14 Can I use JDK24 considering all the maven plugin I need? Sure, why not? I'm using it with a bigger multi-

Is it possible to use JDK24 with Maven 3?

2025-03-26 Thread Davide Perini
Hi there, I'm using JDK23 with maven 3 and everything worked well. I also need maven-shade, maven-assembly and javafx-maven plugins... Not all plugins supports maven 4 this is why I would like to stick with maven 3.9.9 and maven-compiler-plugin 3.14 Can I use JDK24 considering all the maven