[ANN] Apache Maven Scripting Plugin 3.0.0 Released

2021-03-01 Thread Robert Scholte
The Apache Maven team is pleased to announce the first release of the Apache Maven Scripting Plugin, version 3.0.0 The Maven Scripting Plugin wraps the Scripting API according to JSR223. Add the scripting engines as dependencies of this plugin on its use. https://maven.apache.org/plugins/maven-

[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #58: Bump commons-lang3 from 3.8.1 to 3.12.0

2021-03-01 Thread GitBox
dependabot[bot] opened a new pull request #58: URL: https://github.com/apache/maven-doxia/pull/58 Bumps commons-lang3 from 3.8.1 to 3.12.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:com

Re: Maven GPG next version

2021-03-01 Thread Elliotte Rusty Harold
Thanks. That should work. On Mon, Mar 1, 2021 at 6:21 PM Robert Scholte wrote: > > I've renamed 3.0.2 to 3.0.1, assuming the solved tickets belong to that > version. > > On 1-3-2021 17:29:00, Elliotte Rusty Harold wrote: > Version 3.0 of the Maven GPG plugin was cancelled. Will the next > relea

Re: Maven GPG next version

2021-03-01 Thread Robert Scholte
I've renamed 3.0.2 to 3.0.1, assuming the solved tickets belong to that version. On 1-3-2021 17:29:00, Elliotte Rusty Harold wrote: Version 3.0 of the Maven GPG plugin was cancelled. Will the next release be 3.0.2 or 3.0.1? If the latter, could someone withJira privs at a 3.0.1 version to the MGP

[RESULT] [VOTE] Release Apache Maven Scripting Plugin version 3.0.0

2021-03-01 Thread Robert Scholte
Hi, The vote has passed with the following result: +1 : Hervé BOUTEMY, Romain Manni-Bucau, Robert Scholte, Olivier Lamy PMC quorum: reached I will promote the artifacts to the central repo. On 24-2-2021 21:02:07, Robert Scholte wrote: Hi, We solved 2 issues: https://issues.apache.org/jira/se

Maven GPG next version

2021-03-01 Thread Elliotte Rusty Harold
Version 3.0 of the Maven GPG plugin was cancelled. Will the next release be 3.0.2 or 3.0.1? If the latter, could someone withJira privs at a 3.0.1 version to the MGPG Jira component so we can set it as the fix version? Thanks. -- Elliotte Rusty Harold elh...@ibiblio.org

RE: Doxia 1.10 and maven-site-plugin 3.10

2021-03-01 Thread Bertrand Martin
Okay, this is now fixed, thank you Maarten! What else do we need so Doxia 1.10 and then Maven Site Plugin 3.10 can be released? Bertrand Martin www.sentrysoftware.com -Original Message- From: Slawomir Jaranowski Sent: Monday, March 01, 2021 9:14 To: Maven Developers List ; Maarten Mul

[GitHub] [maven-site-plugin] elharo merged pull request #39: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests

2021-03-01 Thread GitBox
elharo merged pull request #39: URL: https://github.com/apache/maven-site-plugin/pull/39 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 g

[GitHub] [maven-site-plugin] bertysentry commented on pull request #39: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests

2021-03-01 Thread GitBox
bertysentry commented on pull request #39: URL: https://github.com/apache/maven-site-plugin/pull/39#issuecomment-788041050 Awesome news! :-) This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [maven-site-plugin] elharo commented on pull request #39: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests

2021-03-01 Thread GitBox
elharo commented on pull request #39: URL: https://github.com/apache/maven-site-plugin/pull/39#issuecomment-788034268 Looks good. CI is slow today, but I'll merge as soon as they all pass. Thanks! This is an automated messag

[GitHub] [maven-site-plugin] mthmulders commented on pull request #39: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests

2021-03-01 Thread GitBox
mthmulders commented on pull request #39: URL: https://github.com/apache/maven-site-plugin/pull/39#issuecomment-788023747 The remaining tests are also fixed by upgrading the Maven Javadoc Plugin. Just pushed. This is an auto

[GitHub] [maven-site-plugin] elharo commented on pull request #39: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests

2021-03-01 Thread GitBox
elharo commented on pull request #39: URL: https://github.com/apache/maven-site-plugin/pull/39#issuecomment-787975296 Running through Jenkins: https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-site-plugin/job/msite-871/ Given that this fixes some tests, and does n

[GitHub] [maven-site-plugin] bertysentry commented on pull request #39: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests

2021-03-01 Thread GitBox
bertysentry commented on pull request #39: URL: https://github.com/apache/maven-site-plugin/pull/39#issuecomment-787963914 This is cool, thank you! We're making good progress as only 2 integration tests are now failing: ``` Error: The following builds failed: Error: * MSITE-51

[GitHub] [maven-site-plugin] mthmulders opened a new pull request #39: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests

2021-03-01 Thread GitBox
mthmulders opened a new pull request #39: URL: https://github.com/apache/maven-site-plugin/pull/39 These test failed on macOS with Java above 8; now they pass with Java 8, 11 and 15 on macOS. This is an automated message f

Re: Doxia 1.10 and maven-site-plugin 3.10

2021-03-01 Thread Elliotte Rusty Harold
I filed an issue for this: https://issues.apache.org/jira/browse/MSITE-871 Whoever has time and a Mac can look into it. On Mon, Mar 1, 2021 at 8:14 AM Slawomir Jaranowski wrote: > > Hi, > I have run test locally: > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > OS name: "ma

Re: Core IT failures with AdoptOpenJDK 11 OpenJ9, but not with HotSpot

2021-03-01 Thread Benjamin Marwell
Hi Falko, I regularly work with OpenJ9 and encountered such issues. Sometimes it is a coding error which does not lead to an error in Hotspot, sometimes it is a J9 problem (e.g. JIT problems, class loading, etc.). If you want to dig in, there are a few things you can try: The JVM option -verbose:

Re: Doxia 1.10 and maven-site-plugin 3.10

2021-03-01 Thread Slawomir Jaranowski
Hi, I have run test locally: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac" and - Java version: 1.8.0_282, vendor: AdoptOpenJDK - PASS - Java version: 11.0.9, vendor: Oracle Corporation [ERROR] The following