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/21 11:58:00 UTC

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

Elliotte Rusty Harold created MSHARED-983:
---------------------------------------------

             Summary: 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
            Reporter: Elliotte Rusty Harold


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)