[ https://issues.apache.org/jira/browse/MNG-7278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501919#comment-17501919 ]
Michael Osipov commented on MNG-7278: ------------------------------------- Would you backport this to 3.9.0? > Drop use of Plexus Logger in Maven Core > --------------------------------------- > > Key: MNG-7278 > URL: https://issues.apache.org/jira/browse/MNG-7278 > Project: Maven > Issue Type: Task > Components: Core > Reporter: Tamás Cservenák > Assignee: Tamás Cservenák > Priority: Major > Fix For: 4.0.0, 4.0.0-alpha-1 > > > We decided to switch to SLF4J logging eons ago, so clean up logging: > * drop Plexus Logger use in Maven-Core > * align logger uses (we have injected, directly acquired, static, final) > > Make all core component do this: > {noformat} > private final Logger logger = LoggerFactory.getLogger( getClass() ); > {noformat} -- This message was sent by Atlassian Jira (v8.20.1#820001)