You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/10 18:33:04 UTC

[jira] [Commented] (BOOKKEEPER-1059) Upgrade to SLF4J-1.7.25

    [ https://issues.apache.org/jira/browse/BOOKKEEPER-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16005186#comment-16005186 ] 

ASF GitHub Bot commented on BOOKKEEPER-1059:
--------------------------------------------

GitHub user merlimat opened a pull request:

    https://github.com/apache/bookkeeper/pull/147

    BOOKKEEPER-1059: Upgrade to SLF4J-1.7.25

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/merlimat/bookkeeper slf4j-1.7

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

    https://github.com/apache/bookkeeper/pull/147.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 #147
    
----
commit 08e305ef3e56a9ad54d31a826e1eb25da65e027b
Author: Matteo Merli <mm...@apache.org>
Date:   2017-05-10T18:30:39Z

    BOOKKEEPER-1059: Upgrade to SLF4J-1.7.25

----


> Upgrade to SLF4J-1.7.25
> -----------------------
>
>                 Key: BOOKKEEPER-1059
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1059
>             Project: Bookkeeper
>          Issue Type: Task
>            Reporter: Matteo Merli
>            Assignee: Matteo Merli
>            Priority: Minor
>             Fix For: 4.5.0
>
>
> BookKeeper is currently using SLF4J 1.6.4. By upgrading to 1.7x, the most visible change would be to be able to pass a variable number of arguments without needing to wrap them into a:
> {code:java}
> log.info("msg: {} {} {}", new Object[] {x, y, x});
> // versus
> log.info("msg: {} {} {}", x, y, x);
> {code}
> SLF4J 1.7 has been around since 2012.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)