+1
Confirmed the release on my Linux system by following the steps provided
in the review kit.
openjdk 17.0.15 2025-04-15
OpenJDK Runtime Environment (build 17.0.15+6-Ubuntu-0ubuntu124.04)
OpenJDK 64-Bit Server VM (build 17.0.15+6-Ubuntu-0ubuntu124.04, mixed
mode, sharing)
On 6/13/25 20:5
+1
If I don't enable Docker, then the whole build passes, I can validate
the src zip file with:
mvn clean verify
FWIW, you can't just exclude "log4j-layout-template-json-test" with:
mvn clean verify -Pdocker -D'docker.showLogs=true' -pl
'!log4j-layout-template-json-test'
because:
[INFO] --- b