[ https://issues.apache.org/jira/browse/BOOKKEEPER-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006396#comment-16006396 ]
Hudson commented on BOOKKEEPER-1059: ------------------------------------ SUCCESS: Integrated in Jenkins build bookkeeper-master #1744 (See [https://builds.apache.org/job/bookkeeper-master/1744/]) BOOKKEEPER-1059: Upgrade to SLF4J-1.7.25 (mmerli: rev fc4800544bcd60c66fa682e6ffcbf2789b7fbb74) * (edit) bookkeeper-server/pom.xml > 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)