Oops, I picked up versions from the wrong console, I tested with Java 8,
not 11:

openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-bre_2021_10_20_23_15-b00)
OpenJDK 64-Bit Server VM (build 25.312-b00, mixed mode)

Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /usr/local/Cellar/maven/3.8.4/libexec
Java version: 1.8.0_312, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@8/1.8.0+312/libexec/openjdk.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "12.1", arch: "x86_64", family: "mac"

Darwin *** 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:54 PST
2021; root:xnu-8019.61.5~1/RELEASE_X86_64 x86_64

Gary

On Mon, Dec 27, 2021 at 8:30 PM Gary Gregory <garydgreg...@gmail.com> wrote:

> +1
>
> - OK gpg verify of all 2.17.1 ASC files on
> https://dist.apache.org/repos/dist/dev/logging/log4j/
> - RAT check fails on 2 MD files, not a blocker, just needs ASL headers.
> - OK mvn clean install -pl '!log4j-cassandra'
>   Again for me, the log4j-cassandra module crashes the JVM for me. If I
> try different versions of cassandra-all, I either get a crash, or the IT
> test hangs.
>
> openjdk version "11.0.12" 2021-07-20
> OpenJDK Runtime Environment Homebrew (build 11.0.12+0)
> OpenJDK 64-Bit Server VM Homebrew (build 11.0.12+0, mixed mode)
>
> Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
> Maven home: /usr/local/Cellar/maven/3.8.4/libexec
> Java version: 11.0.12, vendor: Homebrew, runtime:
> /usr/local/Cellar/openjdk@11/11.0.12/libexec/openjdk.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "12.1", arch: "x86_64", family: "mac"
>
> Darwin *** 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:54 PST
> 2021; root:xnu-8019.61.5~1/RELEASE_X86_64 x86_64
>
> Gary
>
> On Mon, Dec 27, 2021 at 7:31 PM Matt Sicker <boa...@gmail.com> wrote:
>
>> This is a vote to release Log4j 2.17.1, the next version of the Log4j 2
>> project.
>>
>> Please download, test, and cast your votes on the log4j developers list.
>> [] +1, release the artifacts
>> [] -1, don't release because...
>>
>> The vote will remain open for as short amount as time as required to vet
>> the release. All votes are welcome and we encourage everyone to test the
>> release, but only Logging PMC votes are “officially” counted. As always, at
>> least 3 +1 votes and more positive than negative votes are required.
>>
>> Changes in this version include:
>>
>>
>> Fixed Bugs
>>                 * [LOG4J2-3290](
>> https://issues.apache.org/jira/browse/LOG4J2-3290):
>>     Remove unused method.
>>                 * [LOG4J2-3292](
>> https://issues.apache.org/jira/browse/LOG4J2-3292):
>>     ExtendedLoggerWrapper.logMessage no longer double-logs when location
>> is requested.
>>                 * [LOG4J2-3289](
>> https://issues.apache.org/jira/browse/LOG4J2-3289):
>>     log4j-to-slf4j no longer re-interpolates formatted message contents.
>>                 * [LOG4J2-3204](
>> https://issues.apache.org/jira/browse/LOG4J2-3204):
>>     Correct SpringLookup package name in Interpolator. Thanks to
>> Francis-FY.
>>                 * [LOG4J2-3284](
>> https://issues.apache.org/jira/browse/LOG4J2-3284):
>>     log4j-to-slf4j takes the provided MessageFactory into account Thanks
>> to Michael Vorburger.
>>                 * [LOG4J2-3264](
>> https://issues.apache.org/jira/browse/LOG4J2-3264):
>>     Fix MapLookup to lookup MapMessage before DefaultMap Thanks to
>> Yanming Zhou.
>>                 * [LOG4J2-3274](
>> https://issues.apache.org/jira/browse/LOG4J2-3274):
>>     Buffered I/O checked had inverted logic in
>> RollingFileAppenderBuidler. Thanks to Faisal Khan Thayub Khan.
>>                 * [](https://issues.apache.org/jira/browse/LOG4J2-3274):
>>     Fix NPE when input is null in StrSubstitutor.replace(String,
>> Properties).
>>                 * [LOG4J2-3270](
>> https://issues.apache.org/jira/browse/LOG4J2-3270):
>>     Lookups with no prefix only read values from the configuration
>> properties as expected.
>>                 * [LOG4J2-3256](
>> https://issues.apache.org/jira/browse/LOG4J2-3256):
>>     Reduce ignored package scope of KafkaAppender. Thanks to Lee Dongjin.
>>
>> Tag:
>> a)  for a new copy do "git clone
>> https://github.com/apache/logging-log4j2.git <
>> https://github.com/apache/logging-log4j2.git> and then "git checkout
>> tags/log4j-2.17.1-rc1”  or just "git clone -b log4j-2.17.1-rc1
>> https://github.com/apache/logging-log4j2.git <
>> https://github.com/apache/logging-log4j2.git>"
>> b) for an existing working copy to “git pull” and then “git checkout
>> tags/log4j-2.17.1-rc1”
>>
>> Web Site:  https://logging.staged.apache.org/log4j/2.x/index.html <
>> https://logging.staged.apache.org/log4j/2.x/index.html>
>>
>> Maven Artifacts:
>> https://repository.apache.org/content/repositories/orgapachelogging-1078/
>>
>> Distribution archives:
>> https://dist.apache.org/repos/dist/dev/logging/log4j/ <
>> https://dist.apache.org/repos/dist/dev/logging/log4j/>
>>
>> You may download all the Maven artifacts by executing:
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate
>> https://repository.apache.org/content/repositories/orgapachelogging-1078/org/apache/logging/log4j/
>>
>> --
>> Matt Sicker
>>
>>

Reply via email to