Re: [VOTE] Release Apache Maven Enforcer Plugin / Extension version 3.0.0

2021-07-27 Thread Arnaud Héritier
+1 Le mar. 27 juil. 2021 à 19:32, Robert Scholte a écrit : > +1 > > On 26-7-2021 23:17:57, Robert Scholte wrote: > Hi, > > We solved 37 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&version=12346527&styleName=Text > > There are still a couple of issues le

[GitHub] [maven-site] cpsauer commented on pull request #249: Minor improvement to English fluency

2021-07-27 Thread GitBox
cpsauer commented on pull request #249: URL: https://github.com/apache/maven-site/pull/249#issuecomment-887863726 Wow. That was fast. Awesome. Thanks! -- 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] michael-o merged pull request #249: Minor improvement to English fluency

2021-07-27 Thread GitBox
michael-o merged pull request #249: URL: https://github.com/apache/maven-site/pull/249 -- 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: dev-unsubsc

[GitHub] [maven-site] cpsauer opened a new pull request #249: Minor improvement to English fluency

2021-07-27 Thread GitBox
cpsauer opened a new pull request #249: URL: https://github.com/apache/maven-site/pull/249 Fixed some unusual phrasing I saw while reading the docs. Goal is to leave things even better than I found them. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [VOTE] Release Apache Maven Enforcer Plugin / Extension version 3.0.0

2021-07-27 Thread Robert Scholte
+1 On 26-7-2021 23:17:57, Robert Scholte wrote: Hi, We solved 37 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&version=12346527&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317520

Re: [VOTE] Release Apache Maven Enforcer Plugin / Extension version 3.0.0

2021-07-27 Thread Michael Osipov
Am 2021-07-26 um 23:17 schrieb Robert Scholte: Hi, We solved 37 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&version=12346527&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317520%

Re: [VOTE] Release Apache Maven Enforcer Plugin / Extension version 3.0.0

2021-07-27 Thread Hervé BOUTEMY
+1 reproducible build verified, reference build done with JDK 8 on Windows Regards, Hervé Le lundi 26 juillet 2021, 23:17:57 CEST Robert Scholte a écrit : > Hi, > > We solved 37 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&ve > rsion=12346527&styleName=Te

Re: [Maven 4] Collapsing mvnDebug into mvn

2021-07-27 Thread Michael Osipov
So you say that -B will implicitly disable --debug without any further notice? I logically agree that batch contradicts debug which requires interaction with the suspended VM. Both does not make sense. Note: Colors are easier now. They now work just like people are used with grep --color...

Re: [Maven 4] Collapsing mvnDebug into mvn

2021-07-27 Thread Robert Scholte
batch mode means no interaction, but the debug-flag is an interaction (java process is waiting for input). So it doesn't make sense to have both activated. This will prevent CI jobs to hang when using --debug (if they assume this means logging at debug level) batch implies disabling colours, but

Re: Upcoming Maven 3.8.2

2021-07-27 Thread Michael Osipov
So folks, all open issues have been resolved for this release. We have now 67 issues addressed. One last remaining is to upgrade SLF4J to avoid race conditions in Surefire. I'll give fellow committers a few more days to raise their hand if something else should be part of this release otherw

Re: [Maven 4] Collapsing mvnDebug into mvn

2021-07-27 Thread Michael Osipov
OK, let me sum up what you are proposing: Am 2021-07-27 um 12:39 schrieb Robert Scholte: I actually like the idea of renaming --debug/-X to --verbose/-X and we're actually lucky. When renaming we can add a message that --debug for logging at debug level has been renamed to --verbose. A prece

Re: [Maven 4] Collapsing mvnDebug into mvn

2021-07-27 Thread Robert Scholte
I actually like the idea of renaming --debug/-X to --verbose/-X and we're actually lucky. When renaming we can add a message that --debug for logging at debug level has been renamed to --verbose. Due to the nature of debugging (waiting until remote debugger is attached) the message will be visib

Re: [JENKINS] - New Maven Controller for the project

2021-07-27 Thread Arnaud Héritier
👍 thanks As discussed on Slack I will open.a support case on CloudBees side to study the instability issue of linux agents. I will verify that there is nothing wrong in the new setup (but I found nothing bad personally which could create such issue) The major change when we compare ci-builds and ci

Re: [JENKINS] - New Maven Controller for the project

2021-07-27 Thread Gavin McDonald
On Tue, Jul 27, 2021 at 10:18 AM Arnaud Héritier wrote: > Gavin, these JDKs are only for build agents, right ? > Tibor was asking for the JVM used to host Tomcat/Jenkins. > (And I suppose that the controller part is templatised) > Oh right, sorry, yes the client controllers use a system openjdk

Re: [JENKINS] - New Maven Controller for the project

2021-07-27 Thread Arnaud Héritier
Gavin, these JDKs are only for build agents, right ? Tibor was asking for the JVM used to host Tomcat/Jenkins. (And I suppose that the controller part is templatised) On Mon, Jul 26, 2021 at 1:06 PM Gavin McDonald wrote: > There are MANY JDKS installed already. Oracle JDKs OpenJDKs AdoptOpenJDKs