Repository: logging-log4j2 Updated Branches: refs/heads/master b562b0717 -> 0b222b7f2
[LOG4J2-2270] Strings::join, when called with [null] returns "null" instead of EMPTY. I implemented a different fix than the one proposed in the PR. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0b222b7f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0b222b7f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0b222b7f Branch: refs/heads/master Commit: 0b222b7f2366b7d38e303d1a36f424e814bfcbf5 Parents: b562b07 Author: Gary Gregory <[email protected]> Authored: Sun Feb 25 11:05:39 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Feb 25 11:05:39 2018 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0b222b7f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f0a538a..ae9015c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -251,6 +251,9 @@ <action issue="LOG4J2-2264" dev="ggregory" type="update"> Update JAnsi from 1.16 to 1.17. </action> + <action issue="LOG4J2-2270" dev="ggregory" type="fix" due-to="Cyril Martin"> + Strings::join, when called with [null] returns "null" instead of EMPTY. + </action> </release> <release version="2.10.0" date="2017-11-18" description="GA Release 2.10.0"> <action issue="LOG4J2-2120" dev="mikes" type="add" due-to="Carter Douglas Kozak">
