Repository: logging-log4j2 Updated Branches: refs/heads/master ce29cb3f9 -> 3e9493436
[LOG4J2-2491] Allow all Appenders to optionally carry a Property array. Allow all Appenders to optionally carry a Property array. This allows 3rd party tooling to read and write properties for their own use. This refactoring pulls up the properties instance variable and methods from org.apache.logging.log4j.kafka.appender.KafkaAppender.Builder to org.apache.logging.log4j.core.filter.AbstractFilterable.Builder. Also deprecate withFilter() in favor of setFilter(). Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3e949343 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3e949343 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3e949343 Branch: refs/heads/master Commit: 3e949343646b2533358787d4e203cd77c0b85be0 Parents: ce29cb3 Author: Gary Gregory <[email protected]> Authored: Mon Oct 29 11:19:57 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon Oct 29 11:19:57 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3e949343/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8bf1bcd..278e605 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -299,6 +299,9 @@ <action issue="LOG4J2-2489" dev="ggregory" type="update"> JDBC Appender should release parameter resources ASAP. </action> + <action issue="LOG4J2-2491" dev="ggregory" type="update"> + Allow all Appenders to optionally carry a Property array. + </action> </release> <release version="2.11.2" date="2018-MM-DD" description="GA Release 2.11.2"> <action issue="LOG4J2-2391" dev="ckozak" type="update"> @@ -379,6 +382,9 @@ <action issue="LOG4J2-2489" dev="ggregory" type="update"> JDBC Appender should release parameter resources ASAP. </action> + <action issue="LOG4J2-2491" dev="ggregory" type="update"> + Allow all Appenders to optionally carry a Property array. + </action> </release> <release version="2.11.1" date="2018-07-22" description="GA Release 2.11.1"> <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">
