GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/157
Update ParameterConsumer index type from short to int
Originally ParameterVisitable was built for ReusableMessage which
provides a "short getParameterCount()" method. Now that the
interface isn't bound to ReusableMessage it might as well use
integer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2
parameter_consumer_index_type_backport
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/157.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 #157
----
commit 007f5739821c5502681c1df6e93e2a57bc52c4f3
Author: Carter Kozak <c4kofony@...>
Date: 2018-02-27T05:39:12Z
Update ParameterConsumer index type from short to int
Originally ParameterVisitable was built for ReusableMessage which
provides a "short getParameterCount()" method. Now that the
interface isn't bound to ReusableMessage it might as well use
integer.
----
---