[jboss-jira] [JBoss JIRA] (JBLOGGING-97) Object value passed to JBossLogManagerProvider.putMdc(String, Object) should be returned from getMdc(final String)
James Perkins (JIRA)
issues at jboss.org
Thu May 1 16:35:56 EDT 2014
[ https://issues.jboss.org/browse/JBLOGGING-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964972#comment-12964972 ]
James Perkins commented on JBLOGGING-97:
----------------------------------------
Completed, just need to wait for a 2.0 version of the log manager to be released. https://github.com/jamezp/jboss-logging/compare/JBLOGGING-97
> Object value passed to JBossLogManagerProvider.putMdc(String, Object) should be returned from getMdc(final String)
> ------------------------------------------------------------------------------------------------------------------
>
> Key: JBLOGGING-97
> URL: https://issues.jboss.org/browse/JBLOGGING-97
> Project: JBoss Logging
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: slf4j-jboss-logmanager
> Affects Versions: 3.1.3.GA
> Reporter: Scott Marlow
> Assignee: James Perkins
> Priority: Blocker
> Fix For: 3.1.5.GA
>
>
> Change JBossLogManagerProvider.putMdc(final String key, final Object value) to call MDC.put(key, value) instead of MDC.put(key, String.valueOf(value))
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list