You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2017/03/01 05:45:21 UTC

Re: [VOTE] Release Log4j 2.8.1-rc1

+1

From src zip distribution: ASC, MD4, SHA1 OK.

Following BUILDING.md.

RAT check OK.
CLIRR check OK on log4j-api.

FAILS: mvn clean install

PASSES: mvn clean install -pl !log4j-nosql
(this is a known issue)

PASSES: mvn site

Using

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T08:41:47-08:00)
Maven home: C:\Java\apache-maven-3.3.9\bin\..
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_80\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"

Gary


On Sun, Feb 26, 2017 at 6:09 PM, Ralph Goers <ra...@dslextreme.com>
wrote:

> This is a vote to release Log4j 2.8.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 72 hours (or more if required). 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:
>
> <https://github.com/apache/logging-log4j2/blob/fae030ae021790d3127eb5d273141c2ecd1f82e5/RELEASE-NOTES.md#new-features>New
> Features
>
>    - LOG4J2-1823 <https://issues.apache.org/jira/browse/LOG4J2-1823>:
>    Remove deprecation on MessageSupplier lambda functions in Logger API.
>    - LOG4J2-1807 <https://issues.apache.org/jira/browse/LOG4J2-1807>:
>    [core] Add and implement LogEvent.toImmutable().
>
>
> <https://github.com/apache/logging-log4j2/blob/fae030ae021790d3127eb5d273141c2ecd1f82e5/RELEASE-NOTES.md#fixed-bugs>Fixed
> Bugs
>
>    - LOG4J2-1804 <https://issues.apache.org/jira/browse/LOG4J2-1804>:
>    Allow %i in file pattern to be preceded with characters other than just
>    '-'. Thanks to Pierrick Hymbert.
>    - LOG4J2-1816 <https://issues.apache.org/jira/browse/LOG4J2-1816>:
>    Change minOccur to minOccurs in Log4j-config.xsd. Thanks to shubhankar1100.
>    - LOG4J2-1803 <https://issues.apache.org/jira/browse/LOG4J2-1803>: Fix
>    Maven POM to ensure JMH generated classes in log4j-perf are included in
>    benchmarks jar.
>    - LOG4J2-1800 <https://issues.apache.org/jira/browse/LOG4J2-1800>:
>    Report errors when sending to Kafka when using syncSend=false. Thanks to
>    Vincent Tieleman.
>    - LOG4J2-1805 <https://issues.apache.org/jira/browse/LOG4J2-1805>:
>    Fixed rare race condition in FixedDateFormat, made FixedDateFormat::millisSinceMidnight
>    method public.
>    - LOG4J2-1799 <https://issues.apache.org/jira/browse/LOG4J2-1799>:
>    Fixed bug in PropertiesUtil::getCharsetProperty that caused
>    UnsupportedCharsetException for ConsoleAppender. Thanks to Eduard
>    Gizatullin.
>    - LOG4J2-1806 <https://issues.apache.org/jira/browse/LOG4J2-1806>: Fix
>    Javadoc for DefaultRolloverStrategy::purgeAscending Thanks to
>    challarao.
>    - LOG4J2-1818 <https://issues.apache.org/jira/browse/LOG4J2-1818>: Fix
>    rollover to work when filePattern contains no directory components. Thanks
>    to xkr47.
>
>
> <https://github.com/apache/logging-log4j2/blob/fae030ae021790d3127eb5d273141c2ecd1f82e5/RELEASE-NOTES.md#changes>
> Changes
>
>    - LOG4J2-1822 <https://issues.apache.org/jira/browse/LOG4J2-1822>:
>    Update SLF4J to 1.7.24.
>    - LOG4J2-1812 <https://issues.apache.org/jira/browse/LOG4J2-1812>:
>    Improved error message when log4j 2 configuration file not found.
>    - LOG4J2-1810 <https://issues.apache.org/jira/browse/LOG4J2-1810>:
>    Update to use Logback 1.1.10 and then Logback 1.2 for tests.
>    - LOG4J2-1819 <https://issues.apache.org/jira/browse/LOG4J2-1819>:
>    Update Jackson from 2.8.5 to 2.8.6.
>
> Tag:
>
> a)  for a new copy do "git clone https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" and then "git checkout tags/log4j-2.8.1-rc1”
> b) for an existing working copy to “git pull” and then “git checkout tags/log4j-2.8.1-rc1”
>
> Web Site:  <http://rgoers.github.io/log4j2-site/index.html>http://rgoers.github.io/log4j2-site/index.html
>
> Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1025
>
> You may download all the artifacts by executing:
>
> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1025/org/apache/logging/log4j/
>
> Ralph
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Log4j 2.8.1-rc1

Posted by Matt Sicker <bo...@gmail.com>.
I was pretty busy today with some distributed logging stuff (I think I've
mentioned this recently), so I didn't get a chance to test this out yet.
I'll test it out with some apps at work before submitting a vote on
Wednesday.

On 28 February 2017 at 23:45, Gary Gregory <ga...@gmail.com> wrote:

> +1
>
> From src zip distribution: ASC, MD4, SHA1 OK.
>
> Following BUILDING.md.
>
> RAT check OK.
> CLIRR check OK on log4j-api.
>
> FAILS: mvn clean install
>
> PASSES: mvn clean install -pl !log4j-nosql
> (this is a known issue)
>
> PASSES: mvn site
>
> Using
>
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> 2015-11-10T08:41:47-08:00)
> Maven home: C:\Java\apache-maven-3.3.9\bin\..
> Java version: 1.7.0_80, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_80\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"
>
> Gary
>
>
> On Sun, Feb 26, 2017 at 6:09 PM, Ralph Goers <ra...@dslextreme.com>
> wrote:
>
>> This is a vote to release Log4j 2.8.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 72 hours (or more if required). 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:
>>
>> <https://github.com/apache/logging-log4j2/blob/fae030ae021790d3127eb5d273141c2ecd1f82e5/RELEASE-NOTES.md#new-features>New
>> Features
>>
>>    - LOG4J2-1823 <https://issues.apache.org/jira/browse/LOG4J2-1823>:
>>    Remove deprecation on MessageSupplier lambda functions in Logger API.
>>    - LOG4J2-1807 <https://issues.apache.org/jira/browse/LOG4J2-1807>:
>>    [core] Add and implement LogEvent.toImmutable().
>>
>>
>> <https://github.com/apache/logging-log4j2/blob/fae030ae021790d3127eb5d273141c2ecd1f82e5/RELEASE-NOTES.md#fixed-bugs>Fixed
>> Bugs
>>
>>    - LOG4J2-1804 <https://issues.apache.org/jira/browse/LOG4J2-1804>:
>>    Allow %i in file pattern to be preceded with characters other than just
>>    '-'. Thanks to Pierrick Hymbert.
>>    - LOG4J2-1816 <https://issues.apache.org/jira/browse/LOG4J2-1816>:
>>    Change minOccur to minOccurs in Log4j-config.xsd. Thanks to shubhankar1100.
>>    - LOG4J2-1803 <https://issues.apache.org/jira/browse/LOG4J2-1803>:
>>    Fix Maven POM to ensure JMH generated classes in log4j-perf are included in
>>    benchmarks jar.
>>    - LOG4J2-1800 <https://issues.apache.org/jira/browse/LOG4J2-1800>:
>>    Report errors when sending to Kafka when using syncSend=false. Thanks to
>>    Vincent Tieleman.
>>    - LOG4J2-1805 <https://issues.apache.org/jira/browse/LOG4J2-1805>:
>>    Fixed rare race condition in FixedDateFormat, made
>>    FixedDateFormat::millisSinceMidnight method public.
>>    - LOG4J2-1799 <https://issues.apache.org/jira/browse/LOG4J2-1799>:
>>    Fixed bug in PropertiesUtil::getCharsetProperty that caused
>>    UnsupportedCharsetException for ConsoleAppender. Thanks to Eduard
>>    Gizatullin.
>>    - LOG4J2-1806 <https://issues.apache.org/jira/browse/LOG4J2-1806>:
>>    Fix Javadoc for DefaultRolloverStrategy::purgeAscending Thanks to
>>    challarao.
>>    - LOG4J2-1818 <https://issues.apache.org/jira/browse/LOG4J2-1818>:
>>    Fix rollover to work when filePattern contains no directory components.
>>    Thanks to xkr47.
>>
>>
>> <https://github.com/apache/logging-log4j2/blob/fae030ae021790d3127eb5d273141c2ecd1f82e5/RELEASE-NOTES.md#changes>
>> Changes
>>
>>    - LOG4J2-1822 <https://issues.apache.org/jira/browse/LOG4J2-1822>:
>>    Update SLF4J to 1.7.24.
>>    - LOG4J2-1812 <https://issues.apache.org/jira/browse/LOG4J2-1812>:
>>    Improved error message when log4j 2 configuration file not found.
>>    - LOG4J2-1810 <https://issues.apache.org/jira/browse/LOG4J2-1810>:
>>    Update to use Logback 1.1.10 and then Logback 1.2 for tests.
>>    - LOG4J2-1819 <https://issues.apache.org/jira/browse/LOG4J2-1819>:
>>    Update Jackson from 2.8.5 to 2.8.6.
>>
>> Tag:
>>
>> a)  for a new copy do "git clone https://git-wip-us.apache.org/repos/asf/logging-log4j2.git" and then "git checkout tags/log4j-2.8.1-rc1”
>> b) for an existing working copy to “git pull” and then “git checkout tags/log4j-2.8.1-rc1”
>>
>> Web Site:  <http://rgoers.github.io/log4j2-site/index.html>http://rgoers.github.io/log4j2-site/index.html
>>
>> Artifacts: https://repository.apache.org/content/repositories/orgapachelogging-1025
>>
>> You may download all the artifacts by executing:
>>
>> wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapachelogging-1025/org/apache/logging/log4j/
>>
>> Ralph
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
> JUnit in Action, Second Edition
> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
> Spring Batch in Action
> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <bo...@gmail.com>