lookfirst / sardine

an easy to use webdav client for java
Other
579 stars 185 forks source link

Replace SLF4J with java.util.logging (JUL) as SLF4J can cause issues with other libraries #220

Closed dconnelly closed 9 years ago

dconnelly commented 9 years ago

…assles when mixing with other third party libraries. Safest is to just use JUL logging especially in a third-party library in order to avoid class path issues. Otherwise, the necessary bridging can become complicated.

lookfirst commented 9 years ago

Sure... removing a dependency sounds like a fine idea. =) @dkocher ?

dkocher commented 9 years ago

+1

lookfirst commented 9 years ago

5.6 is on its way up to maven central. thanks for the PR!