Re: [ANN] Apache Maven 3.8.6 released

2022-06-11 Thread Michael Osipov

Delivered. Enjoy!

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



Re: [ANN] Apache Maven 3.8.6 released

2022-06-11 Thread Gary Gregory
It can take a few hours to sync up...

Gary

On Sat, Jun 11, 2022, 16:46 Dan Tran  wrote:

> Thanks for releasing this needed release
>
> looks like it is slow to appear at maven central? [1]
>
> -D
>
> [1] https://repo1.maven.org/maven2/org/apache/maven/apache-maven/
>
>
>
> On Sat, Jun 11, 2022 at 8:48 AM Michael Osipov 
> wrote:
>
> > The Apache Maven team is pleased to announce the release of the Apache
> > Maven 3.8.6
> >
> > Apache Maven is a software project management and comprehension tool.
> > Based on the concept
> > of a project object model (POM), Maven can manage a project's build,
> > reporting and documentation
> > from a central piece of information.
> >
> > Maven 3.8.6 is available via https://maven.apache.org/download.cgi
> >
> > The core release is independent of plugin releases. Further releases of
> > plugins will be made
> > separately.
> >
> > If you have any questions, please consult:
> >
> > - the web site: https://maven.apache.org/
> > - the maven-user mailing list:
> https://maven.apache.org/mailing-lists.html
> > - the reference documentation: https://maven.apache.org/ref/3.8.6/
> >
> >
> > Release Notes - Maven - Version 3.8.6
> >
> > ** Bug
> >  * [MNG-7432] - [REGRESSION] Resolver session contains
> > non-MavenWorkspaceReader
> >  * [MNG-7433] - [REGRESSION] Multiple maven instances working on
> > same source tree can lock each other
> >  * [MNG-7441] - Update Version of (optional) Logback to Address
> > CVE-2021-42550
> >  * [MNG-7448] - Don't ignore bin/ otherwise bin/ in apache-maven
> > module cannot be readded
> >  * [MNG-7455] - [REGRESSION] IllegalStateException in SessionScope
> > during guice injection in multithreaded build
> >  * [MNG-7459] - Revert MNG-7347 (SessionScoped beans should be
> > singletons for a given session)
> >  * [MNG-7467] - [REGRESSION] Compilation failure with relocated
> > transitive dependency
> >  * [MNG-7487] - Fix deadlock during forked lifecycle executions
> >  * [MNG-7493] - [REGRESSION] Resolving dependencies between
> > submodules fails
> >
> > ** New Feature
> >  * [MNG-7486] - Create a multiline message helper for boxed log
> > messages
> >
> > ** Improvement
> >  * [MNG-7445] - to refactor some useless code
> >  * [MNG-7476] - Display a warning when an aggregator mojo is locking
> > other mojo executions
> >
> > ** Task
> >  * [MNG-7466] - Align Assembly Descriptor NS versions
> >
> > ** Dependency upgrade
> >  * [MNG-7488] - Upgrade SLF4J to 1.7.36
> >  * [MNG-7489] - Upgrade JUnit to 4.13.2
> >  * [MNG-7490] - Upgrade Plexus Utils to 3.3.1
> >
> >
> > For more information read
> > https://maven.apache.org/docs/3.8.6/release-notes.html
> >
> > Enjoy!
> >
> > - The Maven Team
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


Re: [ANN] Apache Maven 3.8.6 released

2022-06-11 Thread Michael Osipov

Am 2022-06-11 um 22:46 schrieb Dan Tran:

Thanks for releasing this needed release

looks like it is slow to appear at maven central? [1]

-D

[1] https://repo1.maven.org/maven2/org/apache/maven/apache-maven/


Millions of release steps...should be there in max. 30 min.

Michael

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



Re: [ANN] Apache Maven 3.8.6 released

2022-06-11 Thread Dan Tran
Thanks for releasing this needed release

looks like it is slow to appear at maven central? [1]

-D

[1] https://repo1.maven.org/maven2/org/apache/maven/apache-maven/



On Sat, Jun 11, 2022 at 8:48 AM Michael Osipov  wrote:

> The Apache Maven team is pleased to announce the release of the Apache
> Maven 3.8.6
>
> Apache Maven is a software project management and comprehension tool.
> Based on the concept
> of a project object model (POM), Maven can manage a project's build,
> reporting and documentation
> from a central piece of information.
>
> Maven 3.8.6 is available via https://maven.apache.org/download.cgi
>
> The core release is independent of plugin releases. Further releases of
> plugins will be made
> separately.
>
> If you have any questions, please consult:
>
> - the web site: https://maven.apache.org/
> - the maven-user mailing list: https://maven.apache.org/mailing-lists.html
> - the reference documentation: https://maven.apache.org/ref/3.8.6/
>
>
> Release Notes - Maven - Version 3.8.6
>
> ** Bug
>  * [MNG-7432] - [REGRESSION] Resolver session contains
> non-MavenWorkspaceReader
>  * [MNG-7433] - [REGRESSION] Multiple maven instances working on
> same source tree can lock each other
>  * [MNG-7441] - Update Version of (optional) Logback to Address
> CVE-2021-42550
>  * [MNG-7448] - Don't ignore bin/ otherwise bin/ in apache-maven
> module cannot be readded
>  * [MNG-7455] - [REGRESSION] IllegalStateException in SessionScope
> during guice injection in multithreaded build
>  * [MNG-7459] - Revert MNG-7347 (SessionScoped beans should be
> singletons for a given session)
>  * [MNG-7467] - [REGRESSION] Compilation failure with relocated
> transitive dependency
>  * [MNG-7487] - Fix deadlock during forked lifecycle executions
>  * [MNG-7493] - [REGRESSION] Resolving dependencies between
> submodules fails
>
> ** New Feature
>  * [MNG-7486] - Create a multiline message helper for boxed log
> messages
>
> ** Improvement
>  * [MNG-7445] - to refactor some useless code
>  * [MNG-7476] - Display a warning when an aggregator mojo is locking
> other mojo executions
>
> ** Task
>  * [MNG-7466] - Align Assembly Descriptor NS versions
>
> ** Dependency upgrade
>  * [MNG-7488] - Upgrade SLF4J to 1.7.36
>  * [MNG-7489] - Upgrade JUnit to 4.13.2
>  * [MNG-7490] - Upgrade Plexus Utils to 3.3.1
>
>
> For more information read
> https://maven.apache.org/docs/3.8.6/release-notes.html
>
> Enjoy!
>
> - The Maven Team
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Social Media Plug-ins - Apache Maven pages

2022-06-11 Thread Benjamin Marwell
You can use this solution.

https://github.com/heiseonline/shariff

The PHP part is not needed, only if you want to display share count.
It's widely known in Germany due to the c't magazine, but not much
maintained anymore. Same applies to the forks.
However, works like a charm.

WDYT?


On Sat, 11 Jun 2022, 12:33 Michael Osipov,  wrote:

> Am 2022-06-11 um 12:23 schrieb Slawomir Jaranowski:
> > Hi,
> >
> > Apache Maven documentation pages contains social media references like:
> > Twitter follow button and Google search box.
> >
> > According to Data Policy [1] such external resources must be loaded only
> on
> > user request, as in issue [2]
> >
> > Currently I don't know how to implement this requirement, so I will
> remove
> > it from Maven pages.
> >
> > If someone finds a way to be compatible with ASF Data Policy we can add
> it
> > later.
> >
> > [1] https://privacy.apache.org/policies/privacy-policy-public.html
> > [2] https://issues.apache.org/jira/browse/MSKINS-192
> >
>
>
> LONG overdue! I have reported this years ago:
> https://issues.apache.org/jira/projects/LEGAL/issues/LEGAL-383
>
> There was an issue to solve this:
> https://issues.apache.org/jira/browse/MSKINS-112.
>
> Honestly, don't waste your time. Just drop them and move on.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


[ANN] Apache Maven 3.8.6 released

2022-06-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache 
Maven 3.8.6


Apache Maven is a software project management and comprehension tool. 
Based on the concept
of a project object model (POM), Maven can manage a project's build, 
reporting and documentation

from a central piece of information.

Maven 3.8.6 is available via https://maven.apache.org/download.cgi

The core release is independent of plugin releases. Further releases of 
plugins will be made

separately.

If you have any questions, please consult:

- the web site: https://maven.apache.org/
- the maven-user mailing list: https://maven.apache.org/mailing-lists.html
- the reference documentation: https://maven.apache.org/ref/3.8.6/


Release Notes - Maven - Version 3.8.6

** Bug
* [MNG-7432] - [REGRESSION] Resolver session contains 
non-MavenWorkspaceReader
* [MNG-7433] - [REGRESSION] Multiple maven instances working on 
same source tree can lock each other
* [MNG-7441] - Update Version of (optional) Logback to Address 
CVE-2021-42550
* [MNG-7448] - Don't ignore bin/ otherwise bin/ in apache-maven 
module cannot be readded
* [MNG-7455] - [REGRESSION] IllegalStateException in SessionScope 
during guice injection in multithreaded build
* [MNG-7459] - Revert MNG-7347 (SessionScoped beans should be 
singletons for a given session)
* [MNG-7467] - [REGRESSION] Compilation failure with relocated 
transitive dependency

* [MNG-7487] - Fix deadlock during forked lifecycle executions
* [MNG-7493] - [REGRESSION] Resolving dependencies between 
submodules fails


** New Feature
* [MNG-7486] - Create a multiline message helper for boxed log messages

** Improvement
* [MNG-7445] - to refactor some useless code
* [MNG-7476] - Display a warning when an aggregator mojo is locking 
other mojo executions


** Task
* [MNG-7466] - Align Assembly Descriptor NS versions

** Dependency upgrade
* [MNG-7488] - Upgrade SLF4J to 1.7.36
* [MNG-7489] - Upgrade JUnit to 4.13.2
* [MNG-7490] - Upgrade Plexus Utils to 3.3.1


For more information read 
https://maven.apache.org/docs/3.8.6/release-notes.html


Enjoy!

- The Maven Team

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



[RESULT] [VOTE] Release Apache Maven version 3.8.6

2022-06-11 Thread Michael Osipov

Hi,

The vote has passed with the following result:

+1: Romain Manni-Bucau, Dan Tran, Michael Osipov, Karl Heinz Marbaise, 
Slawomir Jaranowski, Olivier Lamy, Guillaume Nodet, Sylwester 
Lachiewicz, Grzegorz Grzybek, Arnaud Héritier, Hervé Boutemy


PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP 
file

and add this release the board report.


Re: [VOTE] Release Maven Resolver version 1.8.1

2022-06-11 Thread Michael Osipov

Am 2022-06-10 um 17:50 schrieb Michael Osipov:

Hi,

We solved 8 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12351656 



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



Staging repo:
https://repository.apache.org/content/repositories/maven-1762/
https://repository.apache.org/content/repositories/maven-1762/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1-source-release.zip 



Source release checksum(s):
maven-resolver-1.8.1-source-release.zip
2137c921c5264e1a15a091586a445dbaed83cef4cbf766e76c5670a4199cadf82e4789f8614d13bbd150d93ce5c9e017cb059306c683807862ac5dde9dab7e4f 



Staging site:
https://maven.apache.org/resolver-archives/resolver-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



Re: [VOTE] Release Maven Resolver version 1.8.1

2022-06-11 Thread Slawomir Jaranowski
+1

- build ok
- sig ok

I'm looking forward for Maven 3.9.x with it


pt., 10 cze 2022 o 17:50 Michael Osipov  napisał(a):

> Hi,
>
> We solved 8 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628=12351656
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20Resolver
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1762/
>
> https://repository.apache.org/content/repositories/maven-1762/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1-source-release.zip
>
> Source release checksum(s):
> maven-resolver-1.8.1-source-release.zip
>
> 2137c921c5264e1a15a091586a445dbaed83cef4cbf766e76c5670a4199cadf82e4789f8614d13bbd150d93ce5c9e017cb059306c683807862ac5dde9dab7e4f
>
> Staging site:
> https://maven.apache.org/resolver-archives/resolver-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 Apache Maven Filtering version 3.3.0

2022-06-11 Thread Tamás Cservenák
+1

On Sat, Jun 11, 2022 at 3:48 PM Michael Osipov  wrote:

> Hi,
>
> We solved 3 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12348675
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-filtering
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1764/
>
> https://repository.apache.org/content/repositories/maven-1764/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0-source-release.zip
>
> Source release checksum(s):
> maven-filtering-3.3.0-source-release.zip
> sha512:
>
> 7ddd7b97a88c14c83733fbdb35a91934743164af450db7ea5b497a72215c2a592ad55b0d3da1e61d866dc16ca4c15df39e0049231c30fe4af38ec9af4097f501
>
> Staging site:
> https://maven.apache.org/shared-archives/maven-filtering-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: [VOTE] Release Apache Maven Common Artifact Filters version 3.3.0

2022-06-11 Thread Sylwester Lachiewicz
+1

sob., 11 cze 2022, 15:42 użytkownik Tamás Cservenák 
napisał:

> +1
>
> On Sat, Jun 11, 2022 at 3:40 PM Michael Osipov 
> wrote:
>
> > Hi,
> >
> > We solved 5 issues:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12349729
> >
> > There are still a couple of issues left in JIRA:
> >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-common-artifact-filters
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1763/
> >
> >
> https://repository.apache.org/content/repositories/maven-1763/org/apache/maven/shared/maven-common-artifact-filters/3.3.0/maven-common-artifact-filters-3.3.0-source-release.zip
> >
> > Source release checksum(s):
> > maven-common-artifact-filters-3.3.0-source-release.zip
> > sha512:
> >
> >
> d48ab1025fc02999060eb43708bc7f255ae59b9a79e1b22c93badb78fe78eb455b11be547fcfd0b2887fac9d1e99bbb025685a6276c006ebd085e1d5354f7f90
> >
> > Staging site:
> >
> >
> https://maven.apache.org/shared-archives/maven-common-artifact-filters-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
> >
> >
>


[VOTE] Release Apache Maven Filtering version 3.3.0

2022-06-11 Thread Michael Osipov

Hi,

We solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12348675

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

Staging repo:
https://repository.apache.org/content/repositories/maven-1764/
https://repository.apache.org/content/repositories/maven-1764/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0-source-release.zip

Source release checksum(s):
maven-filtering-3.3.0-source-release.zip
sha512: 
7ddd7b97a88c14c83733fbdb35a91934743164af450db7ea5b497a72215c2a592ad55b0d3da1e61d866dc16ca4c15df39e0049231c30fe4af38ec9af4097f501


Staging site:
https://maven.apache.org/shared-archives/maven-filtering-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: [VOTE] Release Apache Maven Common Artifact Filters version 3.3.0

2022-06-11 Thread Tamás Cservenák
+1

On Sat, Jun 11, 2022 at 3:40 PM Michael Osipov  wrote:

> Hi,
>
> We solved 5 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12349729
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-common-artifact-filters
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1763/
>
> https://repository.apache.org/content/repositories/maven-1763/org/apache/maven/shared/maven-common-artifact-filters/3.3.0/maven-common-artifact-filters-3.3.0-source-release.zip
>
> Source release checksum(s):
> maven-common-artifact-filters-3.3.0-source-release.zip
> sha512:
>
> d48ab1025fc02999060eb43708bc7f255ae59b9a79e1b22c93badb78fe78eb455b11be547fcfd0b2887fac9d1e99bbb025685a6276c006ebd085e1d5354f7f90
>
> Staging site:
>
> https://maven.apache.org/shared-archives/maven-common-artifact-filters-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
>
>


[VOTE] Release Apache Maven Common Artifact Filters version 3.3.0

2022-06-11 Thread Michael Osipov

Hi,

We solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12349729

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-common-artifact-filters

Staging repo:
https://repository.apache.org/content/repositories/maven-1763/
https://repository.apache.org/content/repositories/maven-1763/org/apache/maven/shared/maven-common-artifact-filters/3.3.0/maven-common-artifact-filters-3.3.0-source-release.zip

Source release checksum(s):
maven-common-artifact-filters-3.3.0-source-release.zip
sha512: 
d48ab1025fc02999060eb43708bc7f255ae59b9a79e1b22c93badb78fe78eb455b11be547fcfd0b2887fac9d1e99bbb025685a6276c006ebd085e1d5354f7f90


Staging site:
https://maven.apache.org/shared-archives/maven-common-artifact-filters-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: Social Media Plug-ins - Apache Maven pages

2022-06-11 Thread Michael Osipov

Am 2022-06-11 um 12:23 schrieb Slawomir Jaranowski:

Hi,

Apache Maven documentation pages contains social media references like:
Twitter follow button and Google search box.

According to Data Policy [1] such external resources must be loaded only on
user request, as in issue [2]

Currently I don't know how to implement this requirement, so I will remove
it from Maven pages.

If someone finds a way to be compatible with ASF Data Policy we can add it
later.

[1] https://privacy.apache.org/policies/privacy-policy-public.html
[2] https://issues.apache.org/jira/browse/MSKINS-192




LONG overdue! I have reported this years ago:
https://issues.apache.org/jira/projects/LEGAL/issues/LEGAL-383

There was an issue to solve this: 
https://issues.apache.org/jira/browse/MSKINS-112.


Honestly, don't waste your time. Just drop them and move on.

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



Social Media Plug-ins - Apache Maven pages

2022-06-11 Thread Slawomir Jaranowski
Hi,

Apache Maven documentation pages contains social media references like:
Twitter follow button and Google search box.

According to Data Policy [1] such external resources must be loaded only on
user request, as in issue [2]

Currently I don't know how to implement this requirement, so I will remove
it from Maven pages.

If someone finds a way to be compatible with ASF Data Policy we can add it
later.

[1] https://privacy.apache.org/policies/privacy-policy-public.html
[2] https://issues.apache.org/jira/browse/MSKINS-192

-- 
Sławomir Jaranowski