[
https://issues.apache.org/jira/browse/LOG4J2-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573439#comment-16573439
]
ASF GitHub Bot commented on LOG4J2-2363:
----------------------------------------
GitHub user bjlaub opened a pull request:
https://github.com/apache/logging-log4j2/pull/203
[LOG4J2-2363] pass object parameter to reusable events
make ReusableObjectMessage always pass its object as the first parameter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bjlaub/logging-log4j2
fix-reusable-object-message
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/203.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #203
----
commit 4bbdf98b55be8731e067f44aec7a10122c75ce68
Author: Brian Laub <bjlaub@...>
Date: 2018-08-08T16:16:30Z
[LOG4J2-2363] pass object parameter to reusable events
make ReusableObjectMessage always pass its object as the first parameter
----
> ReusableObjectMessage does not pass object parameter to reusable events
> -----------------------------------------------------------------------
>
> Key: LOG4J2-2363
> URL: https://issues.apache.org/jira/browse/LOG4J2-2363
> Project: Log4j 2
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.11.0, 2.11.1
> Reporter: Carter Kozak
> Assignee: Carter Kozak
> Priority: Major
> Fix For: 3.0.0, 2.11.2
>
>
> swapParameters returns the unmodified input array. Implementations of
> swapParameters should agree with the value returned from getParameters.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)