We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting a revert of the Slf4j update included in the RC3. https://github.com/tpolecat/doobie/blob/main/build.sbt#L26
Failure:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
Explanation: Log4cats purposefully exposes slf4j 1.7 https://github.com/typelevel/log4cats/blob/main/build.sbt#L31 since if others choose to advance they can, but it is not good if a backend is still released against 1.7
https://www.slf4j.org/faq.html#changesInVersion200
Since we are advanced by doobie we are falling into the failure case. Asking we fix to 1.7.x similar to log4cats.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Requesting a revert of the Slf4j update included in the RC3. https://github.com/tpolecat/doobie/blob/main/build.sbt#L26
Failure:
Explanation: Log4cats purposefully exposes slf4j 1.7 https://github.com/typelevel/log4cats/blob/main/build.sbt#L31 since if others choose to advance they can, but it is not good if a backend is still released against 1.7
https://www.slf4j.org/faq.html#changesInVersion200
Since we are advanced by doobie we are falling into the failure case. Asking we fix to 1.7.x similar to log4cats.
The text was updated successfully, but these errors were encountered: