Just noticed in some javadocs: Throwables.addSuppressed() was marked deprecated for removal in 2.5 and yet here it stands in 2.6.x. Should be really removed eventually.
On 6 June 2016 at 17:12, Leon Finker <[email protected]> wrote: > +1 > we've hit LOG4J2-1409 issue > > On 2016-06-05 21:55 (-0400), Ralph Goers <[email protected]> > wrote: > > This is a vote to release Log4j 2.6.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: > > > > New features: > > o LOG4J2-1411: Add documentation about plugin builders compared to > factories. > > > > Fixed Bugs: > > o LOG4J2-1405: OnStartupTriggeringPolicy was forcing a rollover of > empty files at startup and would append a > > second footer that was added by the prior shutdown. > > o LOG4J2-1406: Fixed bug in ReusableParameterizedMessage where > Throwable was never updated so first error was logged over > > and over again and subsequent errors were not logged. Thanks to > Trask Stalnaker. > > o LOG4J2-1409: Fixed ArrayIndexOutOfBoundsException that may occur in > ReusableParameterizedMessage. Thanks to Shahan. > > o LOG4J2-997: Add filter and remove filter were not working properly in > AbstractFilterable. Thanks to Maytee Chinavanichkit. > > o LOG4J2-1032: Change RenameAction to use java.nio to better report > rename failures. > > o LOG4J2-1407: Misleading WARN log events from Log4j about message > factories and unexpected formatting. Thanks to Gary Gregory. > > o LOG4J2-1408: The module log4j-liquibase is missing from BOM POM. > Thanks to Gary Gregory. > > o LOG4J2-1180: Logger cache does not account for message factory. > Thanks to Gary Gregory. > > o LOG4J2-1402: Fix regression in properties configuration to support > arbitrary component ids. > > > > Changes: > > o LOG4J2-1385: (GC) CSV layouts should not create a new CSVPrinter for > each log event. Requires Apache Commons CSV 1.4. > > o LOG4J2-1398: Update liquibase-core from 3.4.2 to 3.5.1. > > o LOG4J2-1399: Update Apache Commons CSV from 1.3 to 1.4. > > > > Tag: > > > > a) for a new copy do "git clone > https://git-wip-us.apache.org/repos/asf/logging-log4j2.git < > https://git-wip-us.apache.org/repos/asf/logging-log4j2.git>" and then > "git checkout tags/log4j-2.6.1-rc1” > > b) for an existing working copy to “git pull” and then “git checkout > tags/log4j-2.6.1-rc1” > > Web Site: <http://rgoers.github.io/log4j2-site/index.html> > http://rgoers.github.io/log4j2-site/index.html < > http://rgoers.github.io/log4j2-site/index.html> > > > > Artifacts: > https://repository.apache.org/content/repositories/orgapachelogging-1019 < > https://repository.apache.org/content/repositories/orgapachelogging-1017> > > 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-1019/org/apache/logging/log4j/ > < > https://repository.apache.org/content/repositories/orgapachelogging-1019/org/apache/logging/log4j/ > > > > Ralph > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Matt Sicker <[email protected]>
