Dependency on slf4j-simple causes version conflicts
See original GitHub issueutil-slf4j-api
depends on slf4j-simple
which brings a logging implementation in to any project which depends on util-slf4j-api
. This can cause version conflicts if the project already depends on another version of an slf4j
implementation. For example, finagle-serversets
depends on slf4j-log4j12:1.7.5
.
util-slf4j-api
should not depend on any logging implementation (except in test scopes).
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Maven + SLF4J: Version conflict when using two different ...
Maven + SLF4J: Version conflict when using two different dependencies that require two different SLF4J versions · 1. Please add the error you...
Read more >SLF4J FAQ
In other words, complete independence from the API underlying logging system is not possible for a stand-alone application. Nevertheless, SLF4J reduces the ...
Read more >SLF4J Error Codes
This IllegalStateException is thrown post-initialization and informs the user that initialization of LoggerFactory has failed. Note It is important to realize ...
Read more >SLF4J Manual
The Simple Logging Facade for Java (SLF4J) serves as a simple facade or ... Mixing different versions of slf4j-api.jar and SLF4J binding can...
Read more >Compatibility report - SLF4J
Please note that in many cases incompatibility problems are caused by mixing different versions of slf4j artifacts. For example, if you are using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alex, we’ve officially released 18.9.1 to address this issue. I’m going to close this one, but please open another one if there are still problems. Thanks!
https://finagle.github.io/blog/2018/09/27/point-release-notes/
Hey @adleong, we’re looking into getting this fixed up as soon as we can.