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
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
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
+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
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
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
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
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
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
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
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
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
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/
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.
>
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
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
@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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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%
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
39 matches
Mail list logo