Re: [ANN] Apache Maven 4.0.0-alpha-7 released

2023-08-27 Thread Mark Derricutt
 On 28/08/2023 at 11:42:48 AM, Guillaume Nodet  wrote:

> I haven’t had a chance to look into this yet - but I wondered if anyone
> else had seen anything similar?
>
>
> No.  Can you check if you're using a recent surefire version ?
>

I’m using 3.1.2 here, which AFAIK is the latest.  Along with Junit
Jupiter 5.10.0 - interestingly I just set up a clean room project to check
with and it seemed fine - so there must be some other dependency that’s
confusing things along the way.

If I manage to reproduce it from a clean/example project I’ll update.

-- 
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree


Re: [ANN] Apache Maven 4.0.0-alpha-7 released

2023-08-27 Thread Guillaume Nodet
Le lun. 28 août 2023 à 00:22, Mark Derricutt  a écrit :

>  On 29/06/2023 at 3:16:24 PM, Guillaume Nodet  wrote:
>
> > Maven 4.0.0-alpha-7 is available via
> https://maven.apache.org/download.cgi
> >
>
>
> Interesting - I noticed over the weekend that under 4.0.0-alpha-7 surefire
> isn’t picking up any of my Junit 5 tests, but maven 3.9.4 is.
>
> I haven’t had a chance to look into this yet - but I wondered if anyone
> else had seen anything similar?
>

No.  Can you check if you're using a recent surefire version ?


>
>
> --
> "Great artists are extremely selfish and arrogant things" — Steven Wilson,
> Porcupine Tree
>


-- 

Guillaume Nodet


Re: [maven-build-cache-extension] branch master updated: remove unused logback dependency (#88)

2023-08-27 Thread Olivier Lamy
-1 Please revert this commit.
I'm the only one to express some concerns about such change.
Se conversations here
https://github.com/apache/maven-build-cache-extension/pull/88#issuecomment-1694496822

On Sat, 26 Aug 2023 at 23:33,  wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> elharo pushed a commit to branch master
> in repository 
> https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>  new 47f8404  remove unused logback dependency (#88)
> 47f8404 is described below
>
> commit 47f8404c256fa51ea2ce819eb782de88c36c2bd5
> Author: Elliotte Rusty Harold 
> AuthorDate: Sat Aug 26 09:31:34 2023 -0400
>
> remove unused logback dependency (#88)
> ---
>  pom.xml|  6 --
>  src/test/resources/logback.xml | 40 
>  2 files changed, 46 deletions(-)
>
> diff --git a/pom.xml b/pom.xml
> index 1c11381..8dc816c 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -188,12 +188,6 @@ under the License.
>junit-jupiter
>test
>  
> -
> -  ch.qos.logback
> -  logback-classic
> -  1.3.11
> -  test
> -
>  
>org.slf4j
>log4j-over-slf4j
> diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml
> deleted file mode 100644
> index 88be419..000
> --- a/src/test/resources/logback.xml
> +++ /dev/null
> @@ -1,40 +0,0 @@
> -
> -
> -
> -
> -   />
> -
> -  
> -
> -  %-4relative [%thread] %-5level %logger{64} - %msg %n
> -
> -  
> -
> -   name="org.apache.maven.buildcache.BuildCacheMojosExecutionStrategy" 
> level="debug"/>
> -
> -  
> -
> -  
> -
> -
>

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



Re: [ANN] Apache Maven 4.0.0-alpha-7 released

2023-08-27 Thread Mark Derricutt
 On 29/06/2023 at 3:16:24 PM, Guillaume Nodet  wrote:

> Maven 4.0.0-alpha-7 is available via https://maven.apache.org/download.cgi
>


Interesting - I noticed over the weekend that under 4.0.0-alpha-7 surefire
isn’t picking up any of my Junit 5 tests, but maven 3.9.4 is.

I haven’t had a chance to look into this yet - but I wondered if anyone
else had seen anything similar?


-- 
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree