You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2021/04/26 22:01:00 UTC

[jira] [Updated] (MSHARED-983) remove org.codehaus.plexus.logging.AbstractLogEnabled

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

Elliotte Rusty Harold updated MSHARED-983:
------------------------------------------
    Component/s: maven-shared-utils

> remove org.codehaus.plexus.logging.AbstractLogEnabled
> -----------------------------------------------------
>
>                 Key: MSHARED-983
>                 URL: https://issues.apache.org/jira/browse/MSHARED-983
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-shared-utils
>            Reporter: Elliotte Rusty Harold
>            Priority: Major
>
> The problem is
> public abstract class AbstractJavaTool<Request extends JavaToolRequest>
>  extends AbstractLogEnabled implements JavaTool<Request>
>  
> This should be replaced with SLF4J to remove a lot of transitive dependencies on plexus-container.
>  
> However this change is backwards incompatible.



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