Re: [DISCUSS] Support 'log4j.rootLogger=INFO,Console' configuration grammar in log4j2

2022-01-09 Thread Dan Kegel
Ralph Goers schrieb am So., 9. Jan. 2022, 20:53: > StrSubstitutor is already complicated Having just reviewed that function and its looping caller, I would have to agree

Couldn't build release branch without reverting the 2.17.1-SNAPSHOT naming commit

2021-12-20 Thread Dan Kegel
I guess this is expected, but on my 2nd machine, I couldn't build the release branch because it couldn't find 2.17.1-SNAPSHOT stuff: [ERROR] Failed to execute goal on project log4j-1.2-api: Could not resolve dependencies for project org.apache.logging.log4j:log4j-1.2-api:jar:2.17.1-SNAPSHOT: org.a

SocketAppenderReconnectTest still flaky on mac 11.8.1; raising timeout to 15 sec helps

2021-12-20 Thread Dan Kegel
My build procedure for the release-2.x branch succeeded on mac 10.16.7, but is failing one lousy test on mac 11.8.1: SocketAppenderReconnectTest.reconnect_should_fallback_when_there_are_multiple_resolved_hosts:129->verifyLoggingSuccess:192->awaitUntilSucceeds:219 » ConditionTimeout I think https:

Re: Building log4j from source on mac? (toolchain.xml madness!)

2021-12-20 Thread Dan Kegel
hain > > for Java 9 or greater. I’d recommend Java 11. > > > > Ralph > > > >> On Dec 19, 2021, at 10:53 PM, Dan Kegel wrote: > >> > >> Hi all! > >> > >> I'm trying to write an ide-free shell script to reproducibly build log4j >

Building log4j from source on mac? (toolchain.xml madness!)

2021-12-19 Thread Dan Kegel
chain.xml to tell javac to target a different version of the jdk in each of the jdk7/8/9 sections? Or do I actually have to go dig up an ancient JDK 1.7 to make maven and log4j happy? https://blog.hcf.dev/article/2019-09-15-maven-toolchains-xml-script suggests the latter, ugh... Thanks, Dan Kegel