You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Carter Kozak (Jira)" <ji...@apache.org> on 2021/08/04 15:08:00 UTC

[jira] [Resolved] (LOG4J2-3133) The slf4j (1.7) implementation is missing some expected methods

     [ https://issues.apache.org/jira/browse/LOG4J2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carter Kozak resolved LOG4J2-3133.
----------------------------------
    Resolution: Fixed

merged into release-2.x and master

> The slf4j (1.7) implementation is missing some expected methods
> ---------------------------------------------------------------
>
>                 Key: LOG4J2-3133
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-3133
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: SLF4J Bridge
>    Affects Versions: 2.14.1
>            Reporter: Carter Kozak
>            Assignee: Carter Kozak
>            Priority: Major
>             Fix For: 2.15.0
>
>
> The following are missing, and result in linker warnings:
> StaticMDCBinder.getSingleton(): StaticMDCBinder
>  StaticMarkerBinder.getSingleton(): StaticMarkerBinder
> This isn't a problem unless you're linting for linkage issues, at runtime the error is caught and the singleton field is used directly. We might as well avoid exceptions on initialization and support the preferred mechanisms.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)