So I finally found a bit of time to get started on doing a release only to find that mvn clean install fails.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:integration-test (integration-tests) on project log4j-core: Execution integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:integration-test failed: java.lang.NoClassDefFoundError: org/apache/logging/log4j/core/impl/InexistentInterface: org.apache.logging.log4j.core.impl.InexistentInterface -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:integration-test (integration-tests) on project log4j-core: Execution integration-tests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:integration-test failed: java.lang.NoClassDefFoundError: org/apache/logging/log4j/core/impl/InexistentInterface I know that a class was added to test/resources to test ThrowableProxy but I’m not sure what is happening here. Ralph
