On the macOS side +1 >From the src zip files: - ASC and SHA files OK - mvn clean verify OK
Using: openjdk version "17.0.13" 2024-10-15 OpenJDK Runtime Environment Homebrew (build 17.0.13+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.13+0, mixed mode, sharing) Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) Maven home: /usr/local/Cellar/maven/3.9.9/libexec Java version: 17.0.13, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@17/17.0.13/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "15.1", arch: "x86_64", family: "mac" Darwin gdg-mac-mini.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:02:27 PDT 2024; root:xnu-11215.41.3~2/RELEASE_X86_64 x86_64 Gary On Mon, Nov 18, 2024 at 6:12 PM Gary D. Gregory <ggreg...@apache.org> wrote: > Sadly, I can never seem to get a Windows build (I'll switch to my macOS > box in few mins): > > From the src zip: > > mvn clean verify > ... > [INFO] Results: > [INFO] > [ERROR] Failures: > [ERROR] > > TlsSyslogAppenderTest>SyslogAppenderTest.testDefaultAppender:64->SyslogAppenderTestBase.sendAndCheckLegacyBsdMessage:74->SyslogAppenderTestBase.checkTheNumberOfSentAndReceivedMessages:112 > The number of received messages should be equal with the number of sent > messages expected:<1> but was:<0> > [ERROR] Errors: > [ERROR] > > SocketAppenderReconnectTest.lambda$awaitUntilSucceeds$2:217->lambda$verifyLoggingSuccess$1:199 > » AppenderLogging Error writing to TCP:localhost:51504 for connection > localhost/127.0.0.1:51504 > [INFO] > [ERROR] Tests run: 2247, Failures: 1, Errors: 1, Skipped: 27 > [INFO] > > Using: > > Microsoft Windows [Version 10.0.19045.5011] > ~ > openjdk version "17.0.13" 2024-10-15 > OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11) > OpenJDK 64-Bit Server VM Temurin-17.0.13+11 (build 17.0.13+11, mixed mode, > sharing) > ~ > Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) > Maven home: C:\java\apache-maven-3.9.9 > Java version: 17.0.13, vendor: Eclipse Adoptium, runtime: C:\Program > Files\Eclipse Adoptium\jdk-17.0.13.11-hotspot > Default locale: en_US, platform encoding: UTF-8 > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > ~ > Docker version 27.3.1, build ce12230 > > Gary > > On 2024/11/18 21:32:23 "Piotr P. Karwasz" wrote: > > This is a vote to release the Apache Log4j `2.24.2`. > > > > Website: https://logging.staged.apache.org/log4j/2.24.2/index.html > > GitHub: https://github.com/apache/logging-log4j2 > > Commit: e65538dc75b52fd2f3e49d4ab5d7b40b376abb89 > > Distribution: > https://dist.apache.org/repos/dist/dev/logging/log4j/2.24.2 > > Nexus: > > https://repository.apache.org/content/repositories/orgapachelogging-1308 > > Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0 > > Review kit: > > > https://logging.apache.org/logging-parent/release-review-instructions.html > > > > Please download, test, and cast your votes on this mailing list. > > > > [ ] +1, release the artifacts > > [ ] -1, don't release, because... > > > > This vote is open for 72 hours and will pass unless getting a > > net negative vote count. All votes are welcome and we encourage > > everyone to test the release, but only the Logging Services PMC > > votes are officially counted. At least 3 +1 votes and more > > positive than negative votes are required. > > > > == Release Notes > > > > This release fixes a critical bug in Log4j API initialization code, > > which can > > cause `LogManager.getLogger()` to return `null` under certain > conditions. > > See #3143[1] for details. > > > > [1] https://github.com/apache/logging-log4j2/issues/3143 > > > > === Fixed > > > > * Fix key removal issues in Thread Context (#3048) > > * Use hard references to ``Logger``s in `LoggerRegistry`. (#3143) > > * Fix `ArrayIndexOutOfBoundsException` in JSON Template Layout truncated > > exception resolver (#3216) > > > > >