Build fails in Master

2022-01-30 Thread Ralph Goers
I just pulled master and am unable to build it. [INFO] Running org.apache.log4j.config.PropertiesConfigurationTest 2022-01-30 22:39:47,046 main ERROR Unable to create Layout org.apache.log4j.EnhancedPatternLayout due to ClassNotFoundException:org.apache.log4j.EnhancedPatternLayout [ERROR] Tests

Re: [apache/logging-log4j2] Bump tomcat-catalina from 8.5.20 to 10.0.14 (PR #662)

2022-01-30 Thread Volkan Yazıcı
I have replaced `tomcat-catalina` dependency with `tomcat-juli`, which doesn't have any dependencies. Version is still 10.0.16. I have skimmed through tomcat-juli module sources and didn't encounter any `javax` and/or `jakarta` dep

Re: I've disabled the Log4j2 Jenkins build for now

2022-01-30 Thread Matt Sicker
Yes, that would be ok. If we ever need to add a Jenkins build again for something, we can find the files in the history. — Matt Sicker > On Jan 30, 2022, at 13:56, Volkan Yazıcı wrote: > > Thanks so much Matt! > I have created LOG4J2-3376 > to

Re: I've disabled the Log4j2 Jenkins build for now

2022-01-30 Thread Volkan Yazıcı
Thanks so much Matt! I have created LOG4J2-3376 to track this story. Is it safe to delete files matching with the `*jenkins*` pattern in both `release-2.x` and `master`? On Fri, Jan 28, 2022 at 5:31 PM Matt Sicker wrote: > I’ve disabled the Je

Re: Is a truly small core possible for 3.0?

2022-01-30 Thread Matt Sicker
Yesterday, I spent some time porting the general logic from Feather (along with re-adding a “ReifiedType” class similar to the “TypeReference” class in Guice) along with filling in the functionality gaps it had which I already had support for in the BeanManager API (mainly support for @Inject-an