+1 >From src zip distro, MD5, ASC ok. RAT, Clirr ok, tests ok, installed into local repo ok. Checkstyle and FindBugs reports were not clean but no worse than before it seems.
With: Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T04:57:37-07:00) Maven home: C:\Java\apache-maven-3.3.3 Java version: 1.7.0_79, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_79\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" The caveat is the with Maven 3.3.3, the checkstyle report throws an exception but the build proceeds OK. This is a known problem interfacing with Slf4j IIRC. I could not produce a clean full site for some reason, maybe to my incorrect Maven usage, but the site Ralph produced looks good so I am OK. Thank you Ralph, Gary On Sun, May 10, 2015 at 3:28 PM, Ralph Goers <[email protected]> wrote: > This is a vote to release Log4j 2.3, 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, but only Logging PMC votes are “officially” counted. As > always, at least 3 +1 votes are required. > > Changes in this version include: > > New features: > o LOG4J2-984: PatternLayout %highlight to support noConsoleNoAnsi like > %style. Thanks to Jonas Höpfner. > o LOG4J2-926: Truncate from the end of text format modifier. Thanks to David > Ohana. > > Fixed Bugs: > o LOG4J2-1009: Incorrectly defined compressionType parameter to GelfLayout. > Thanks to Mikael Ståldal. > o LOG4J2-1008: > org.apache.logging.log4j.core.config.plugins.util.ResolverUtil.extractPath(URL) > incorrectly converts '+' characters to spaces. Thanks to Ralph Goers, Gary > Gregory. > o LOG4J2-1007: org.apache.logging.log4j.core.util#fileFromUri(URI uri) > incorrectly converts '+' characters to spaces. Thanks to Ralph Goers, Gary > Gregory. > o LOG4J2-1003: JUL Logger.throwing is mis-mapped to ERROR when it should be > TRACE. Thanks to Dan Armbrust. > o LOG4J2-965: System.out no longer works after the Console appender and > JANSI are initialized. Thanks to Khotyn Huang. > o LOG4J2-993: Deadlock would occur if appender thread creates a new Logger > during reconfiguration. > o LOG4J2-991: Async root logger config should default includeLocation to > false. Thanks to Ryan Rupp. > o LOG4J2-985: AbstractFilter should not implement equals() and hashCode(). > Thanks to Sean Dawson. > o LOG4J2-980: Numerical overflow in BurstFilter not handled correctly. > Thanks to Mikhail Mazurskiy. > o LOG4J2-981: Incorrect unlock in ProviderUtil. Thanks to Mikhail Mazurskiy. > o LOG4J2-966: KeyStoreConfiguration.createKeyStoreConfiguration() ignores > keyManagerFactoryAlgorithm. Thanks to Gary Gregory. > o LOG4J2-976: Using monitorInterval with YAML config file format causes > JSONParseException. Thanks to Matt Quinn. > o LOG4J2-964: StringFormattedMessage serialization is incorrect. Thanks to > Jonne Jyrylä. > o LOG4J2-947: A new StatusLoggerAdmin listener is added to StatusLogger > every time the log is reconfigured. Thanks to Stefan Wehner. > o LOG4J2-968: SyslogLayout contains extra space. Thanks to Paul D Johe. > o LOG4J2-967: log4j2.component.properties not read for all properties. > Thanks to Stefan Wehner. > o LOG4J2-971: Another bad priority in Syslog messages. Thanks to Paul D Johe. > o LOG4J2-972: > org.apache.logging.log4j.core.net.ssl.TlsSyslogInputStreamReader does not > need to create temp Integer objects. Thanks to Gary Gregory. > o LOG4J2-974: Typo in EventLogger documentation. Thanks to Daniel Galán y > Martins. > > Changes: > o LOG4J2-998: Make org.apache.logging.log4j.core.Logger#updateConfiguration > protected. Thanks to Mariano Gonzalez. > o LOG4J2-995: Move UTF-8 constant from Charsets to Constants class. Remove > Charsets class. > o LOG4J2-988: Update LMAX Disruptor from 3.3.0 to 3.3.2. Thanks to Gary > Gregory. > o LOG4J2-987: Migrate tests from Logback 1.1.2 to 1.1.3. Thanks to Gary > Gregory. > o LOG4J2-988: Update tests to use ActiveMQ from 5.10 to 5.11.1. Thanks to > Gary Gregory. > o LOG4J2-1004: Update Jackson from 2.5.1 to 2.5.3. > o LOG4J2-1005: Update Slf4j from 1.7.7 to 1.7.12. > > Tag: > https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=commit;h=2f6b93c05e38e042b9a018a2526182c2f5b0a9dd > or > 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.3" > b) for an existing working copy to “git pull” and then “git checkout > tags/log4j-2.3" > > > Web Site: http://people.apache.org/~rgoers/log4j2/ > > Artifacts: > <https://repository.apache.org/content/repositories/orgapachelogging-1012>https://repository.apache.org/content/repositories/orgapachelogging-1014 > > 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-1014/org/apache/logging/log4j/ > > Ralph > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
