JDK 18: Rampdown Phase 1 & Early-Access builds 27

2021-12-09 Thread David Delabassee
Robert, Thank you for being part of the OpenJDK Quality Outreach Program. As year-end 2021 approaches, I'd like to share some updates on JDK 18, which is scheduled for General Availability on March 22, 2022. JDK 18 has now entered Rampdown Phase One (RDP1) [1], which means that the

Re: reviewing Maven Wrapper before releasing

2021-12-09 Thread Hervé BOUTEMY
thank you to everybody who reviewed, discussed, contributed we now have 16 issues fixed, everything seems stable if nobody objects, I'll start a release over the week-end Regards, Hervé Le mardi 7 décembre 2021, 00:07:41 CET Hervé BOUTEMY a écrit : > Hi, > > Maven Wrapper has been donated to

[GitHub] [maven-gh-actions-shared] slachiewicz merged pull request #24: Improve verification of site building

2021-12-09 Thread GitBox
slachiewicz merged pull request #24: URL: https://github.com/apache/maven-gh-actions-shared/pull/24 -- 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. To unsubscribe,

[GitHub] [maven-site] hboutemy merged pull request #219: Add 'What's New in Maven 4' blog

2021-12-09 Thread GitBox
hboutemy merged pull request #219: URL: https://github.com/apache/maven-site/pull/219 -- 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. To unsubscribe, e-mail:

[GitHub] [maven-site] hboutemy merged pull request #275: Version requirement for versions before next major release

2021-12-09 Thread GitBox
hboutemy merged pull request #275: URL: https://github.com/apache/maven-site/pull/275 -- 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. To unsubscribe, e-mail:

[GitHub] [maven-site] hboutemy merged pull request #278: Fix url syntax for javaalmanac.io

2021-12-09 Thread GitBox
hboutemy merged pull request #278: URL: https://github.com/apache/maven-site/pull/278 -- 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. To unsubscribe, e-mail:

[GitHub] [maven-site] hboutemy commented on pull request #278: Fix url syntax for javaalmanac.io

2021-12-09 Thread GitBox
hboutemy commented on pull request #278: URL: https://github.com/apache/maven-site/pull/278#issuecomment-990245367 stupid me: thank you :) -- 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

[GitHub] [maven-site] hboutemy merged pull request #277: Added Bytesafe to Available Repository Managers

2021-12-09 Thread GitBox
hboutemy merged pull request #277: URL: https://github.com/apache/maven-site/pull/277 -- 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. To unsubscribe, e-mail:

[GitHub] [maven-gh-actions-shared] slawekjaranowski opened a new pull request #24: Improve verification of site building

2021-12-09 Thread GitBox
slawekjaranowski opened a new pull request #24: URL: https://github.com/apache/maven-gh-actions-shared/pull/24 - add site build to fail-fast-build - build site with profile reporting - skip test during site build, it is done in the same workspace so report from test execution

[GitHub] [maven-site] niclas-g opened a new pull request #277: Added Bytesafe to Available Repository Managers

2021-12-09 Thread GitBox
niclas-g opened a new pull request #277: URL: https://github.com/apache/maven-site/pull/277 Added a link to Bytesafe which has support for Maven -- 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

Re: [DISCUSS] Move maven caching to an external repository

2021-12-09 Thread Michael Osipov
Am 2021-12-07 um 09:47 schrieb Guillaume Nodet: Following the recent work done to integrate the maven caching / incremental build system into maven, I think it's now time to discuss where we want its long-term location to be. This extension was donated a few months ago and provides local and

Re: [DISCUSS] Move maven caching to an external repository

2021-12-09 Thread Guillaume Nodet
Le jeu. 9 déc. 2021 à 09:52, Hervé BOUTEMY a écrit : > we have most plugins that are simple with only 1 mono-module build > This makes documentation easy in /plugins/maven-*-plugin/: > see https://maven.apache.org/components/plugins/ for full list > > we have a few components that have a plugin

Re: [DISCUSS] Move maven caching to an external repository

2021-12-09 Thread Hervé BOUTEMY
we have most plugins that are simple with only 1 mono-module build This makes documentation easy in /plugins/maven-*-plugin/: see https://maven.apache.org/components/plugins/ for full list we have a few components that have a plugin as part of a larger multi-module build, like surefire, jxr,

Re: reviewing Maven Wrapper before releasing

2021-12-09 Thread Dan Tran
awesome. Thanks On Thu, Dec 9, 2021 at 12:43 AM Hervé BOUTEMY wrote: > this is the fix in https://issues.apache.org/jira/browse/MWRAPPER-18 > > with wrapper 0.5.6, there was a fixed Maven version hard coded in maven- > wrapper.jar and inconsistent local installation directory name (see Jira >

Re: reviewing Maven Wrapper before releasing

2021-12-09 Thread Hervé BOUTEMY
this is the fix in https://issues.apache.org/jira/browse/MWRAPPER-18 with wrapper 0.5.6, there was a fixed Maven version hard coded in maven- wrapper.jar and inconsistent local installation directory name (see Jira issue for detailed description) with MWRAPPER-18, from the distributionUrl in

Re: reviewing Maven Wrapper before releasing

2021-12-09 Thread Dan Tran
That works, but how does it figure out the maven version to compute the full URL to download? Thanks -D On Wed, Dec 8, 2021 at 11:10 PM Hervé BOUTEMY wrote: > there is MVNW_REPOURL system property > https://maven.apache.org/wrapper/#Using_a_Maven_Repository_Manager > > with a fix done in

Re: [DISCUSS] Move maven caching to an external repository

2021-12-09 Thread Tamás Cservenák
s/scp/scm Sorry T On Thu, Dec 9, 2021 at 9:04 AM Tamás Cservenák wrote: > Howdy, > > yes, like maven-scm, that contains m-scp-p among other things, but there > is complete scm codebase (while m-scp-p merely "invokes" it), also, there > are examples of re-using maven-scm outside of maven, like

Re: [DISCUSS] Move maven caching to an external repository

2021-12-09 Thread Tamás Cservenák
Howdy, yes, like maven-scm, that contains m-scp-p among other things, but there is complete scm codebase (while m-scp-p merely "invokes" it), also, there are examples of re-using maven-scm outside of maven, like in case of m2e Can maven-caching be reused in any other way than extension (by

Re: [DISCUSS] Move maven caching to an external repository

2021-12-09 Thread Guillaume Nodet
I think the repository name should not contain 'extension', similar to surefire which provides a plugin, but it a bit more complex The fact that it is provided as an extension is a technicality in this case imho. No big deal though... Le mar. 7 déc. 2021 à 09:53, Tamás Cservenák a écrit : >