+1 (non-binding) Tested on several projects (both small and big) and found no functional issue.
The only thing I noticed is that 3.9.0 is a bit "slower" than 3.8.7. The following numbers are from a very big project - Quarkus, which has ~1k modules (https://github.com/quarkusio/quarkus), running on Linux x64 and JDK 19.0.1: Maven cmd Maven 3.8.7 Maven 3.9.0 ====================================================== clean 3.5s 3.5s validate 02:27min 03:08min validate -T8 28s 35s install -DskipTests 07:40min 08:39min install -DskipTests -T8 02:21min 02:41min Note: I did ran 'mvn clean' before every execution to remove any artifacts from previous builds. The numbers are an average over 3 runs. On small(er) projects, with far less modules, the difference is of course much less noticeable, or even non-existing. I haven't (yet) looked deeper into the reasons behind this. I don't think this would be a blocker for the release, but it would be nice to figure out what is the cause. Thanks, Petr ------- Original Message ------- On Tuesday, January 31st, 2023 at 11:37, Tamás Cservenák <[email protected]> wrote: > > > Howdy, > > We solved 95 issues: > https://issues.apache.org/jira/issues/?jql=project %3D MNG AND fixVersion %3D > 3.9.0 > > There are still some open issues left in JIRA: > https://issues.apache.org/jira/issues/?filter=-5&jql=project %3D MNG AND > resolution %3D Unresolved order by priority DESC%2Cupdated DESC > > Staging repository: > https://repository.apache.org/content/repositories/maven-1862/ > > Staged site: > https://maven.apache.org/ref/3-LATEST/ > > SHA512 release checksum(s): > 1ea149f4e48bc7b34d554aef86f948eca7df4e7874e30caf449f3708e4f8487c71a5e5c072a05f17c60406176ebeeaf56b5f895090c7346f8238e2da06cf6ecd > apache-maven-3.9.0-bin.tar.gz > > 564fe44bfa9c7ad3e2703cbbac59d43a11fa39e4e68875d3d1584d0a0b7b77a1352da246b875c4c15d11ceb6b4dd9a0ce7dd7a48695725dce594f34325c9c605 > apache-maven-3.9.0-bin.zip > > c9c89d49aa577223b1358f7391859535be031201eab502e0620522ceb66f2b42f6f8361764d6d627b66f6ae8c61cfe85cb51f7fb734aadd0427f10e43d5a1753 > apache-maven-3.9.0-src.tar.gz > > 68b1a3cde17a42814ea28499e0c3f5cb98c343cebdfb96b52ba5acc6c2c6bac4f99dcf93177840bbc4d2b32668f73315f678ba0fef211b422303a751690a139c > apache-maven-3.9.0-src.zip > > Guide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for at least 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > Thanks > T --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
