GitHub user cakofony opened a pull request:

    https://github.com/apache/logging-log4j2/pull/156

    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

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/logging-log4j2/pull/156.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 #156
    
----
commit c8dc8ffc57aaa0a29ad70c51731379323b43dd51
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.

----


---

Reply via email to