Hi All,

Running 'mvn clean install' on git main [1] gives me:

[ERROR] Failures:
[ERROR]   AsyncLoggerConfigTest.testSingleFilterInvocation:114
Wanted but not invoked:
appender.append(<any>);
-> at 
org.apache.logging.log4j.async.logger.AsyncLoggerConfigTest.testSingleFilterInvocation(AsyncLoggerConfigTest.java:114)

However, there was exactly 1 interaction with this mock:
appender.getName();
-> at 
org.apache.logging.log4j.core.config.AppenderControl.<init>(AppenderControl.java:50)

I am using:

Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: C:\java\apache-maven-3.9.9
Java version: 17.0.12, vendor: Eclipse Adoptium, runtime: C:\Program 
Files\Eclipse Adoptium\jdk-17.0.12.7-hotspot
Default locale: en_US, platform encoding: UTF-8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Is it just me?

Gary
[1] commit 8be94bcec33332cdb04c6aa28abe17c4e2d16f30 (HEAD -> main, origin/main)

Reply via email to