Re: Investigate mvn4 large graph performance regression; was: Re: Maven 4.0.0 Release - Thoughts?

2025-06-13 Thread Xeno Amess
Weather here is bad in my city...just suffering from typhoon days. I would give several pr about my investigations on Sergey Chernov's demo repo this weekend. Most of them be minor/medium level performance refinements.

Investigate mvn4 large graph performance regression; was: Re: Maven 4.0.0 Release - Thoughts?

2025-06-13 Thread Michael Bien
excellent! looks like the hash code paths were only part of the puzzle. I added some screenshots to this issue https://github.com/apache/maven/issues/2481, since it is easier to share graphs there compared to mail attachments. unfortunately the weather is nice so I am not sure how much time I

[ANN] Apache Software Foundation Parent POM Version 35 Released

2025-06-13 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 35 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 35 You can download the appropriate

[RESULT] [VOTE] Release Apache Software Foundation Parent POM version 35

2025-06-13 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1: Sylwester Lachiewicz, Slawomir Jaranowski, Guillaume Nodet, Matthias Bünger PMC quorum: reached I will promote the source release zip file to the Apache distribution area and the artifacts to the central repo. -- Sławomir Jaranowski ---

Re: Maven 4.0.0 Release - Thoughts?

2025-06-13 Thread Tamás Cservenák
Coolio, kudos Sergey! My numbers are (OS name: "linux", version: "6.14.9-300.fc42.x86_64", arch: "amd64", family: "unix", Java version: 21.0.7, vendor: Eclipse Adoptium): mvn 3.9.10: 0:39 mvn4 master + R2.0.9: 1:36 mvn4 master + R2.0.10-SNAPSHOT: 1:42 The "R" is Resolver, and 2.0.10 contains this

Re: Maven 4.0.0 Release - Thoughts?

2025-06-13 Thread Sergey Chernov
I made a simple multi-module project generator which has some size parameters. Please see project description here https://github.com/maven-turbo-reactor/maven-multiproject-generator The good news is that it highlights the performance problem in comparison between Maven3 and Maven4. The generated