Re: [VOTE] Release Maven Plugin Tools version 3.13.0

2024-05-04 Thread Olivier Lamy
+1

On Fri, 3 May 2024 at 16:57, Michael Osipov  wrote:
>
> Hi,
>
> we solved 5 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2108/
> https://repository.apache.org/content/repositories/maven-2108/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.0/maven-plugin-tools-3.13.0-source-release.zip
>
> Source release checksum(s):
> maven-plugin-tools-3.13.0-source-release.zip
> sha512:
> a572bd12b252a6794051277050dc1f9750f60f6ab06f097b3a26acd5de35b4a99c2796eb36b4faac6a9bb98a0d21c6df4a5c61f8f766f60e6af524c9bcb3211d
>
> Staging site:
> https://maven.apache.org/plugin-tools-archives/plugin-tools-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>

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



Re: Quo Vadis Maven?

2024-05-04 Thread Olivier Lamy
Hi
Can we please integrate https://issues.apache.org/jira/browse/MNG-8116
The fix is ready and really simple.

thanks
Olivier

On Wed, 24 Apr 2024 at 07:12, Tamás Cservenák  wrote:
>
> Howdy,
>
> This is just a short newsflash about upcoming planned releases related to
> Maven.
>
> Recently we got a huge spike in plugin releases, with various fixes and
> improvements. I will not enumerate all of them here, just use `mvn
> versions:display-plugin-updates` to pick them up ;)
> (and more plugins to come).
>
> What I do want to share is about our upcoming Maven releases...
>
> Maven 3.9.7 is nearing (read: coming soon), and will have an important
> Resolver update and other important fixes. Most importantly, the file-locks
> are getting nice improvement (feedback VERY welcome).
>
> Maven 3.9.7 issues:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.7
>
> Resolver 1.9.19 issues (mostly bug fixes):
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%201.9.19
>
> At the same time, we plan to release Maven Daemon (m39) as well, to have it
> aligned with Maven 3,9,7: with many bug fixes and improvements/alignments
> to "how Maven 3 behave". Our goal is to make the two (mvn and mvnd)
> interchangeable on workstations.
>
> Next, Maven 4 is turning beta, so the next release will be beta1! And
> again, same thing for Maven Damon (m40), we will have a release that will
> include Maven 4 beta-1.
>
> Maven 4 beta-1
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%204.0.0-beta-1
>
> Resolver 2.0.0 (currently alpha-11, will become beta after Maven4 beta-1
> release):
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%202.0.0-alpha-11
>
> Keep your eyes on our upcoming releases,
> and have fun!
> - The Apache Maven team

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



Re: Quo Vadis Maven?

2024-05-04 Thread Martin Desruisseaux

Le 2024-05-04 à 13 h 42, Tamás Cservenák a écrit :

MNG-8041: I moved it out
MNG-8073: done, thanks to Sylwester and Slawek


If not too late, can the following be considered for 4.0.0-beta?

   https://github.com/apache/maven/pull/1501

This pull request (PR) contains adjustments to the PathType API based on 
experience gained with the compiler plugin. The PR description gives 
more details.


Regarding the compiler plugin, the development part is almost completed 
and I'm about to start working on the tests.


    Martin



Re: Apache Maven is quite amazing - Thank you

2024-05-04 Thread Enrico Olivelli
Il Sab 4 Mag 2024, 20:51 Joe Witt  ha scritto:

> Dear Anyone that Ever Contributed to Apache Maven and especially the Maven
> PMC
>
> I've been working on what is now Apache NiFi since 2006.  I don't
> recall exactly when the switch to Maven occurred but it was close to the
> 2008 release of the definitive guide book.
>
> When we first open sourced in late 2014 Karl Heinz Marbaise contributed a
> PR and I remember how awesome that was for us if for no other reason
> than we relied on Maven so much and even then were getting help from Maven
> folks to do it right.
>
> NiFi is a fairly large codebase with a wild amount of modules and so on.  I
> cannot imagine NiFi ever making it to even become an ASF project nor scale
> the way it has without Maven and what it does.  I get that it isn't perfect
> but it is really darn good.
>
> In the past several weeks I've really dove into building on some great work
> of other members of our community to improve our dependency management and
> I am quite stunned at all the tools and mechanisms Maven offer both
> built-in and through its impressive plugin ecosystem.
>
> You are all doing insanely good work.
>
> The Java community as a whole owes you tremendously.
>

Indeed!


Thank you for sharing your voice!

Enrico



> Thank you
> Joe
>


Apache Maven is quite amazing - Thank you

2024-05-04 Thread Joe Witt
Dear Anyone that Ever Contributed to Apache Maven and especially the Maven
PMC

I've been working on what is now Apache NiFi since 2006.  I don't
recall exactly when the switch to Maven occurred but it was close to the
2008 release of the definitive guide book.

When we first open sourced in late 2014 Karl Heinz Marbaise contributed a
PR and I remember how awesome that was for us if for no other reason
than we relied on Maven so much and even then were getting help from Maven
folks to do it right.

NiFi is a fairly large codebase with a wild amount of modules and so on.  I
cannot imagine NiFi ever making it to even become an ASF project nor scale
the way it has without Maven and what it does.  I get that it isn't perfect
but it is really darn good.

In the past several weeks I've really dove into building on some great work
of other members of our community to improve our dependency management and
I am quite stunned at all the tools and mechanisms Maven offer both
built-in and through its impressive plugin ecosystem.

You are all doing insanely good work.

The Java community as a whole owes you tremendously.

Thank you
Joe


Re: [VOTE] Release Maven Plugin Tools version 3.13.0

2024-05-04 Thread Slawomir Jaranowski
+1

pt., 3 maj 2024 o 08:57 Michael Osipov  napisał(a):

> Hi,
>
> we solved 5 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2108/
>
> https://repository.apache.org/content/repositories/maven-2108/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.0/maven-plugin-tools-3.13.0-source-release.zip
>
> Source release checksum(s):
> maven-plugin-tools-3.13.0-source-release.zip
> sha512:
>
> a572bd12b252a6794051277050dc1f9750f60f6ab06f097b3a26acd5de35b4a99c2796eb36b4faac6a9bb98a0d21c6df4a5c61f8f766f60e6af524c9bcb3211d
>
> Staging site:
> https://maven.apache.org/plugin-tools-archives/plugin-tools-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> -
> 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 Maven Plugin Tools version 3.13.0

2024-05-04 Thread Tamás Cservenák
+1

On Fri, May 3, 2024 at 8:57 AM Michael Osipov  wrote:

> Hi,
>
> we solved 5 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2108/
>
> https://repository.apache.org/content/repositories/maven-2108/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.0/maven-plugin-tools-3.13.0-source-release.zip
>
> Source release checksum(s):
> maven-plugin-tools-3.13.0-source-release.zip
> sha512:
>
> a572bd12b252a6794051277050dc1f9750f60f6ab06f097b3a26acd5de35b4a99c2796eb36b4faac6a9bb98a0d21c6df4a5c61f8f766f60e6af524c9bcb3211d
>
> Staging site:
> https://maven.apache.org/plugin-tools-archives/plugin-tools-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 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: Quo Vadis Maven?

2024-05-04 Thread Tamás Cservenák
MNG-8041: I moved it out
MNG-8073: done, thanks to Sylwester and Slawek

T

On Fri, May 3, 2024 at 5:33 PM Tamás Cservenák  wrote:

> MNG-8041: can be moved out, needs a bit more verification
> MNG-8073: needs modello release, and can be done. but beta-2 is fine as
> well
>
> So IMHO both can be pushed to beta-2
>
> T
>
> On Fri, May 3, 2024 at 5:32 PM Guillaume Nodet  wrote:
>
>> I'd like to release beta-1 next week.
>> Maven Daemon is ready to be upgrade to it with
>> https://github.com/apache/maven-mvnd/pull/974
>>
>> Tamás, what's your plan regarding the two remaining issues:
>>  * https://issues.apache.org/jira/browse/MNG-8041
>>  * https://issues.apache.org/jira/browse/MNG-8073
>>
>> Cheers,
>> Guillaume
>>
>> Le mar. 23 avr. 2024 à 23:12, Tamás Cservenák  a
>> écrit :
>>
>> > Howdy,
>> >
>> > This is just a short newsflash about upcoming planned releases related
>> to
>> > Maven.
>> >
>> > Recently we got a huge spike in plugin releases, with various fixes and
>> > improvements. I will not enumerate all of them here, just use `mvn
>> > versions:display-plugin-updates` to pick them up ;)
>> > (and more plugins to come).
>> >
>> > What I do want to share is about our upcoming Maven releases...
>> >
>> > Maven 3.9.7 is nearing (read: coming soon), and will have an important
>> > Resolver update and other important fixes. Most importantly, the
>> file-locks
>> > are getting nice improvement (feedback VERY welcome).
>> >
>> > Maven 3.9.7 issues:
>> >
>> >
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.7
>> >
>> > Resolver 1.9.19 issues (mostly bug fixes):
>> >
>> >
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%201.9.19
>> >
>> > At the same time, we plan to release Maven Daemon (m39) as well, to
>> have it
>> > aligned with Maven 3,9,7: with many bug fixes and
>> improvements/alignments
>> > to "how Maven 3 behave". Our goal is to make the two (mvn and mvnd)
>> > interchangeable on workstations.
>> >
>> > Next, Maven 4 is turning beta, so the next release will be beta1! And
>> > again, same thing for Maven Damon (m40), we will have a release that
>> will
>> > include Maven 4 beta-1.
>> >
>> > Maven 4 beta-1
>> >
>> >
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%204.0.0-beta-1
>> >
>> > Resolver 2.0.0 (currently alpha-11, will become beta after Maven4 beta-1
>> > release):
>> >
>> >
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%202.0.0-alpha-11
>> >
>> > Keep your eyes on our upcoming releases,
>> > and have fun!
>> > - The Apache Maven team
>> >
>>
>>
>> --
>> 
>> Guillaume Nodet
>>
>


Re: [VOTE] Release Maven Plugin Tools version 3.13.0

2024-05-04 Thread Herve Boutemy
+1

Reproducible Build ok: reference build done with JDK 8 on Windows
notice that it is ok when rebuilding from source-release.zip, but rebuilding 
from Git gave me different source-release.zip because I'm not building from 
Windows

If someone can rebuild from Git on a Windows host and confirm they get the same 
source-release.zip, that would be nice

Regards,

Hervé

On 2024/05/03 06:57:18 Michael Osipov wrote:
> Hi,
> 
> we solved 5 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2108/
> https://repository.apache.org/content/repositories/maven-2108/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.0/maven-plugin-tools-3.13.0-source-release.zip
> 
> Source release checksum(s):
> maven-plugin-tools-3.13.0-source-release.zip
> sha512: 
> a572bd12b252a6794051277050dc1f9750f60f6ab06f097b3a26acd5de35b4a99c2796eb36b4faac6a9bb98a0d21c6df4a5c61f8f766f60e6af524c9bcb3211d
> 
> Staging site:
> https://maven.apache.org/plugin-tools-archives/plugin-tools-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 
> 

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



Re: [VOTE] Release Maven Plugin Tools version 3.13.0

2024-05-04 Thread Michael Osipov

Am 2024-05-03 um 08:57 schrieb Michael Osipov:

Hi,

we solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-2108/
https://repository.apache.org/content/repositories/maven-2108/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.0/maven-plugin-tools-3.13.0-source-release.zip

Source release checksum(s):
maven-plugin-tools-3.13.0-source-release.zip
sha512: 
a572bd12b252a6794051277050dc1f9750f60f6ab06f097b3a26acd5de35b4a99c2796eb36b4faac6a9bb98a0d21c6df4a5c61f8f766f60e6af524c9bcb3211d


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

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

Vote open for 72 hours.


+1


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