[HEADS UP] Maven 3.9.9 release soon

2024-08-13 Thread Tamás Cservenák
Howdy, just a heads up, that Maven 3.9.9 is about to happen soon: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.9 Until then, please grab latest Maven 3.9.9-SNAPSHOT and test it: https://repository.apache.org/service/local/artifact/maven/redirect?r=

Re: [HEADS UP] Maven 3.9.9 release soon

2024-08-13 Thread Mateusz Gajewski
Tested locally with Trino on JDK 22.0.2 - builds just fine :) On Tue, Aug 13, 2024 at 11:55 AM Tamás Cservenák wrote: > Howdy, > > just a heads up, that Maven 3.9.9 is about to happen soon: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.9 > > Un

[VOTE] Release Apache Maven 3.9.9

2024-08-13 Thread Tamás Cservenák
Howdy, We solved 13 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repos

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-13 Thread Jorge Solórzano
+1 (nb) On Tue, Aug 13, 2024, 18:13 Tamás Cservenák wrote: > Howdy, > > We solved 13 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-13 Thread John Neffenger
-1 I'm getting the following error when I run Maven 3.9.9 in a directory that does not have a ".mvn" sub-directory. Does anyone else get these errors? .../maven/bin/mvn: 136: [: /home/john: unexpected operator .../maven/bin/mvn: 136: [: /home: unexpected operator .../maven/bin/mvn: 136:

Maven 3.9.9 unexpected operator

2024-08-13 Thread John Neffenger
I think the errors I'm getting in my previous message are from Maven 3.9.9 using a Bash construct in a normal '/bin/sh' shell script, which is dash on my Ubuntu system. Dash prints the "unexpected operator" error message when '==' is used instead of '=' in a test. I think you can also use '-eq

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-13 Thread Slawomir Jaranowski
line 136 has: if [ "$wdir" == '/' ] ; then there is a wrong operator wt., 13 sie 2024 o 22:29 John Neffenger napisał(a): > -1 > > I'm getting the following error when I run Maven 3.9.9 in a directory > that does not have a ".mvn" sub-directory. Does anyone else get these > errors? > >.

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-13 Thread Elliotte Rusty Harold
I agree this is a problem. Not the first time that a new Java language feature has caused problems for much existing code. Who else remembers that JUnit's assertTrue used to be simply assert? That was an ugly one. In this case, I'm not yet sold that the cure isn't worse than the disease. In partic

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-13 Thread Guillaume Nodet
Le mar. 13 août 2024 à 23:43, Elliotte Rusty Harold a écrit : > > I agree this is a problem. Not the first time that a new Java language > feature has caused problems for much existing code. Who else remembers > that JUnit's assertTrue used to be simply assert? That was an ugly > one. > > In this

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-13 Thread Gary Gregory
I agree with Guillaume. This is just an alias with a deprecation warning or a plain rename. Either way would be OK with me. Gary On Tue, Aug 13, 2024, 5:49 PM Guillaume Nodet wrote: > Le mar. 13 août 2024 à 23:43, Elliotte Rusty Harold > a écrit : > > > > I agree this is a problem. Not the fir

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-13 Thread James Gao
shellcheck SC3014: In POSIX sh, == in place of = is undefined. On Wed, Aug 14, 2024 at 4:49 AM Slawomir Jaranowski wrote: > line 136 has: > > if [ "$wdir" == '/' ] ; then > > there is a wrong operator > > wt., 13 sie 2024 o 22:29 John Neffenger napisał(a): > > > -1 > > > > I'm getting the

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-13 Thread Chaloemphon Praphuchakang
มันคืออะไร ทำไมฉันถึงยังไม่ได้รับความเข้าใจอย่างชัดเจน รบกวนอธิบาย อย่างละเอียด ในวันที่ อ. 13 ส.ค. 2024 23:13 Tamás Cservenák เขียนว่า: > Howdy, > > We solved 13 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12354823 > > There are still a couple o

Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-13 Thread Romain Manni-Bucau
+0, from my window module is a generic term whereas project brings a semantic which is regularly wrong for maven. Build-segment is ugly but more accurate. For me there is no real ambiguity with jpms since we cant use "module" for jpms since it is not specific enough and would be worse and ambiguous