[
https://issues.apache.org/jira/browse/MNG-7278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-7278:
---------------------------------
Fix Version/s: 4.0.0-alpha-2
> 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: Tamas Cservenak
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>
> 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.10#820010)