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
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
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:
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
>
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