[
https://issues.apache.org/jira/browse/MRESOLVER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16536429#comment-16536429
]
Sylwester Lachiewicz commented on MRESOLVER-36:
-----------------------------------------------
Thx you for finding this regression - dependency to the slf4j-api was
optional/provided and internally Guice was unable to create objects due to lack
of slf4j api on maven-provider project classpath.
With change in pull 18 Maven will pass all tests (internal and it-s).
> SLFJ - remove LoggerFactory from dependency injection
> -----------------------------------------------------
>
> Key: MRESOLVER-36
> URL: https://issues.apache.org/jira/browse/MRESOLVER-36
> Project: Maven Resolver
> Issue Type: Improvement
> Components: resolver
> Affects Versions: Maven Artifact Resolver 1.1.1
> Reporter: Sylwester Lachiewicz
> Assignee: Olivier Lamy (*$^¨%`£)
> Priority: Minor
> Fix For: Maven Artifact Resolver 1.1.2
>
>
> Because Maven moved to SL4J as the primary login structure we can remove
> {{NullLoggerFactory}} class and replace {{loggerFactory}} variables with
> {{LoggerFactory.getLogger}}
> To maintain compatibility constructors will be Deprecated
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)