Description
during work on MRESOLVER-36 to switch from LoggerFactory to direct slf4j, setLoggerFactory(...) methods were removed since they are not strictly required now
2 cases of removal (in DefaultArtifactResolver and DefaultRepositorySystem) broke Intellij IDEA Maven integration
adding back the method with empty implementation in the 2 classes, marking them deprecated, would restore strict API compatibility for older IDEA versions without much complexity
Attachments
Attachments
Issue Links
- is depended upon by
-
MNG-6538 Upgrade Maven Artifact Resolver to 1.3.3 to restore API
- Closed
- relates to
-
MRESOLVER-36 SLFJ - remove LoggerFactory from dependency injection
- Closed
- links to