cloudconvert / cloudconvert-java

Official CloudConvert Java SDK
35 stars 19 forks source link

Consider using SLF4J stable version #21

Closed AlexFalappa closed 3 years ago

AlexFalappa commented 4 years ago

SLF4J 2.0.0-alpha1 uses a backward incompatible method for finding logging implementations and do not play nicely with a lot of code bases stuck with SLF4J 1.7.x and a compliant logging implementation (e.g. logback).

More details on the backward incompatibility here: http://www.slf4j.org/faq.html#changesInVersion18

josiasmontag commented 3 years ago

I would accept a PR for this :)