Re: [HEADS UP] Maven 3.9.10 release

2025-05-29 Thread Slawomir Jaranowski
Thanks everybody for testing. I hope to prepare a release at the weekend, so it should be published after voting next week. On Thu, 29 May 2025 at 19:11, Sergey Chernov wrote: > No problems with latest 3.9.10-SNAPSHOT (1da6ce512) on the company > projects. > > On Tue, May 27, 2025 at 5:43 PM Fi

Re: [HEADS UP] Maven 3.9.10 release

2025-05-29 Thread Sergey Chernov
No problems with latest 3.9.10-SNAPSHOT (1da6ce512) on the company projects. On Tue, May 27, 2025 at 5:43 PM Filipe Roque wrote: > On Mon, 2025-05-26 at 21:22 +0200, Slawomir Jaranowski wrote: > > dev distribution updated: > > > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.10-SNAPS

Re: [HEADS UP] Maven 3.9.10 release

2025-05-27 Thread Filipe Roque
On Mon, 2025-05-26 at 21:22 +0200, Slawomir Jaranowski wrote: > dev distribution updated: > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.10-SNAPSHOT/ > svnid: 77141 > > Apache Maven 3.9.10-SNAPSHOT > (1da6ce51230b0b3247c983ec25bdeae21d52395f) > No problems detected for me on the c

Re: [HEADS UP] Maven 3.9.10 release

2025-05-27 Thread Delany
+1 This resolves the -pl switch issue for me: project with shade plugin waits for transitive dependencies to build before building Delany On Mon, 19 May 2025 at 20:36, Slawomir Jaranowski wrote: > Hi, > > We have resolved 32 issues > > https://issues.apache.org/jira/issues/?jql=project%20%3D%2

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Slawomir Jaranowski
dev distribution updated: https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.10-SNAPSHOT/ svnid: 77141 Apache Maven 3.9.10-SNAPSHOT (1da6ce51230b0b3247c983ec25bdeae21d52395f) On Mon, 26 May 2025 at 19:48, Sergey Chernov wrote: > Seems to be ok now 👍 > > > On Mon, May 26, 2025 at 7:37 PM

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Sergey Chernov
Seems to be ok now 👍 On Mon, May 26, 2025 at 7:37 PM Tamás Cservenák wrote: > Sergey, I added another commit, you missed. > > T > > On Mon, May 26, 2025 at 7:33 PM Sergey Chernov > wrote: > > > > I built a commit from your fork and tried the build with filtering. It's > > still hanging (the pr

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Tamás Cservenák
Sergey, I added another commit, you missed. T On Mon, May 26, 2025 at 7:33 PM Sergey Chernov wrote: > > I built a commit from your fork and tried the build with filtering. It's > still hanging (the problem is not addressed). > ``` > > commit 5b37f4eacfa25e81545650f292c8ea0d00035512 (HEAD, > csta

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Sergey Chernov
I built a commit from your fork and tried the build with filtering. It's still hanging (the problem is not addressed). ``` commit 5b37f4eacfa25e81545650f292c8ea0d00035512 (HEAD, cstamas/maven-3.9.x-MNG-8396) Author: Tamas Cservenak Date: Mon May 26 19:07:59 2025 +0200 [MNG-8396] Backpor

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Tamás Cservenák
Created https://github.com/apache/maven/pull/2393 @Slawomir Jaranowski @Guillaume Nodet pls eyeball On Mon, May 26, 2025 at 6:59 PM Tamás Cservenák wrote: > > Yup, > this went into master only: > https://issues.apache.org/jira/browse/MNG-8396 > https://github.com/cstamas/maven/commit/62f85a42333

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Michael Bien
ran the NetBeans maven tooling integration tests against the snapshot and everything worked fine. https://github.com/apache/netbeans/pull/8534 best regards, michael On 5/26/25 16:03, Slawomir Jaranowski wrote: > Hi, > > For easy testing I have published latest version at: > > https://dist.apach

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Tamás Cservenák
Yup, this went into master only: https://issues.apache.org/jira/browse/MNG-8396 https://github.com/cstamas/maven/commit/62f85a4233366064750079d50fd86ef25a97c6f3 On Mon, May 26, 2025 at 6:57 PM Tamás Cservenák wrote: > > Seems related to this: > https://issues.apache.org/jira/browse/MNG-8256 > > I

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Tamás Cservenák
Seems related to this: https://issues.apache.org/jira/browse/MNG-8256 Interestingly, this is not noticeable on master, we may have missed some backport maybe? Thanks T On Mon, May 26, 2025 at 5:45 PM Sergey Chernov wrote: > > I discovered a problem. If the maven command has a module filter (-pl

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Sergey Chernov
I discovered a problem. If the maven command has a module filter (-pl), the build hangs in the very beginning. This is a reproducible problem on a private project (about 700 modules) and obviously related to switch from 3.9.9 to 3.9.10-SNAPSHOT. The gist with stack traces: https://gist.github.com/

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Slawomir Jaranowski
Hi, For easy testing I have published latest version at: https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.10-SNAPSHOT/ The same distribution will be done during releases. On Mon, 26 May 2025 at 15:45, Tamás Cservenák wrote: > This is "CI build", which does NOT contain the version. >

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Tamás Cservenák
This is "CI build", which does NOT contain the version. Reason for it is this: https://github.com/apache/maven/blob/maven-3.9.x/Jenkinsfile#L56 The `-PversionlessMavenDist`. By the way, master does not use this anymore as it just creates a mixup like this one... Thanks T On Mon, May 26, 2025 at 3

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread James Gao
I think we should not change the archive folder structure in a patch release, and rollback to the previous name before GA. On Mon, May 26, 2025 at 9:09 PM James Gao wrote: > @Sergey , the top folder name inside the zip file is different: > 3.9.9: folder name is "apache-maven-3.9.9/" > 3.9.10: fo

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread James Gao
@Sergey , the top folder name inside the zip file is different: 3.9.9: folder name is "apache-maven-3.9.9/" 3.9.10: folder name is "apache-maven/" so the script breaks since the folder pattern is changed. On Mon, May 26, 2025 at 7:54 PM Sergey Chernov wrote: > There is a problem using apache-mav

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread Sergey Chernov
There is a problem using apache-maven-3.9.10-20250523.195106-41-bin.zip ( 3.9.10-SNAPSHOT) version locally. When I run it with the existing mvnw wrapper (which works quite well with apache-maven-3.9.9-bin.zip), there is a failure mvnw.url: No such file or directory. The full log and the configurati

Re: [HEADS UP] Maven 3.9.10 release

2025-05-21 Thread Slawomir Jaranowski
Hi Snapshot build is avaliable at: https://repository.apache.org/content/groups/snapshots/org/apache/maven/apache-maven/3.9.10-SNAPSHOT/ look up for the latest build śr., 21 maj 2025, 17:39 użytkownik Sergey Chernov napisał: > It would be great to have 3.9.10-rc-1 available at > https://repo

Re: [HEADS UP] Maven 3.9.10 release

2025-05-21 Thread Sergey Chernov
It would be great to have 3.9.10-rc-1 available at https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/ similar to what is available for 4.0.0 versions. WDYT? It’s much easier to use such dist instead of building own. > On 20 May 2025, at 22:00, Tamás Cservenák wrote: > > I crea

Re: [HEADS UP] Maven 3.9.10 release

2025-05-20 Thread Tamás Cservenák
I created one more issue and PR: https://github.com/apache/maven/pull/2361 See related JIRA for context. Thanks T On Tue, May 20, 2025 at 9:24 PM Slawomir Jaranowski wrote: > > Hi, > > I hope a list of issues for 3.9.10 is finished. > > Waiting for feedback, especially with JDK 24. > > I'm goin

Re: [HEADS UP] Maven 3.9.10 release

2025-05-20 Thread Slawomir Jaranowski
Hi, I hope a list of issues for 3.9.10 is finished. Waiting for feedback, especially with JDK 24. I'm going to release it next week. On Mon, 19 May 2025 at 20:46, Slawomir Jaranowski wrote: > > > On Mon, 19 May 2025 at 20:42, Tamás Cservenák wrote: > >> Sisu? Hopefully get released tomorrow

Re: [HEADS UP] Maven 3.9.10 release

2025-05-19 Thread Slawomir Jaranowski
On Mon, 19 May 2025 at 20:42, Tamás Cservenák wrote: > Sisu? Hopefully get released tomorrow. > added to the list :-) > > T > > On Mon, May 19, 2025, 20:37 Slawomir Jaranowski > wrote: > > > Hi, > > > > We have resolved 32 issues > > > > > https://issues.apache.org/jira/issues/?jql=project%20

Re: [HEADS UP] Maven 3.9.10 release

2025-05-19 Thread Tamás Cservenák
Sisu? Hopefully get released tomorrow. T On Mon, May 19, 2025, 20:37 Slawomir Jaranowski wrote: > Hi, > > We have resolved 32 issues > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.10 > > The last one is in progress > https://issues.apache.org/j

Re: [HEADS UP] Maven 3.9.10 release

2025-05-19 Thread Slawomir Jaranowski
Hi, We have resolved 32 issues https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.10 The last one is in progress https://issues.apache.org/jira/browse/MNG-5913 As we have many changes, I'm inviting you for testing a snapshot version, binary distribution

Re: [HEADS UP] Maven 3.9.10 release

2025-05-01 Thread Slawomir Jaranowski
On Mon, 28 Apr 2025 at 13:59, Tamás Cservenák wrote: > > Howdy, > > quickly scanned some recent MNG JIRAs, and I think these would be good > candidates as well: > > - https://issues.apache.org/jira/browse/MNG-8685 (limited mode, maybe > only GHA along the lines of original PR?) There is no suppo

Re: [HEADS UP] Maven 3.9.10 release

2025-05-01 Thread Slawomir Jaranowski
On Thu, 1 May 2025 at 06:22, Guillaume Nodet wrote: > > The only way is to add the --enable-native-access=ALL-UNNAMED option in the > shell scripts afaik. We've already added it in master. > Note that this option is not available in older JDK which are still > supported by Maven 3.9. It was done

Re: [HEADS UP] Maven 3.9.10 release

2025-05-01 Thread Elliotte Rusty Harold
JAnsi seems like a frequent source of issues like this. Ideally I'd like to get rid of it, but I'm not sure how much effort that would be. On Thu, May 1, 2025 at 3:19 AM Mark Derricutt wrote: > > Tamás, Guillaume - > > I note when running 3.9.9 under Java 24, I see: > > WARNING: A restricted met

Re: [HEADS UP] Maven 3.9.10 release

2025-04-30 Thread Michael Bien
On 5/1/25 06:21, Guillaume Nodet wrote: > The only way is to add the --enable-native-access=ALL-UNNAMED option in the > shell scripts afaik. We've already added it in master. > Note that this option is not available in older JDK which are still > supported by Maven 3.9. -XX:+IgnoreUnrecognizedVMO

Re: [HEADS UP] Maven 3.9.10 release

2025-04-30 Thread Jeremy Landis
ybe maven 3.10.0 could show up later... Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Android<https://aka.ms/AAb9ysg> From: Gary Gregory Sent: Thursday, May 1, 2025 12:41:18 AM To: Maven Developers List Subject: Re: [HEADS UP] Maven 3.9.1

Re: [HEADS UP] Maven 3.9.10 release

2025-04-30 Thread Guillaume Nodet
The user can configure MAVEN_OPTS yes. Or .mvn/jvm.config. The real problem is that adding the option will fail if running on an older JDK which did not have that option. What we have in master is a snippet that detects if we're running on JDK 17. In the case of master, it's used to make sure Ma

Re: [HEADS UP] Maven 3.9.10 release

2025-04-30 Thread Gary Gregory
Could MAVEN_ARGS or MAVEN_OPTS be used for this? Gary On Thu, May 1, 2025 at 12:22 AM Guillaume Nodet wrote: > > The only way is to add the --enable-native-access=ALL-UNNAMED option in the > shell scripts afaik. We've already added it in master. > Note that this option is not available in older

Re: [HEADS UP] Maven 3.9.10 release

2025-04-30 Thread Mark Derricutt
All good, I noticed the version of Guava used reports the same. I build myself a local 3.9.10 build and do some tests as well. Mark -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree On 1 May 2025 at 4:21:57 PM, Guillaume Nodet wrote: > The only w

Re: [HEADS UP] Maven 3.9.10 release

2025-04-30 Thread Guillaume Nodet
The only way is to add the --enable-native-access=ALL-UNNAMED option in the shell scripts afaik. We've already added it in master. Note that this option is not available in older JDK which are still supported by Maven 3.9. Guillaume Nodet Le jeu. 1 mai 2025 à 05:19, Ma

Re: [HEADS UP] Maven 3.9.10 release

2025-04-30 Thread Mark Derricutt
Tamás, Guillaume - I note when running 3.9.9 under Java 24, I see: WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by org.fusesource.jansi.internal.JansiLoader in an unnamed module (file:/Users/amrk/.sdkman/candidates/maven/current/

Re: [HEADS UP] Maven 3.9.10 release

2025-04-28 Thread Tamás Cservenák
Howdy, quickly scanned some recent MNG JIRAs, and I think these would be good candidates as well: - https://issues.apache.org/jira/browse/MNG-8685 (limited mode, maybe only GHA along the lines of original PR?) - https://issues.apache.org/jira/browse/MNG-8663 (ASM update, it might happen already i

Re: [HEADS UP] Maven 3.9.10 release

2025-04-25 Thread Elliotte Rusty Harold
There are three open issues assigned to 3.9.10: https://issues.apache.org/jira/browse/MNG-8186?jql=project%20%3D%20MNG%20AND%20status%20%3D%20Open%20AND%20fixVersion%20%3D%203.9.10 Possibly one or more can be fixed first. Otherwise, bump the version to a subsequent release. On Thu, Apr 24, 2025

Re: [HEADS UP] Maven 3.9.10 release

2025-04-25 Thread Tamás Cservenák
Hej, Will take a peek and I think there is more to (both resolver and mvn3) it next week T On Thu, Apr 24, 2025, 23:31 Slawomir Jaranowski wrote: > Hi, > > I would like to release Maven 3.9.10 > > We have planned issues: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%

[HEADS UP] Maven 3.9.10 release

2025-04-24 Thread Slawomir Jaranowski
Hi, I would like to release Maven 3.9.10 We have planned issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.10 I also would like to release resolver 1.9.23 with issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%2