[GitHub] [maven-doxia] michaelboyles opened a new pull request #38: [DOXIA-606] fix javadoc issues with JDK 8 when generating documentation

2020-09-14 Thread GitBox


michaelboyles opened a new pull request #38:
URL: https://github.com/apache/maven-doxia/pull/38


   https://issues.apache.org/jira/browse/DOXIA-606
   
   Boy does this thing take a while to build!
   
   ```
   [INFO] 

   [INFO] BUILD SUCCESS
   [INFO] 

   [INFO] Total time:  24:58 min
   [INFO] Finished at: 2020-09-14T18:12:47+01:00
   [INFO] 

   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [maven-site] MartinKanters commented on pull request #199: Add 3.7.0 reactor changes

2020-09-14 Thread GitBox


MartinKanters commented on pull request #199:
URL: https://github.com/apache/maven-site/pull/199#issuecomment-692142833


   As far as I know there is no roadmap for the next release set, sorry for 
that.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [maven-site] mickroll commented on pull request #199: Add 3.7.0 reactor changes

2020-09-14 Thread GitBox


mickroll commented on pull request #199:
URL: https://github.com/apache/maven-site/pull/199#issuecomment-692079978


   Is there a roadmap for the 3.7.0 release? Some of the improvements are 
important to downstream projects.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.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 Resolver version 1.6.0

2020-09-14 Thread Michael Osipov

Am 2020-09-14 um 10:57 schrieb Dan Tran:

sorry about the fast finger,  my test shows a huge increase in build time
for large builds.  Possible to disable this feature?


This cannot be. It has been superceded by 
https://issues.apache.org/jira/browse/MRESOLVER-130. The 
GlobalSyncContextFactory have been moved to a separate module, the 
original behavior has been restored. I.e., this feature is not enabled 
by default.


Are you certain that you don't have leftovers in ${maven.home}/lib/ext?


On Mon, Sep 14, 2020 at 1:49 AM Dan Tran  wrote:


possible to disable this feature
https://issues.apache.org/jira/browse/MRESOLVER-123 ?

On Mon, Sep 14, 2020 at 12:06 AM Romain Manni-Bucau 
wrote:


+1, tested in java 8 with mvn 3.6.3.

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 lun. 14 sept. 2020 à 08:58, Enrico Olivelli  a
écrit :


+1
checked checksum and run tests on JDK14 + Mac

  mvn -v

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)

Maven home: xx

Java version: 14, vendor: AdoptOpenJDK, runtime:
/Library/Java/JavaVirtualMachines/adoptopenjdk-14.jdk/Contents/Home

Default locale: it_IT, platform encoding: UTF-8

OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"

Il giorno lun 14 set 2020 alle ore 08:55 Hervé BOUTEMY <
herve.bout...@free.fr> ha scritto:


+1

sadly, the build is not reproducible: reference build done with JDK 8

on

Windows, but Felix Maven Bundle Plugin is causing issues in generated

META-

INF/MANIFEST.MF (contains username, detailed JDK version, and order or
Private
Package not reproducible): I'll have a look to check if recent

updates to

this
plugin can fix the issue...

Regards,

Hervé

Le vendredi 11 septembre 2020, 20:19:56 CEST Michael Osipov a écrit :

Hi,

We solved 19 issues:






https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628

rsion=12348666

There are still a couple of issues left in JIRA:






https://issues.apache.org/jira/projects/MRESOLVER/issues?filter=allopenissue

s

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






https://repository.apache.org/content/repositories/maven-1605/org/apache/mav



en/resolver/maven-resolver/1.6.0/maven-resolver-1.6.0-source-release.zip


Source release checksum(s):
maven-resolver-1.6.0-source-release.zip






fd419a3f0bbe3c0ea0b3d7b881c4892fcfc73ec6cf812e7ddb724febb8bc010c754d5845498c

6c916a3bbdae2d90dd66787eb44fdbdd27310c745bdc1e8cc15b

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


Note: This Resolver version offers salvation from a 13.5 years old
feature request: MNG-2802
Yes, you can have now concurrent-safe access to your local Maven
repository synchronized with Redis.

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














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

2020-09-14 Thread Dan Tran
sorry about the fast finger,  my test shows a huge increase in build time
for large builds.  Possible to disable this feature?

Thanks

-D

On Mon, Sep 14, 2020 at 1:49 AM Dan Tran  wrote:

> possible to disable this feature
> https://issues.apache.org/jira/browse/MRESOLVER-123 ?
>
> On Mon, Sep 14, 2020 at 12:06 AM Romain Manni-Bucau 
> wrote:
>
>> +1, tested in java 8 with mvn 3.6.3.
>>
>> 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 lun. 14 sept. 2020 à 08:58, Enrico Olivelli  a
>> écrit :
>>
>> > +1
>> > checked checksum and run tests on JDK14 + Mac
>> >
>> >  mvn -v
>> >
>> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>> >
>> > Maven home: xx
>> >
>> > Java version: 14, vendor: AdoptOpenJDK, runtime:
>> > /Library/Java/JavaVirtualMachines/adoptopenjdk-14.jdk/Contents/Home
>> >
>> > Default locale: it_IT, platform encoding: UTF-8
>> >
>> > OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"
>> >
>> > Il giorno lun 14 set 2020 alle ore 08:55 Hervé BOUTEMY <
>> > herve.bout...@free.fr> ha scritto:
>> >
>> > > +1
>> > >
>> > > sadly, the build is not reproducible: reference build done with JDK 8
>> on
>> > > Windows, but Felix Maven Bundle Plugin is causing issues in generated
>> > META-
>> > > INF/MANIFEST.MF (contains username, detailed JDK version, and order or
>> > > Private
>> > > Package not reproducible): I'll have a look to check if recent
>> updates to
>> > > this
>> > > plugin can fix the issue...
>> > >
>> > > Regards,
>> > >
>> > > Hervé
>> > >
>> > > Le vendredi 11 septembre 2020, 20:19:56 CEST Michael Osipov a écrit :
>> > > > Hi,
>> > > >
>> > > > We solved 19 issues:
>> > > >
>> > >
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628
>> > > > rsion=12348666
>> > > >
>> > > > There are still a couple of issues left in JIRA:
>> > > >
>> > >
>> >
>> https://issues.apache.org/jira/projects/MRESOLVER/issues?filter=allopenissue
>> > > > s
>> > > >
>> > > > Staging repo:
>> > > > https://repository.apache.org/content/repositories/maven-1605/
>> > > >
>> > >
>> >
>> https://repository.apache.org/content/repositories/maven-1605/org/apache/mav
>> > > >
>> > en/resolver/maven-resolver/1.6.0/maven-resolver-1.6.0-source-release.zip
>> > > >
>> > > > Source release checksum(s):
>> > > > maven-resolver-1.6.0-source-release.zip
>> > > >
>> > >
>> >
>> fd419a3f0bbe3c0ea0b3d7b881c4892fcfc73ec6cf812e7ddb724febb8bc010c754d5845498c
>> > > > 6c916a3bbdae2d90dd66787eb44fdbdd27310c745bdc1e8cc15b
>> > > >
>> > > > 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
>> > > >
>> > > > Note: This Resolver version offers salvation from a 13.5 years old
>> > > > feature request: MNG-2802
>> > > > Yes, you can have now concurrent-safe access to your local Maven
>> > > > repository synchronized with Redis.
>> > > >
>> > > > 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 Resolver version 1.6.0

2020-09-14 Thread Dan Tran
possible to disable this feature
https://issues.apache.org/jira/browse/MRESOLVER-123 ?

On Mon, Sep 14, 2020 at 12:06 AM Romain Manni-Bucau 
wrote:

> +1, tested in java 8 with mvn 3.6.3.
>
> 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 lun. 14 sept. 2020 à 08:58, Enrico Olivelli  a
> écrit :
>
> > +1
> > checked checksum and run tests on JDK14 + Mac
> >
> >  mvn -v
> >
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> >
> > Maven home: xx
> >
> > Java version: 14, vendor: AdoptOpenJDK, runtime:
> > /Library/Java/JavaVirtualMachines/adoptopenjdk-14.jdk/Contents/Home
> >
> > Default locale: it_IT, platform encoding: UTF-8
> >
> > OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"
> >
> > Il giorno lun 14 set 2020 alle ore 08:55 Hervé BOUTEMY <
> > herve.bout...@free.fr> ha scritto:
> >
> > > +1
> > >
> > > sadly, the build is not reproducible: reference build done with JDK 8
> on
> > > Windows, but Felix Maven Bundle Plugin is causing issues in generated
> > META-
> > > INF/MANIFEST.MF (contains username, detailed JDK version, and order or
> > > Private
> > > Package not reproducible): I'll have a look to check if recent updates
> to
> > > this
> > > plugin can fix the issue...
> > >
> > > Regards,
> > >
> > > Hervé
> > >
> > > Le vendredi 11 septembre 2020, 20:19:56 CEST Michael Osipov a écrit :
> > > > Hi,
> > > >
> > > > We solved 19 issues:
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628
> > > > rsion=12348666
> > > >
> > > > There are still a couple of issues left in JIRA:
> > > >
> > >
> >
> https://issues.apache.org/jira/projects/MRESOLVER/issues?filter=allopenissue
> > > > s
> > > >
> > > > Staging repo:
> > > > https://repository.apache.org/content/repositories/maven-1605/
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/maven-1605/org/apache/mav
> > > >
> > en/resolver/maven-resolver/1.6.0/maven-resolver-1.6.0-source-release.zip
> > > >
> > > > Source release checksum(s):
> > > > maven-resolver-1.6.0-source-release.zip
> > > >
> > >
> >
> fd419a3f0bbe3c0ea0b3d7b881c4892fcfc73ec6cf812e7ddb724febb8bc010c754d5845498c
> > > > 6c916a3bbdae2d90dd66787eb44fdbdd27310c745bdc1e8cc15b
> > > >
> > > > 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
> > > >
> > > > Note: This Resolver version offers salvation from a 13.5 years old
> > > > feature request: MNG-2802
> > > > Yes, you can have now concurrent-safe access to your local Maven
> > > > repository synchronized with Redis.
> > > >
> > > > 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 Resolver version 1.6.0

2020-09-14 Thread Romain Manni-Bucau
+1, tested in java 8 with mvn 3.6.3.

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



Le lun. 14 sept. 2020 à 08:58, Enrico Olivelli  a
écrit :

> +1
> checked checksum and run tests on JDK14 + Mac
>
>  mvn -v
>
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>
> Maven home: xx
>
> Java version: 14, vendor: AdoptOpenJDK, runtime:
> /Library/Java/JavaVirtualMachines/adoptopenjdk-14.jdk/Contents/Home
>
> Default locale: it_IT, platform encoding: UTF-8
>
> OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"
>
> Il giorno lun 14 set 2020 alle ore 08:55 Hervé BOUTEMY <
> herve.bout...@free.fr> ha scritto:
>
> > +1
> >
> > sadly, the build is not reproducible: reference build done with JDK 8 on
> > Windows, but Felix Maven Bundle Plugin is causing issues in generated
> META-
> > INF/MANIFEST.MF (contains username, detailed JDK version, and order or
> > Private
> > Package not reproducible): I'll have a look to check if recent updates to
> > this
> > plugin can fix the issue...
> >
> > Regards,
> >
> > Hervé
> >
> > Le vendredi 11 septembre 2020, 20:19:56 CEST Michael Osipov a écrit :
> > > Hi,
> > >
> > > We solved 19 issues:
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628
> > > rsion=12348666
> > >
> > > There are still a couple of issues left in JIRA:
> > >
> >
> https://issues.apache.org/jira/projects/MRESOLVER/issues?filter=allopenissue
> > > s
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-1605/
> > >
> >
> https://repository.apache.org/content/repositories/maven-1605/org/apache/mav
> > >
> en/resolver/maven-resolver/1.6.0/maven-resolver-1.6.0-source-release.zip
> > >
> > > Source release checksum(s):
> > > maven-resolver-1.6.0-source-release.zip
> > >
> >
> fd419a3f0bbe3c0ea0b3d7b881c4892fcfc73ec6cf812e7ddb724febb8bc010c754d5845498c
> > > 6c916a3bbdae2d90dd66787eb44fdbdd27310c745bdc1e8cc15b
> > >
> > > 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
> > >
> > > Note: This Resolver version offers salvation from a 13.5 years old
> > > feature request: MNG-2802
> > > Yes, you can have now concurrent-safe access to your local Maven
> > > repository synchronized with Redis.
> > >
> > > 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 Resolver version 1.6.0

2020-09-14 Thread Enrico Olivelli
+1
checked checksum and run tests on JDK14 + Mac

 mvn -v

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)

Maven home: xx

Java version: 14, vendor: AdoptOpenJDK, runtime:
/Library/Java/JavaVirtualMachines/adoptopenjdk-14.jdk/Contents/Home

Default locale: it_IT, platform encoding: UTF-8

OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"

Il giorno lun 14 set 2020 alle ore 08:55 Hervé BOUTEMY <
herve.bout...@free.fr> ha scritto:

> +1
>
> sadly, the build is not reproducible: reference build done with JDK 8 on
> Windows, but Felix Maven Bundle Plugin is causing issues in generated META-
> INF/MANIFEST.MF (contains username, detailed JDK version, and order or
> Private
> Package not reproducible): I'll have a look to check if recent updates to
> this
> plugin can fix the issue...
>
> Regards,
>
> Hervé
>
> Le vendredi 11 septembre 2020, 20:19:56 CEST Michael Osipov a écrit :
> > Hi,
> >
> > We solved 19 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628
> > rsion=12348666
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/projects/MRESOLVER/issues?filter=allopenissue
> > s
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1605/
> >
> https://repository.apache.org/content/repositories/maven-1605/org/apache/mav
> > en/resolver/maven-resolver/1.6.0/maven-resolver-1.6.0-source-release.zip
> >
> > Source release checksum(s):
> > maven-resolver-1.6.0-source-release.zip
> >
> fd419a3f0bbe3c0ea0b3d7b881c4892fcfc73ec6cf812e7ddb724febb8bc010c754d5845498c
> > 6c916a3bbdae2d90dd66787eb44fdbdd27310c745bdc1e8cc15b
> >
> > 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
> >
> > Note: This Resolver version offers salvation from a 13.5 years old
> > feature request: MNG-2802
> > Yes, you can have now concurrent-safe access to your local Maven
> > repository synchronized with Redis.
> >
> > 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 Resolver version 1.6.0

2020-09-14 Thread Hervé BOUTEMY
+1

sadly, the build is not reproducible: reference build done with JDK 8 on 
Windows, but Felix Maven Bundle Plugin is causing issues in generated META-
INF/MANIFEST.MF (contains username, detailed JDK version, and order or Private 
Package not reproducible): I'll have a look to check if recent updates to this 
plugin can fix the issue...

Regards,

Hervé

Le vendredi 11 septembre 2020, 20:19:56 CEST Michael Osipov a écrit :
> Hi,
> 
> We solved 19 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628
> rsion=12348666
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/projects/MRESOLVER/issues?filter=allopenissue
> s
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1605/
> https://repository.apache.org/content/repositories/maven-1605/org/apache/mav
> en/resolver/maven-resolver/1.6.0/maven-resolver-1.6.0-source-release.zip
> 
> Source release checksum(s):
> maven-resolver-1.6.0-source-release.zip
> fd419a3f0bbe3c0ea0b3d7b881c4892fcfc73ec6cf812e7ddb724febb8bc010c754d5845498c
> 6c916a3bbdae2d90dd66787eb44fdbdd27310c745bdc1e8cc15b
> 
> 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
> 
> Note: This Resolver version offers salvation from a 13.5 years old
> feature request: MNG-2802
> Yes, you can have now concurrent-safe access to your local Maven
> repository synchronized with Redis.
> 
> 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