[ANNOUNCEMENT] Log4j 2.14.0 released

2020-11-10 Thread Ralph Goers
The Apache Log4j 2 team is pleased to announce the Log4j 2.14.0 release! Apache Log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many other modern features such

Re: org.apache.logging.log4j.LoggerTest.mdc failure

2020-11-10 Thread Matt Sicker
That module isn't set up for parallel execution yet, and I don't think I've even updated any tests there yet, either. If it's in log4j-api, then yes, that could be from concurrency issues which might be due to a missing annotation for indicating thread context dependence (@UsingAnyThreadContext or

Re: [RESULT][VOTE] Release Log4j 2.14.0-rc1

2020-11-10 Thread Carter Kozak
Sorry I'm a little late to the party, I wasn't around a keyboard all weekend. This would have been a +1 from me if I'd made it in time! [logging-log4j2-2.x]$ mvn -version Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 1.8.0_252, vendor: Azul Systems, Inc., runtime: /home/ckozak/.

org.apache.logging.log4j.LoggerTest.mdc failure

2020-11-10 Thread Volkan Yazıcı
log4j-1.2-api/src/test/java/org/apache/log4j/LoggerTest.java:556 on master fails on OSX with the following error: Test Year is null ==> expected: not I am suspecting parallel execution for this. That is, context map getting mutated concurrently. Otherwise I have no idea why would this fail: Thr