Re: [RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-26 Thread Mark Derricutt
On 26 May 2024 at 7:22:40 PM, Slawomir Jaranowski 
wrote:

> There is the issue:
> https://issues.apache.org/jira/browse/MENFORCER-503
>
>
Good to know! Will keep an eye out for an updated plugin.


Re: [RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-26 Thread Slawomir Jaranowski
There is the issue:
https://issues.apache.org/jira/browse/MENFORCER-503

niedz., 26 maj 2024 o 04:05 Mark Derricutt  napisał(a):

> I wonder if this is related to MNG-5726, I’ve also since reproduced with a
> fresh empty quickstart project just adding:
>
>   
> org.apache.maven.plugins
> maven-enforcer-plugin
> 3.4.1
> 
>   
> enforce-versions
> 
>   enforce
> 
> validate
> 
>   
> 
>   unix
> 
>   
> 
>   
> 
>   
>
>
>
> On 26 May 2024 at 1:53:34 PM, Mark Derricutt  wrote:
>
> > Hey all, congrats on the new release - only I just updated and
> > unfortunately get this with the enforcer plugin:
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce
> > (enforce-versions) on project com.smxemail.disaster.manager: Execution
> > enforce-versions of goal
> > org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce failed.:
> > NullPointerException -> [Help 1]
> >
> > Caused by: java.lang.NullPointerException
> > at
> >
> org.apache.maven.model.profile.activation.OperatingSystemProfileActivator.isActive
> > (OperatingSystemProfileActivator.java:61)
> > at org.apache.maven.enforcer.rules.RequireOS.isAllowed
> > (RequireOS.java:146)
> > at org.apache.maven.enforcer.rules.RequireOS.execute
> > (RequireOS.java:104)
> > at org.apache.maven.plugins.enforcer.EnforceMojo.executeRuleNew
> > (EnforceMojo.java:351)
> > at org.apache.maven.plugins.enforcer.EnforceMojo.executeRule
> > (EnforceMojo.java:325)
> > at org.apache.maven.plugins.enforcer.EnforceMojo.execute
> > (EnforceMojo.java:248)
> > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:126)
> > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
> > (MojoExecutor.java:328)
> >
> >
> > This is running on macOS, with the following config:
> >
> > 
> >   unix
> > 
> >
> > Note this works fine on previous versions of Maven.
> >
> > Is anyone else able to confirm this?
> >
> > --
> > "Great artists are extremely selfish and arrogant things" — Steven
> Wilson,
> > Porcupine Tree
> >
> >
> > On 25 May 2024 at 9:58:20 PM, Tamás Cservenák 
> wrote:
> >
> >> Howdy,
> >>
> >> The vote has passed with the following result:
> >>
> >> +1b: Karl-Heinz, Michael, Slawomir, Olivier, Guillaume, Benjamin
> >> +1nb: Tony, Romain, Mateusz, Matthias, Michael, Jorge
> >>
> >> PMC quorum: reached
> >>
> >> I will promote the artifacts to the central repo, the source release ZIP
> >> file and add this release to the board report.
> >>
> >> All, thanks a LOT for participating and casting votes!
> >>
> >> Thanks
> >> T
> >>
> >
>


-- 
Sławomir Jaranowski


Re: [RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-25 Thread Mark Derricutt
I wonder if this is related to MNG-5726, I’ve also since reproduced with a
fresh empty quickstart project just adding:

  
org.apache.maven.plugins
maven-enforcer-plugin
3.4.1

  
enforce-versions

  enforce

validate

  

  unix

  

  

  



On 26 May 2024 at 1:53:34 PM, Mark Derricutt  wrote:

> Hey all, congrats on the new release - only I just updated and
> unfortunately get this with the enforcer plugin:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce
> (enforce-versions) on project com.smxemail.disaster.manager: Execution
> enforce-versions of goal
> org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce failed.:
> NullPointerException -> [Help 1]
>
> Caused by: java.lang.NullPointerException
> at
> org.apache.maven.model.profile.activation.OperatingSystemProfileActivator.isActive
> (OperatingSystemProfileActivator.java:61)
> at org.apache.maven.enforcer.rules.RequireOS.isAllowed
> (RequireOS.java:146)
> at org.apache.maven.enforcer.rules.RequireOS.execute
> (RequireOS.java:104)
> at org.apache.maven.plugins.enforcer.EnforceMojo.executeRuleNew
> (EnforceMojo.java:351)
> at org.apache.maven.plugins.enforcer.EnforceMojo.executeRule
> (EnforceMojo.java:325)
> at org.apache.maven.plugins.enforcer.EnforceMojo.execute
> (EnforceMojo.java:248)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:126)
> at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
> (MojoExecutor.java:328)
>
>
> This is running on macOS, with the following config:
>
> 
>   unix
> 
>
> Note this works fine on previous versions of Maven.
>
> Is anyone else able to confirm this?
>
> --
> "Great artists are extremely selfish and arrogant things" — Steven Wilson,
> Porcupine Tree
>
>
> On 25 May 2024 at 9:58:20 PM, Tamás Cservenák  wrote:
>
>> Howdy,
>>
>> The vote has passed with the following result:
>>
>> +1b: Karl-Heinz, Michael, Slawomir, Olivier, Guillaume, Benjamin
>> +1nb: Tony, Romain, Mateusz, Matthias, Michael, Jorge
>>
>> PMC quorum: reached
>>
>> I will promote the artifacts to the central repo, the source release ZIP
>> file and add this release to the board report.
>>
>> All, thanks a LOT for participating and casting votes!
>>
>> Thanks
>> T
>>
>


Re: [RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-25 Thread Mark Derricutt
 Hey all, congrats on the new release - only I just updated and
unfortunately get this with the enforcer plugin:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce
(enforce-versions) on project com.smxemail.disaster.manager: Execution
enforce-versions of goal
org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce failed.:
NullPointerException -> [Help 1]

Caused by: java.lang.NullPointerException
at
org.apache.maven.model.profile.activation.OperatingSystemProfileActivator.isActive
(OperatingSystemProfileActivator.java:61)
at org.apache.maven.enforcer.rules.RequireOS.isAllowed
(RequireOS.java:146)
at org.apache.maven.enforcer.rules.RequireOS.execute
(RequireOS.java:104)
at org.apache.maven.plugins.enforcer.EnforceMojo.executeRuleNew
(EnforceMojo.java:351)
at org.apache.maven.plugins.enforcer.EnforceMojo.executeRule
(EnforceMojo.java:325)
at org.apache.maven.plugins.enforcer.EnforceMojo.execute
(EnforceMojo.java:248)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
(DefaultBuildPluginManager.java:126)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2
(MojoExecutor.java:328)


This is running on macOS, with the following config:


  unix


Note this works fine on previous versions of Maven.

Is anyone else able to confirm this?

-- 
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree


On 25 May 2024 at 9:58:20 PM, Tamás Cservenák  wrote:

> Howdy,
>
> The vote has passed with the following result:
>
> +1b: Karl-Heinz, Michael, Slawomir, Olivier, Guillaume, Benjamin
> +1nb: Tony, Romain, Mateusz, Matthias, Michael, Jorge
>
> PMC quorum: reached
>
> I will promote the artifacts to the central repo, the source release ZIP
> file and add this release to the board report.
>
> All, thanks a LOT for participating and casting votes!
>
> Thanks
> T
>


[RESULT][VOTE] Release Apache Maven 3.9.7

2024-05-25 Thread Tamás Cservenák
Howdy,

The vote has passed with the following result:

+1b: Karl-Heinz, Michael, Slawomir, Olivier, Guillaume, Benjamin
+1nb: Tony, Romain, Mateusz, Matthias, Michael, Jorge

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP
file and add this release to the board report.

All, thanks a LOT for participating and casting votes!

Thanks
T


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-24 Thread Benjamin Marwell
+1

Am Mi., 22. Mai 2024 um 12:10 Uhr schrieb Tamás Cservenák :
>
> Howdy,
>
> We solved 21 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2125/
>
> Dev dist directory (binary bundles updated):
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
>
> Source release checksums:
> apache-maven-3.9.7-src.tar.gz.sha512
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
>
> apache-maven-3.9.7-src.zip.sha512
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
>
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/521
>
> 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 3.9.7

2024-05-24 Thread Andres Almiray
Got it.

I'd suggest raising a ticket on the Maven Wrapper project to support sha512
checks if one does not already exist.

Cheers,
Andres

---
Java Champion; Groovy Enthusiast
https://andresalmiray.com
https://www.linkedin.com/in/aalmiray
--
What goes up, must come down. Ask any system administrator.
There are 10 types of people in the world: Those who understand binary, and
those who don't.
To understand recursion, we must first understand recursion.


On Fri, May 24, 2024 at 6:28 PM Jorge Solórzano  wrote:

> On Fri, May 24, 2024 at 6:19 PM Andres Almiray  wrote:
>
> > Looks like sha1 and sha512 are published already. Do you also need sha256
> > explicitly?
> >
>
> Well, until Maven Wrapper also supports verifying sha512, yes, having
> sha256 will be helpful.
>
> Right now you can only set wrapperSha256Sum and distributionSha256Sum.
>
> This is not for this release since is in the process of voting and that
> will require a new release, but just for consideration.
>
>
> > 
> >
> >
> https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13/
> >
> > Cheers,
> > Andres
> >
> >
>


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-24 Thread Jorge Solórzano
On Fri, May 24, 2024 at 6:19 PM Andres Almiray  wrote:

> Looks like sha1 and sha512 are published already. Do you also need sha256
> explicitly?
>

Well, until Maven Wrapper also supports verifying sha512, yes, having
sha256 will be helpful.

Right now you can only set wrapperSha256Sum and distributionSha256Sum.

This is not for this release since is in the process of voting and that
will require a new release, but just for consideration.


> 
>
> https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13/
>
> Cheers,
> Andres
>
>


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-24 Thread Andres Almiray
Looks like sha1 and sha512 are published already. Do you also need sha256
explicitly?


https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13/

Cheers,
Andres

---
Java Champion; Groovy Enthusiast
https://andresalmiray.com
https://www.linkedin.com/in/aalmiray
--
What goes up, must come down. Ask any system administrator.
There are 10 types of people in the world: Those who understand binary, and
those who don't.
To understand recursion, we must first understand recursion.


On Fri, May 24, 2024 at 6:15 PM Jorge Solórzano  wrote:

> +1
>
> Can I kindly ask that Maven releases also contain sha256 checksums? This
> could help to quickly check the checksum used in the wrapper.
>
> Thanks!
>
> On Fri, May 24, 2024 at 12:39 AM Guillaume Nodet 
> wrote:
>
> > +1
> >
> > Le mer. 22 mai 2024 à 12:10, Tamás Cservenák  a
> > écrit :
> >
> > > Howdy,
> > >
> > > We solved 21 issues:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> > >
> > > There are still a couple of issues left in JIRA:
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-2125/
> > >
> > > Dev dist directory (binary bundles updated):
> > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
> > >
> > > Source release checksums:
> > > apache-maven-3.9.7-src.tar.gz.sha512
> > >
> > >
> >
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> > >
> > > apache-maven-3.9.7-src.zip.sha512
> > >
> > >
> >
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> > >
> > > Staged site:
> > > https://maven.apache.org/ref/3-LATEST/
> > >
> > > Draft for release notes:
> > > https://github.com/apache/maven-site/pull/521
> > >
> > > Guide to testing staged releases:
> > > http://maven.apache.org/guides/development/guide-testing-releases.html
> > >
> > > Vote open for 72h
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> >
> >
> > --
> > 
> > Guillaume Nodet
> >
>


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-24 Thread Jorge Solórzano
+1

Can I kindly ask that Maven releases also contain sha256 checksums? This
could help to quickly check the checksum used in the wrapper.

Thanks!

On Fri, May 24, 2024 at 12:39 AM Guillaume Nodet  wrote:

> +1
>
> Le mer. 22 mai 2024 à 12:10, Tamás Cservenák  a
> écrit :
>
> > Howdy,
> >
> > We solved 21 issues:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> >
> > There are still a couple of issues left in JIRA:
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-2125/
> >
> > Dev dist directory (binary bundles updated):
> > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
> >
> > Source release checksums:
> > apache-maven-3.9.7-src.tar.gz.sha512
> >
> >
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> >
> > apache-maven-3.9.7-src.zip.sha512
> >
> >
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> >
> > Staged site:
> > https://maven.apache.org/ref/3-LATEST/
> >
> > Draft for release notes:
> > https://github.com/apache/maven-site/pull/521
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72h
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
>
>
> --
> 
> Guillaume Nodet
>


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-23 Thread Guillaume Nodet
+1

Le mer. 22 mai 2024 à 12:10, Tamás Cservenák  a écrit :

> Howdy,
>
> We solved 21 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2125/
>
> Dev dist directory (binary bundles updated):
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
>
> Source release checksums:
> apache-maven-3.9.7-src.tar.gz.sha512
>
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
>
> apache-maven-3.9.7-src.zip.sha512
>
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
>
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/521
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1
>


-- 

Guillaume Nodet


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-23 Thread Olivier Lamy
+1

On Wed, 22 May 2024 at 20:10, Tamás Cservenák  wrote:
>
> Howdy,
>
> We solved 21 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2125/
>
> Dev dist directory (binary bundles updated):
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
>
> Source release checksums:
> apache-maven-3.9.7-src.tar.gz.sha512
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
>
> apache-maven-3.9.7-src.zip.sha512
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
>
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/521
>
> 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 3.9.7

2024-05-23 Thread Slawomir Jaranowski
+1

śr., 22 maj 2024 o 12:10 Tamás Cservenák  napisał(a):

> Howdy,
>
> We solved 21 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2125/
>
> Dev dist directory (binary bundles updated):
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
>
> Source release checksums:
> apache-maven-3.9.7-src.tar.gz.sha512
>
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
>
> apache-maven-3.9.7-src.zip.sha512
>
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
>
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/521
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1
>


-- 
Sławomir Jaranowski


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-23 Thread Michael Bien

+1 (not binding)

ran the NB tests against staged lib and tested it a bit manually too - 
all good!

https://github.com/apache/netbeans/actions/runs/9190011942

-mbien

On 22.05.24 12:09, Tamás Cservenák wrote:

Howdy,

We solved 21 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964

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

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

Dev dist directory (binary bundles updated):
https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/

Source release checksums:
apache-maven-3.9.7-src.tar.gz.sha512
a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1

apache-maven-3.9.7-src.zip.sha512
cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc

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

Draft for release notes:
https://github.com/apache/maven-site/pull/521

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 3.9.7

2024-05-23 Thread Matthias bünger
+ 1 (nb)
Von meinem iPhone gesendet

> Am 22.05.2024 um 12:10 schrieb Tamás Cservenák :
> 
> Howdy,
> 
> We solved 21 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2125/
> 
> Dev dist directory (binary bundles updated):
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
> 
> Source release checksums:
> apache-maven-3.9.7-src.tar.gz.sha512
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> 
> apache-maven-3.9.7-src.zip.sha512
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> 
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
> 
> Draft for release notes:
> https://github.com/apache/maven-site/pull/521
> 
> 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 3.9.7

2024-05-23 Thread Mateusz Gajewski
+1 (nb)

On Thu, May 23, 2024 at 08:36 Romain Manni-Bucau 
wrote:

> Agree with Tamas, these are new minor features for the tool so a patch
> version is ok.
> That said, strictly speaking maven versioning is
> arbitrary.arbitrary.(last+1) so we respect our contract ;).
> Using semantic versioning would require use to have been in at least 6.x or
> 7.x due to the aggregation nature of maven so think we are good like that
> and it is saner to enable this kind of update than requiring them to create
> a ton of version branches which will never be maintained so it is a good
> trade off IMHO.
>
> Romain Manni-Bucau
> @rmannibucau  |  Blog
>  | Old Blog
>  | Github <
> https://github.com/rmannibucau> |
> LinkedIn  | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le mer. 22 mai 2024 à 23:32, Tamás Cservenák  a
> écrit :
>
> > Hej Gary
> >
> > I agree, and TBH i moved MNG-8030 to "new feature", originally it was
> > improvement (and now would move it back).
> >
> > The -itr OTOH is "new feature" as in it makes really simple to ignore
> > "remote repositories introduced by transitive POMs" but you could achieve
> > similar effect with already existing features as well (but not so
> simple).
> > This, combined with RRF (remote repo filtering) is a killer feature. We
> > just wanted it out in the wild.
> >
> > My 5 cents
> > T
> >
> > On Wed, May 22, 2024, 22:50 Gary D. Gregory  wrote:
> >
> > > Hi All:
> > >
> > > As a user, I don't expect 2 new features in a maintenance release.
> > > It would be nice to use semantic versioning to manage expectations.
> > >
> > > 2c & TY!
> > > Gary
> > >
> > > On 2024/05/22 10:09:20 Tamás Cservenák wrote:
> > > > Howdy,
> > > >
> > > > We solved 21 issues:
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> > > >
> > > > There are still a couple of issues left in JIRA:
> > > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> > > >
> > > > Staging repo:
> > > > https://repository.apache.org/content/repositories/maven-2125/
> > > >
> > > > Dev dist directory (binary bundles updated):
> > > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
> > > >
> > > > Source release checksums:
> > > > apache-maven-3.9.7-src.tar.gz.sha512
> > > >
> > >
> >
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> > > >
> > > > apache-maven-3.9.7-src.zip.sha512
> > > >
> > >
> >
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> > > >
> > > > Staged site:
> > > > https://maven.apache.org/ref/3-LATEST/
> > > >
> > > > Draft for release notes:
> > > > https://github.com/apache/maven-site/pull/521
> > > >
> > > > 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 3.9.7

2024-05-23 Thread Romain Manni-Bucau
Agree with Tamas, these are new minor features for the tool so a patch
version is ok.
That said, strictly speaking maven versioning is
arbitrary.arbitrary.(last+1) so we respect our contract ;).
Using semantic versioning would require use to have been in at least 6.x or
7.x due to the aggregation nature of maven so think we are good like that
and it is saner to enable this kind of update than requiring them to create
a ton of version branches which will never be maintained so it is a good
trade off IMHO.

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le mer. 22 mai 2024 à 23:32, Tamás Cservenák  a écrit :

> Hej Gary
>
> I agree, and TBH i moved MNG-8030 to "new feature", originally it was
> improvement (and now would move it back).
>
> The -itr OTOH is "new feature" as in it makes really simple to ignore
> "remote repositories introduced by transitive POMs" but you could achieve
> similar effect with already existing features as well (but not so simple).
> This, combined with RRF (remote repo filtering) is a killer feature. We
> just wanted it out in the wild.
>
> My 5 cents
> T
>
> On Wed, May 22, 2024, 22:50 Gary D. Gregory  wrote:
>
> > Hi All:
> >
> > As a user, I don't expect 2 new features in a maintenance release.
> > It would be nice to use semantic versioning to manage expectations.
> >
> > 2c & TY!
> > Gary
> >
> > On 2024/05/22 10:09:20 Tamás Cservenák wrote:
> > > Howdy,
> > >
> > > We solved 21 issues:
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> > >
> > > There are still a couple of issues left in JIRA:
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-2125/
> > >
> > > Dev dist directory (binary bundles updated):
> > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
> > >
> > > Source release checksums:
> > > apache-maven-3.9.7-src.tar.gz.sha512
> > >
> >
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> > >
> > > apache-maven-3.9.7-src.zip.sha512
> > >
> >
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> > >
> > > Staged site:
> > > https://maven.apache.org/ref/3-LATEST/
> > >
> > > Draft for release notes:
> > > https://github.com/apache/maven-site/pull/521
> > >
> > > 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 3.9.7

2024-05-22 Thread Tamás Cservenák
Hej Gary

I agree, and TBH i moved MNG-8030 to "new feature", originally it was
improvement (and now would move it back).

The -itr OTOH is "new feature" as in it makes really simple to ignore
"remote repositories introduced by transitive POMs" but you could achieve
similar effect with already existing features as well (but not so simple).
This, combined with RRF (remote repo filtering) is a killer feature. We
just wanted it out in the wild.

My 5 cents
T

On Wed, May 22, 2024, 22:50 Gary D. Gregory  wrote:

> Hi All:
>
> As a user, I don't expect 2 new features in a maintenance release.
> It would be nice to use semantic versioning to manage expectations.
>
> 2c & TY!
> Gary
>
> On 2024/05/22 10:09:20 Tamás Cservenák wrote:
> > Howdy,
> >
> > We solved 21 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-2125/
> >
> > Dev dist directory (binary bundles updated):
> > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
> >
> > Source release checksums:
> > apache-maven-3.9.7-src.tar.gz.sha512
> >
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> >
> > apache-maven-3.9.7-src.zip.sha512
> >
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> >
> > Staged site:
> > https://maven.apache.org/ref/3-LATEST/
> >
> > Draft for release notes:
> > https://github.com/apache/maven-site/pull/521
> >
> > 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 3.9.7

2024-05-22 Thread Gary D. Gregory
Hi All:

As a user, I don't expect 2 new features in a maintenance release.
It would be nice to use semantic versioning to manage expectations.

2c & TY!
Gary

On 2024/05/22 10:09:20 Tamás Cservenák wrote:
> Howdy,
> 
> We solved 21 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2125/
> 
> Dev dist directory (binary bundles updated):
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/
> 
> Source release checksums:
> apache-maven-3.9.7-src.tar.gz.sha512
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> 
> apache-maven-3.9.7-src.zip.sha512
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> 
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
> 
> Draft for release notes:
> https://github.com/apache/maven-site/pull/521
> 
> 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 3.9.7

2024-05-22 Thread Michael Osipov

Am 2024-05-22 um 12:09 schrieb Tamás Cservenák:

Howdy,

We solved 21 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964

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

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

Dev dist directory (binary bundles updated):
https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/

Source release checksums:
apache-maven-3.9.7-src.tar.gz.sha512
a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1

apache-maven-3.9.7-src.zip.sha512
cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc

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

Draft for release notes:
https://github.com/apache/maven-site/pull/521

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

Vote open for 72h


+1



Re: [VOTE] Release Apache Maven 3.9.7

2024-05-22 Thread Karl Heinz Marbaise

Hi,

+1 from me.

Kind regards
Karl Heinz Marbaise
On 22.05.24 12:09, Tamás Cservenák wrote:

Howdy,

We solved 21 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964

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

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

Dev dist directory (binary bundles updated):
https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/

Source release checksums:
apache-maven-3.9.7-src.tar.gz.sha512
a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1

apache-maven-3.9.7-src.zip.sha512
cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc

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

Draft for release notes:
https://github.com/apache/maven-site/pull/521

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 3.9.7

2024-05-22 Thread Romain Manni-Bucau
+1

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le mer. 22 mai 2024 à 17:38, dev  a écrit :

> tested on sevral projects, looks nice to me :) Good job.
>
> +1 (nb)
>
> Tony
>
> Le mer. 22 mai 2024 à 12:09:20 +0200, Tamás Cservenák
>  a écrit :
> > Howdy,
> >
> > We solved 21 issues:
> > <
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964
> >
> >
> > There are still a couple of issues left in JIRA:
> > <
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved
> >
> >
> > Staging repo:
> > 
> >
> > Dev dist directory (binary bundles updated):
> > 
> >
> > Source release checksums:
> > apache-maven-3.9.7-src.tar.gz.sha512
> >
> a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1
> >
> > apache-maven-3.9.7-src.zip.sha512
> >
> cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc
> >
> > Staged site:
> > 
> >
> > Draft for release notes:
> > 
> >
> > Guide to testing staged releases:
> > 
> >
> > Vote open for 72h
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
>
>


Re: [VOTE] Release Apache Maven 3.9.7

2024-05-22 Thread dev

tested on sevral projects, looks nice to me :) Good job.

+1 (nb)

Tony

Le mer. 22 mai 2024 à 12:09:20 +0200, Tamás Cservenák 
 a écrit :

Howdy,

We solved 21 issues:


There are still a couple of issues left in JIRA:


Staging repo:


Dev dist directory (binary bundles updated):


Source release checksums:
apache-maven-3.9.7-src.tar.gz.sha512
a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1

apache-maven-3.9.7-src.zip.sha512
cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc

Staged site:


Draft for release notes:


Guide to testing staged releases:


Vote open for 72h

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




[VOTE] Release Apache Maven 3.9.7

2024-05-22 Thread Tamás Cservenák
Howdy,

We solved 21 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353964

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

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

Dev dist directory (binary bundles updated):
https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.7/

Source release checksums:
apache-maven-3.9.7-src.tar.gz.sha512
a3c211ce683afbde9c4becf8b32397d14d3e7d8e8261094da037dcf27a697a93134440e055e7a9e7e26af2db543d4d9c4e7b0296560f5193df7ba90b9a68d1d1

apache-maven-3.9.7-src.zip.sha512
cdd8249807e251d07c613a65120058993e47a4cbf7f6dbda8599c7ca7ab4ed3fedc727e651f43cba0e9b0d604055c1106c1243be64a1d52c5ddf72dbec5e65dc

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

Draft for release notes:
https://github.com/apache/maven-site/pull/521

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

Vote open for 72h

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