cailin186 / reflections

Automatically exported from code.google.com/p/reflections
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Reflections is incompatible with slf4j-api 1.6.x or later #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reflections seems to be using older slf4j that is no longer compatible with 
versions starting from 1.6.x. The error message I get is:

---
SLF4J: slf4j-api 1.6.x (or later) is incompatible with this binding.
SLF4J: Your binding is version 1.5.5 or earlier.
SLF4J: Upgrade your binding to version 1.6.x. or 2.0.x

---

Original issue reported on code.google.com by lavikain...@gmail.com on 10 Sep 2010 at 5:59

GoogleCodeExporter commented 9 years ago
I've tested 0.9.5-RC2 against SLF4j 1.6.1 by excluding and overriding 
dependencies in my project and all is fine. As a plus SLF4j 1.6+ doesn't 
require a logger impl be present (defaults to no logging), so the dependency on 
logback can safely be dropped.

Original comment by mark.ren...@gmail.com on 10 Feb 2011 at 1:51

GoogleCodeExporter commented 9 years ago
fixed on trunk

Original comment by ronm...@gmail.com on 12 May 2011 at 8:28