+1 - Tested src zip file - ASC OK - SHA512 OK - Building 'mvn clean verify' OK - Using: Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /usr/local/Cellar/maven/3.9.6/libexec Java version: 17.0.9, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@17/17.0.9/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "14.2.1", arch: "x86_64", family: "mac" Darwin **** 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:54:10 PST 2023; root:xnu-10002.61.3~2/RELEASE_X86_64 x86_64
Gary On Wed, Dec 20, 2023 at 1:08 PM Matt Sicker <m...@musigma.org> wrote: > > This is a vote to release the Apache Log4j Kotlin API 1.4.0. > > Website: https://logging.staged.apache.org/log4j/kotlin > GitHub: https://github.com/apache/logging-log4j-kotlin > Commit: ee2d4a8efa16bb2223252329531c94e98ed6d1e6 > Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j-kotlin > Nexus: > https://repository.apache.org/content/repositories/orgapachelogging-1113 > Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0 > > 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. > > === Review kit > > The minimum set of steps needed to review the uploaded distribution > files in the Subversion repository can be summarized as follows: > > # Check out the distribution > svn co https://dist.apache.org/repos/... && cd $_ > > # Verify checksums > shasum --check *.sha512 > > # Verify signatures > wget -O - https://downloads.apache.org/logging/KEYS | gpg --import > for sigFile in *.asc; do gpg --verify $sigFile; done > > # Verify reproduciblity > umask 0022 > unzip *-src.zip -d src > cd src > export NEXUS_REPO=https://repository.apache.org/content/... > sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO > > === Release notes > > > This minor release fixes incorrect coroutine context map and stack. > > > ==== Added > > * Started generating CycloneDX SBOM with the recent update of > `logging-parent` to version `10.2.0` > > ==== Changed > > * Coroutine context is not cleared properly, only appended to (#54) > * Update `org.apache.logging:logging-parent` to version `10.2.0` > * Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (#52) > * Update `org.apache.logging:logging-parent` to version `10.4.0` (#53) > * Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` > (#51) > * Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1` (#50) > * Update `org.junit:junit-bom` to version `5.10.1` (#49)