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: BOM / Imported BOM - Maven 4.0.0-rc3

2025-03-20 Thread Filipe Roque
On Wed, 2025-03-19 at 14:20 +0100, Thomas Reinhardt wrote: > > For example we import com.fasterxml.jackson:jackson-parent which > fixes > versions of about 60 artifacts. Of course we don't use all of those > but > if we add e.g. some new transport mechanism, we are automatically > getting the c

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