Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Henning Schmiedehausen
Seems to work fine in my pipelines.

+1

The changed behavior for plugin validation should be documented; just
reading the release notes gives no clear indication what changed.

-h

(I can haz wrapper plugin and mvnd as well plz?)

On Fri, Jun 23, 2023 at 6:34 AM Tamás Cservenák  wrote:

> Howdy,
>
> We solved 22 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353255
>
> 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-1968/
>
> Dev dist directory:
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.3/
>
> Source release checksums:
> apache-maven-3.9.3-src.zip sha512:
>
> a56a9e47e70ba8e3e83ff627b76a712c7b5bda59245d23bcbc541b2358b859f699d4916b7e715c45a5c336676b8b2ab0ab472dffc045ae4db635b21f7ddcc0c2
> apache-maven-3.9.3-src.tar.gz sha512:
>
> 5511b20c36fd09a8ba7260bfa78d29bb683a04828c56e93d176768eb61cb07ab91f29db745460ce9784c84561f359497158f4c800142716d3e590ac2c333e8fb
>
> Binary release checksums:
> apache-maven-3.9.3-bin.zip sha512:
>
> fba80f4bb0429052d558959b1bfbc99984f8cb8ff59a53baae0a0874b71a2601e2805c5e557b7b59d81716a0b4b35d1b2eeccb566c40b23cc575331a4984ef6c
> apache-maven-3.9.3-bin.tar.gz sha512:
>
> 400fc5b6d000c158d5ee7937543faa06b6bda8408caa2444a9c947c21472fde0f0b64ac452b8cec8855d528c0335522ed5b6c8f77085811c7e29e1bedbb5daa2
>
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/424
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1
>


Re: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Alexey Venderov
Guillaume,

The change in the behavior is introduced here:
https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97
. *RepositorySystem.buildArtifactRepository* behaves differently compared
to *MavenRepositorySystem.buildArtifactRepository*. The former reads the
*layout* from the repository passed as an argument, the latter does not.

Yes, we've seen a change in the behavior. We have a test that defines the
repository with the invalid layout value and expects the failure with the
appropriate message about the invalid layout. This test was working (with
maven 3.8.x, 3.9.x, and 4.x) up until the mentioned change. It is now
failing differently because the invalid value is ignored and "default" is
used instead.

Best regards,
Alexey Venderov
mailto: avende...@gmail.com


On Fri, Jun 23, 2023 at 4:12 PM Guillaume Nodet  wrote:

> Le ven. 23 juin 2023 à 15:21, Alexey Venderov  a
> écrit :
>
> > Hi!
> >
> > After this change
> >
> >
> https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97
> > it looks like that *layout *repository property is not supported anymore.
>
> *buildArtifactRepostitory* method in *MavenRepositorySystem* ignores the
> > value coming from the configuration and always uses the default layout:
> >
> >
> https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java#L346
> > .
> >
>
> I may be missing something, but the line you point at has been changed 9
> years ago.
> Have you actually seen any change in the behavior of the upcoming alpha-6
> vs previous alphas in this regard ?
>
>
> >
> > Is it an intended change? Thank you!
> >
> > Best regards,
> > Alexey Venderov
> > mailto: avende...@gmail.com
> >
>
>
> --
> 
> Guillaume Nodet
>


HPI plugin

2023-06-23 Thread Basil Crow
I recently attempted to modernize the HPI plugin used in the Jenkins project:

https://github.com/jenkinsci/maven-hpi-plugin

This plugin has a Maven baseline of 3.8.1. I think I migrated all
usages away from deprecated functionality and onto the recommended
modern Maven functionality.

If a Maven developer could audit this plugin and let me know if
anything else should be updated, I would be grateful.

Thanks,
Basil

-
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.3

2023-06-23 Thread Romain Manni-Bucau
+1

Le ven. 23 juin 2023 à 16:08, Tamás Cservenák  a
écrit :

> Yup, it would be nice to backport it, agreed.
>
> But this is a release [VOTE] thread, it would be better to spawn different
> threads for proposals like this, and leave this thread for voting :)
>
> Thanka
> T
>
> On Fri, Jun 23, 2023 at 4:05 PM Elliotte Rusty Harold 
> wrote:
>
> > It would also be nice to get
> > https://issues.apache.org/jira/browse/MNG-7714 backported into 3.9.x
> > assuming I'm correct that it's currently only fixed on the 4.x branch.
> >
> > On Fri, Jun 23, 2023 at 9:34 AM Tamás Cservenák 
> > wrote:
> > >
> > > Howdy,
> > >
> > > We solved 22 issues:
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353255
> > >
> > > 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-1968/
> > >
> > > Dev dist directory:
> > > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.3/
> > >
> > > Source release checksums:
> > > apache-maven-3.9.3-src.zip sha512:
> > >
> >
> a56a9e47e70ba8e3e83ff627b76a712c7b5bda59245d23bcbc541b2358b859f699d4916b7e715c45a5c336676b8b2ab0ab472dffc045ae4db635b21f7ddcc0c2
> > > apache-maven-3.9.3-src.tar.gz sha512:
> > >
> >
> 5511b20c36fd09a8ba7260bfa78d29bb683a04828c56e93d176768eb61cb07ab91f29db745460ce9784c84561f359497158f4c800142716d3e590ac2c333e8fb
> > >
> > > Binary release checksums:
> > > apache-maven-3.9.3-bin.zip sha512:
> > >
> >
> fba80f4bb0429052d558959b1bfbc99984f8cb8ff59a53baae0a0874b71a2601e2805c5e557b7b59d81716a0b4b35d1b2eeccb566c40b23cc575331a4984ef6c
> > > apache-maven-3.9.3-bin.tar.gz sha512:
> > >
> >
> 400fc5b6d000c158d5ee7937543faa06b6bda8408caa2444a9c947c21472fde0f0b64ac452b8cec8855d528c0335522ed5b6c8f77085811c7e29e1bedbb5daa2
> > >
> > > Staged site:
> > > https://maven.apache.org/ref/3-LATEST/
> > >
> > > Draft for release notes:
> > > https://github.com/apache/maven-site/pull/424
> > >
> > > Guide to testing staged releases:
> > > http://maven.apache.org/guides/development/guide-testing-releases.html
> > >
> > > Vote open for 72h
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> >
> >
> >
> > --
> > Elliotte Rusty Harold
> > elh...@ibiblio.org
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


Re: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Guillaume Nodet
Le ven. 23 juin 2023 à 15:21, Alexey Venderov  a
écrit :

> Hi!
>
> After this change
>
> https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97
> it looks like that *layout *repository property is not supported anymore.

*buildArtifactRepostitory* method in *MavenRepositorySystem* ignores the
> value coming from the configuration and always uses the default layout:
>
> https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java#L346
> .
>

I may be missing something, but the line you point at has been changed 9
years ago.
Have you actually seen any change in the behavior of the upcoming alpha-6
vs previous alphas in this regard ?


>
> Is it an intended change? Thank you!
>
> Best regards,
> Alexey Venderov
> mailto: avende...@gmail.com
>


-- 

Guillaume Nodet


Re: [VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Tamás Cservenák
Yup, it would be nice to backport it, agreed.

But this is a release [VOTE] thread, it would be better to spawn different
threads for proposals like this, and leave this thread for voting :)

Thanka
T

On Fri, Jun 23, 2023 at 4:05 PM Elliotte Rusty Harold 
wrote:

> It would also be nice to get
> https://issues.apache.org/jira/browse/MNG-7714 backported into 3.9.x
> assuming I'm correct that it's currently only fixed on the 4.x branch.
>
> On Fri, Jun 23, 2023 at 9:34 AM Tamás Cservenák 
> wrote:
> >
> > Howdy,
> >
> > We solved 22 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353255
> >
> > 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-1968/
> >
> > Dev dist directory:
> > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.3/
> >
> > Source release checksums:
> > apache-maven-3.9.3-src.zip sha512:
> >
> a56a9e47e70ba8e3e83ff627b76a712c7b5bda59245d23bcbc541b2358b859f699d4916b7e715c45a5c336676b8b2ab0ab472dffc045ae4db635b21f7ddcc0c2
> > apache-maven-3.9.3-src.tar.gz sha512:
> >
> 5511b20c36fd09a8ba7260bfa78d29bb683a04828c56e93d176768eb61cb07ab91f29db745460ce9784c84561f359497158f4c800142716d3e590ac2c333e8fb
> >
> > Binary release checksums:
> > apache-maven-3.9.3-bin.zip sha512:
> >
> fba80f4bb0429052d558959b1bfbc99984f8cb8ff59a53baae0a0874b71a2601e2805c5e557b7b59d81716a0b4b35d1b2eeccb566c40b23cc575331a4984ef6c
> > apache-maven-3.9.3-bin.tar.gz sha512:
> >
> 400fc5b6d000c158d5ee7937543faa06b6bda8408caa2444a9c947c21472fde0f0b64ac452b8cec8855d528c0335522ed5b6c8f77085811c7e29e1bedbb5daa2
> >
> > Staged site:
> > https://maven.apache.org/ref/3-LATEST/
> >
> > Draft for release notes:
> > https://github.com/apache/maven-site/pull/424
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72h
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
>
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> 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.3

2023-06-23 Thread Elliotte Rusty Harold
It would also be nice to get
https://issues.apache.org/jira/browse/MNG-7714 backported into 3.9.x
assuming I'm correct that it's currently only fixed on the 4.x branch.

On Fri, Jun 23, 2023 at 9:34 AM Tamás Cservenák  wrote:
>
> Howdy,
>
> We solved 22 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353255
>
> 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-1968/
>
> Dev dist directory:
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.3/
>
> Source release checksums:
> apache-maven-3.9.3-src.zip sha512:
> a56a9e47e70ba8e3e83ff627b76a712c7b5bda59245d23bcbc541b2358b859f699d4916b7e715c45a5c336676b8b2ab0ab472dffc045ae4db635b21f7ddcc0c2
> apache-maven-3.9.3-src.tar.gz sha512:
> 5511b20c36fd09a8ba7260bfa78d29bb683a04828c56e93d176768eb61cb07ab91f29db745460ce9784c84561f359497158f4c800142716d3e590ac2c333e8fb
>
> Binary release checksums:
> apache-maven-3.9.3-bin.zip sha512:
> fba80f4bb0429052d558959b1bfbc99984f8cb8ff59a53baae0a0874b71a2601e2805c5e557b7b59d81716a0b4b35d1b2eeccb566c40b23cc575331a4984ef6c
> apache-maven-3.9.3-bin.tar.gz sha512:
> 400fc5b6d000c158d5ee7937543faa06b6bda8408caa2444a9c947c21472fde0f0b64ac452b8cec8855d528c0335522ed5b6c8f77085811c7e29e1bedbb5daa2
>
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/424
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1



-- 
Elliotte Rusty Harold
elh...@ibiblio.org

-
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-6

2023-06-23 Thread Tamás Cservenák
The release notes link below, as link Guillaume added is not visible for
not logged in users:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353052

On Fri, Jun 23, 2023 at 3:49 PM Guillaume Nodet  wrote:

> I'm starting a vote to release this new alpha.
>
> 64 issues solved:
> https://issues.apache.org/jira/projects/MNG/versions/12353052
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-1969
>
> Dev dist directory:
> https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-6/
>
> Source release checksums:
> apache-maven-4.0.0-alpha-6-src.zip sha512:
>
>
> 6cd0aeb10aca558783a629b35f160a96c3db008d564d54b2a676847e8f2d87e41831e2d56e6ef1720bf226f5379a0c4c0284811c9aec6756c11494b728dab28b
> apache-maven-4.0.0-alpha-6-src.tar.gz sha512:
>
>
> b17b20013622811e5365a26f715a9f601ef2b9238e6a6c81953981b1a0db9df00bf472b803af17248014a1fc476e396d24350456a6242f9be8494648a4f15bd3
>
> Binary release checksums:
> apache-maven-4.0.0-alpha-6-bin.zip sha512:
>
>
> 319a8b1b76ab23aa133c7ec30909f0a97a210d966e7297992a298b9bf415eeaa646f1262132c6b5fb981f1513c7e8da497962902a68e61d253d5b99f9dbd7a9a
> apache-maven-4.0.0-alpha-6-bin.tar.gz sha512:
>
>
> 1c07623c2edf9a3ef815e9e5ed67ec775ae203948c78ed636b789af76bd65082cb3e4a49ca808996a336eca123ec74456adb7ffb2c77b0d863e0c013271dd6a1
>
> Staged site:
> https://maven.apache.org/ref/4-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/432
>
> 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.3

2023-06-23 Thread Tamás Cservenák
Howdy,

Maven carries (does not use) guava 31.1 as dependency of guice.
No code (including Guice) uses the CVE affected File related classes.
Also, guava is NOT exposed to plugins either.
Hence, I think we are fine.

HTH
Tamas

On Fri, Jun 23, 2023 at 3:55 PM Elliotte Rusty Harold 
wrote:

> There seems to be a recent security fix in Guava in 32.0.0 which broke
> other things, so 32.0.1 is recommended. I'm not sure if any of this
> affects Maven, but it's probably good to get this in.
>
> On Fri, Jun 23, 2023 at 9:34 AM Tamás Cservenák 
> wrote:
> >
> > Howdy,
> >
> > We solved 22 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353255
> >
> > 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-1968/
> >
> > Dev dist directory:
> > https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.3/
> >
> > Source release checksums:
> > apache-maven-3.9.3-src.zip sha512:
> >
> a56a9e47e70ba8e3e83ff627b76a712c7b5bda59245d23bcbc541b2358b859f699d4916b7e715c45a5c336676b8b2ab0ab472dffc045ae4db635b21f7ddcc0c2
> > apache-maven-3.9.3-src.tar.gz sha512:
> >
> 5511b20c36fd09a8ba7260bfa78d29bb683a04828c56e93d176768eb61cb07ab91f29db745460ce9784c84561f359497158f4c800142716d3e590ac2c333e8fb
> >
> > Binary release checksums:
> > apache-maven-3.9.3-bin.zip sha512:
> >
> fba80f4bb0429052d558959b1bfbc99984f8cb8ff59a53baae0a0874b71a2601e2805c5e557b7b59d81716a0b4b35d1b2eeccb566c40b23cc575331a4984ef6c
> > apache-maven-3.9.3-bin.tar.gz sha512:
> >
> 400fc5b6d000c158d5ee7937543faa06b6bda8408caa2444a9c947c21472fde0f0b64ac452b8cec8855d528c0335522ed5b6c8f77085811c7e29e1bedbb5daa2
> >
> > Staged site:
> > https://maven.apache.org/ref/3-LATEST/
> >
> > Draft for release notes:
> > https://github.com/apache/maven-site/pull/424
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72h
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
>
>
>
> --
> Elliotte Rusty Harold
> elh...@ibiblio.org
>
> -
> 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.3

2023-06-23 Thread Elliotte Rusty Harold
There seems to be a recent security fix in Guava in 32.0.0 which broke
other things, so 32.0.1 is recommended. I'm not sure if any of this
affects Maven, but it's probably good to get this in.

On Fri, Jun 23, 2023 at 9:34 AM Tamás Cservenák  wrote:
>
> Howdy,
>
> We solved 22 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12353255
>
> 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-1968/
>
> Dev dist directory:
> https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.3/
>
> Source release checksums:
> apache-maven-3.9.3-src.zip sha512:
> a56a9e47e70ba8e3e83ff627b76a712c7b5bda59245d23bcbc541b2358b859f699d4916b7e715c45a5c336676b8b2ab0ab472dffc045ae4db635b21f7ddcc0c2
> apache-maven-3.9.3-src.tar.gz sha512:
> 5511b20c36fd09a8ba7260bfa78d29bb683a04828c56e93d176768eb61cb07ab91f29db745460ce9784c84561f359497158f4c800142716d3e590ac2c333e8fb
>
> Binary release checksums:
> apache-maven-3.9.3-bin.zip sha512:
> fba80f4bb0429052d558959b1bfbc99984f8cb8ff59a53baae0a0874b71a2601e2805c5e557b7b59d81716a0b4b35d1b2eeccb566c40b23cc575331a4984ef6c
> apache-maven-3.9.3-bin.tar.gz sha512:
> 400fc5b6d000c158d5ee7937543faa06b6bda8408caa2444a9c947c21472fde0f0b64ac452b8cec8855d528c0335522ed5b6c8f77085811c7e29e1bedbb5daa2
>
> Staged site:
> https://maven.apache.org/ref/3-LATEST/
>
> Draft for release notes:
> https://github.com/apache/maven-site/pull/424
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72h
>
> [ ] +1
> [ ] +0
> [ ] -1



-- 
Elliotte Rusty Harold
elh...@ibiblio.org

-
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-6

2023-06-23 Thread Guillaume Nodet
I'm starting a vote to release this new alpha.

64 issues solved:
https://issues.apache.org/jira/projects/MNG/versions/12353052

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

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

Source release checksums:
apache-maven-4.0.0-alpha-6-src.zip sha512:

6cd0aeb10aca558783a629b35f160a96c3db008d564d54b2a676847e8f2d87e41831e2d56e6ef1720bf226f5379a0c4c0284811c9aec6756c11494b728dab28b
apache-maven-4.0.0-alpha-6-src.tar.gz sha512:

b17b20013622811e5365a26f715a9f601ef2b9238e6a6c81953981b1a0db9df00bf472b803af17248014a1fc476e396d24350456a6242f9be8494648a4f15bd3

Binary release checksums:
apache-maven-4.0.0-alpha-6-bin.zip sha512:

319a8b1b76ab23aa133c7ec30909f0a97a210d966e7297992a298b9bf415eeaa646f1262132c6b5fb981f1513c7e8da497962902a68e61d253d5b99f9dbd7a9a
apache-maven-4.0.0-alpha-6-bin.tar.gz sha512:

1c07623c2edf9a3ef815e9e5ed67ec775ae203948c78ed636b789af76bd65082cb3e4a49ca808996a336eca123ec74456adb7ffb2c77b0d863e0c013271dd6a1

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

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

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: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Alexey Venderov
Great! Thank you, Tamás!

Would it make sense to log some kind of a warning to tell the user that the
value that they have configured in the config will be ignored?

Best regards,
Alexey Venderov
mailto: avende...@gmail.com


On Fri, Jun 23, 2023 at 3:29 PM Tamás Cservenák  wrote:

> Howdy,
>
> Yes, that;s right.
> Maven3 had Maven2 support, Maven4 will have Maven3 support only, we don't
> plan to support several generations backward.
> Everything moves off from "legacy" :)
>
> Thanks
> T
>
> On Fri, Jun 23, 2023 at 3:21 PM Alexey Venderov 
> wrote:
>
> > Hi!
> >
> > After this change
> >
> >
> https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97
> > it looks like that *layout *repository property is not supported anymore.
> > *buildArtifactRepostitory* method in *MavenRepositorySystem* ignores the
> > value coming from the configuration and always uses the default layout:
> >
> >
> https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java#L346
> > .
> >
> > Is it an intended change? Thank you!
> >
> > Best regards,
> > Alexey Venderov
> > mailto: avende...@gmail.com
> >
>


[VOTE] Release Apache Maven 3.9.3

2023-06-23 Thread Tamás Cservenák
Howdy,

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

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-1968/

Dev dist directory:
https://dist.apache.org/repos/dist/dev/maven/maven-3/3.9.3/

Source release checksums:
apache-maven-3.9.3-src.zip sha512:
a56a9e47e70ba8e3e83ff627b76a712c7b5bda59245d23bcbc541b2358b859f699d4916b7e715c45a5c336676b8b2ab0ab472dffc045ae4db635b21f7ddcc0c2
apache-maven-3.9.3-src.tar.gz sha512:
5511b20c36fd09a8ba7260bfa78d29bb683a04828c56e93d176768eb61cb07ab91f29db745460ce9784c84561f359497158f4c800142716d3e590ac2c333e8fb

Binary release checksums:
apache-maven-3.9.3-bin.zip sha512:
fba80f4bb0429052d558959b1bfbc99984f8cb8ff59a53baae0a0874b71a2601e2805c5e557b7b59d81716a0b4b35d1b2eeccb566c40b23cc575331a4984ef6c
apache-maven-3.9.3-bin.tar.gz sha512:
400fc5b6d000c158d5ee7937543faa06b6bda8408caa2444a9c947c21472fde0f0b64ac452b8cec8855d528c0335522ed5b6c8f77085811c7e29e1bedbb5daa2

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

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

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

Vote open for 72h

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


Re: Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Tamás Cservenák
Howdy,

Yes, that;s right.
Maven3 had Maven2 support, Maven4 will have Maven3 support only, we don't
plan to support several generations backward.
Everything moves off from "legacy" :)

Thanks
T

On Fri, Jun 23, 2023 at 3:21 PM Alexey Venderov  wrote:

> Hi!
>
> After this change
>
> https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97
> it looks like that *layout *repository property is not supported anymore.
> *buildArtifactRepostitory* method in *MavenRepositorySystem* ignores the
> value coming from the configuration and always uses the default layout:
>
> https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java#L346
> .
>
> Is it an intended change? Thank you!
>
> Best regards,
> Alexey Venderov
> mailto: avende...@gmail.com
>


Legacy repository layout is not supported by Maven 4?

2023-06-23 Thread Alexey Venderov
Hi!

After this change
https://github.com/apache/maven/commit/967d8fc19cbb8a78410ceed70bd91c2e628da813#diff-64f7dba44bfc4bf654efbd092058718253adde1449ce9fc63ac5531fba20a071R97
it looks like that *layout *repository property is not supported anymore.
*buildArtifactRepostitory* method in *MavenRepositorySystem* ignores the
value coming from the configuration and always uses the default layout:
https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java#L346
.

Is it an intended change? Thank you!

Best regards,
Alexey Venderov
mailto: avende...@gmail.com


[ANN] Maven Resolver 1.9.13 released

2023-06-23 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the
Maven Resolver 1.9.13

https://maven.apache.org/resolver/

Release Notes - Maven Resolver - Version 1.9.13
** Bug
* [MRESOLVER-373] - Remove lock upgrading code
** Improvement
* [MRESOLVER-220] - Modify signaling for unsupported operations

Have fun,
-The Apache Maven team


[RESULT][VOTE] Release Maven Resolver 1.9.13

2023-06-23 Thread Tamás Cservenák
The vote has passed with the following result:

+1: Guillaume, Sylwester, Slawomir, Herve

PMC quorum: reached

I will promote the source release zip file to the Apache distribution area
and the artifacts to the central repo.

Thanks
T