Re: [VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-18 Thread Slawomir Jaranowski
+1

pon., 18 gru 2023 o 19:16 Guillaume Nodet  napisał(a):

> I'm starting a new vote to release this new alpha.  This mainly brings
> in latest resolver alpha release which fixes a nasty bug causing maven
> to never quit.
>
> Fwiw, a few plugins have already been ported to the new API (clean,
> install, deploy, resources, compiler) and do pass their integration
> tests, i'll update the PR
> https://github.com/apache/maven/pull/1048/files asap.
>
> 13 issues solved:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354013
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2050
>
> Dev dist directory:
> https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-10/
>
> Staged site:
> https://maven.apache.org/ref/4-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> 
> Guillaume Nodet
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-18 Thread Sylwester Lachiewicz
+1

pon., 18 gru 2023, 19:38 użytkownik Tamás Cservenák 
napisał:

> +1
>
> On Mon, Dec 18, 2023 at 7:16 PM Guillaume Nodet  wrote:
>
> > I'm starting a new vote to release this new alpha.  This mainly brings
> > in latest resolver alpha release which fixes a nasty bug causing maven
> > to never quit.
> >
> > Fwiw, a few plugins have already been ported to the new API (clean,
> > install, deploy, resources, compiler) and do pass their integration
> > tests, i'll update the PR
> > https://github.com/apache/maven/pull/1048/files asap.
> >
> > 13 issues solved:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354013
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/maven-2050
> >
> > Dev dist directory:
> > https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-10/
> >
> > Staged site:
> > https://maven.apache.org/ref/4-LATEST/
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72h
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > --
> > 
> > Guillaume Nodet
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


[ANN] Apache Maven Compiler Plugin 3.12.0 Released

2023-12-18 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache
Maven Compiler Plugin, version 3.12.0

The Compiler Plugin is used to compile the sources of your project.

https://maven.apache.org/plugins/maven-compiler-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-compiler-plugin
  3.12.0


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-compiler-plugin/download.cgi

Release Notes - Maven Compiler Plugin - Version 3.12.0

** Bug
* [MCOMPILER-333] - Incremental compilation causes "mvn clean compile
compile" to fail
* [MCOMPILER-391] - annotationProcessorPaths have to follow
dependencyManagement rules
* [MCOMPILER-544] - ZipException: zip END header not found on POM
dependency with Eclipse compiler
* [MCOMPILER-547] - NPE when --patch-module is used in non-module
project

** New Feature
* [MCOMPILER-562] - Add property maven.compiler.outputDirectory to
CompilerMojo

** Improvement
* [MCOMPILER-381] - Refactoring needed for isDependencyChanged / Using
fileExtensions (AbstractCompilerMojo)
* [MCOMPILER-534] - Document conditional setting of the --release
property
* [MCOMPILER-542] - clean JDK patch version in module-info.class
* [MCOMPILER-549] - improve recompilation cause display
* [MCOMPILER-550] - Make 'outputDirectory' writable
* [MCOMPILER-558] - compileSourceRoots in testCompile should be writable
* [MCOMPILER-559] - Warn if overriding the project's artifact's file

** Task
* [MCOMPILER-531] - Prepare for Java 20
* [MCOMPILER-552] - Refresh download page
* [MCOMPILER-565] - Allow project build by Maven 4

** Dependency upgrade
* [MCOMPILER-528] - Upgrade maven-plugin-tools to 3.9.0
* [MCOMPILER-530] - Update plexus-utils to 3.0.24 in integration tests
* [MCOMPILER-541] - maven-shared-utils to 3.4.2
* [MCOMPILER-551] - Upgrade Parent to 40
* [MCOMPILER-554] - Update plexus-java to 1.2.0
* [MCOMPILER-557] - Upgrade maven-plugin parent to 41
* [MCOMPILER-564] - Update plexus-compiler to 2.14.1

Enjoy,

-The Apache Maven team


[RESULT] [VOTE] Release Apache Maven Compiler Plugin version 3.12.0

2023-12-18 Thread Slawomir Jaranowski
Hi,

The vote has passed with the following result:

+1: Tamás Cservenák, Romain Manni-Bucau, Sylwester Lachiewicz, Jorge
Solórzano, Michael Osipov, Herve Boutemy, Karl Heinz Marbaise

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: [VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-18 Thread Tamás Cservenák
+1

On Mon, Dec 18, 2023 at 7:16 PM Guillaume Nodet  wrote:

> I'm starting a new vote to release this new alpha.  This mainly brings
> in latest resolver alpha release which fixes a nasty bug causing maven
> to never quit.
>
> Fwiw, a few plugins have already been ported to the new API (clean,
> install, deploy, resources, compiler) and do pass their integration
> tests, i'll update the PR
> https://github.com/apache/maven/pull/1048/files asap.
>
> 13 issues solved:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354013
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2050
>
> Dev dist directory:
> https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-10/
>
> Staged site:
> https://maven.apache.org/ref/4-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> 
> Guillaume Nodet
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-18 Thread Romain Manni-Bucau
+1

Le lun. 18 déc. 2023 à 19:26, Karl Heinz Marbaise 
a écrit :

> Hi,
>
> +1 from me.
>
> Kind regards
> Karl Heinz Marbaise
> On 18.12.23 19:16, Guillaume Nodet wrote:
> > I'm starting a new vote to release this new alpha.  This mainly brings
> > in latest resolver alpha release which fixes a nasty bug causing maven
> > to never quit.
> >
> > Fwiw, a few plugins have already been ported to the new API (clean,
> > install, deploy, resources, compiler) and do pass their integration
> > tests, i'll update the PR
> > https://github.com/apache/maven/pull/1048/files asap.
> >
> > 13 issues solved:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354013
> >
> > Staging repository:
> > https://repository.apache.org/content/repositories/maven-2050
> >
> > Dev dist directory:
> > https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-10/
> >
> > Staged site:
> > https://maven.apache.org/ref/4-LATEST/
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72h
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Apache Maven Compiler Plugin version 3.12.0

2023-12-18 Thread Karl Heinz Marbaise

Hi,

+1 from me.

Kind regards
Karl Heinz Marbaise
On 15.12.23 22:04, Slawomir Jaranowski wrote:

Hi,

We solved 22 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12353748

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MCOMPILER%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-2049/
https://repository.apache.org/content/repositories/maven-2049/org/apache/maven/plugins/maven-compiler-plugin/3.12.0/maven-compiler-plugin-3.12.0-source-release.zip

Source release checksum(s):
maven-compiler-plugin-3.12.0-source-release.zip - SHA-512 :
026e4affea10983e11c0b951ecc75b45deae32b9938d03f962174416f79c0bf75f31985e7add2e5312ae1d2c6a9b26f1f7bb54da7a214a0c3db275e0f41bf572

Staging site:
https://maven.apache.org/plugins-archives/maven-compiler-plugin-LATEST/

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




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-18 Thread Karl Heinz Marbaise

Hi,

+1 from me.

Kind regards
Karl Heinz Marbaise
On 18.12.23 19:16, Guillaume Nodet wrote:

I'm starting a new vote to release this new alpha.  This mainly brings
in latest resolver alpha release which fixes a nasty bug causing maven
to never quit.

Fwiw, a few plugins have already been ported to the new API (clean,
install, deploy, resources, compiler) and do pass their integration
tests, i'll update the PR
https://github.com/apache/maven/pull/1048/files asap.

13 issues solved:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354013

Staging repository:
https://repository.apache.org/content/repositories/maven-2050

Dev dist directory:
https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-10/

Staged site:
https://maven.apache.org/ref/4-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72h

[ ] +1
[ ] +0
[ ] -1




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[VOTE] Release Apache Maven 4.0.0-alpha-10

2023-12-18 Thread Guillaume Nodet
I'm starting a new vote to release this new alpha.  This mainly brings
in latest resolver alpha release which fixes a nasty bug causing maven
to never quit.

Fwiw, a few plugins have already been ported to the new API (clean,
install, deploy, resources, compiler) and do pass their integration
tests, i'll update the PR
https://github.com/apache/maven/pull/1048/files asap.

13 issues solved:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354013

Staging repository:
https://repository.apache.org/content/repositories/maven-2050

Dev dist directory:
https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-10/

Staged site:
https://maven.apache.org/ref/4-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72h

[ ] +1
[ ] +0
[ ] -1

-- 

Guillaume Nodet

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org