Re: Building Maven Under JDK 24

2025-03-20 Thread Michael Bien
On 3/19/25 23:34, Mark Derricutt wrote: > On 20 Mar 2025 at 10:04:24 AM, Romain Manni-Bucau > wrote: > >> did you try upgrading asm in plugin deps? >> > Nope - but a cursory glance shows asm 9.7.1 being used, which is the > current version. i ended up bumping asm as direct dependency in most pro

Re: Building Maven Under JDK 24

2025-03-20 Thread Mark Derricutt
On 20 Mar 2025 at 9:43:02 PM, Guillaume Nodet wrote: > And raise a PR. I suppose we should add jdk24 to the list of JDK we're > building against: > Looks like an upstream ticket has already been raised to add the new ASM to Sisu: https://github.com/eclipse-sisu/sisu-project/issues/174 I’ve

Re: Building Maven Under JDK 24

2025-03-20 Thread Guillaume Nodet
And raise a PR. I suppose we should add jdk24 to the list of JDK we're building against: https://github.com/apache/maven/blob/master/.github/workflows/maven.yml#L86 Le jeu. 20 mars 2025 à 08:18, Romain Manni-Bucau a écrit : > Or just upgrade asm in plugin dependencies ;) > > Romain Manni-Bucau

Re: Building Maven Under JDK 24

2025-03-20 Thread Romain Manni-Bucau
Or just upgrade asm in plugin dependencies ;) Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog | Github | LinkedIn

Re: Building Maven Under JDK 24

2025-03-19 Thread Mark Derricutt
On 20 Mar 2025 at 7:12:40 PM, Romain Manni-Bucau wrote: > Looks like the error says the opposite, did you check the plugin asm > version and not maven one? > > > Looks like the build is using 0.9.0.M3 of the issue-maven-plugin, which includes and embeded version of asm 9.6: https://github.com/e

Re: Building Maven Under JDK 24

2025-03-19 Thread Romain Manni-Bucau
Looks like the error says the opposite, did you check the plugin asm version and not maven one? Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog | Github <

Re: Building Maven Under JDK 24

2025-03-19 Thread Mark Derricutt
On 20 Mar 2025 at 10:04:24 AM, Romain Manni-Bucau wrote: > did you try upgrading asm in plugin deps? > Nope - but a cursory glance shows asm 9.7.1 being used, which is the current version. -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree

Re: Building Maven Under JDK 24

2025-03-19 Thread Romain Manni-Bucau
Hi, did you try upgrading asm in plugin deps? Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog | Github | LinkedIn

Building Maven Under JDK 24

2025-03-19 Thread Mark Derricutt
Whilst Maven 4 is targeting Java 17, I see the build doesn’t seem to work under Java 24: [INFO] --- sisu:0.9.0.M3:main-index (index-project) @ maven-model-builder --- [INFO] [INFO] Reactor Summary for Apache Maven 4.0.0-rc-4-