Skip to content
New issue

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

Slf4j Version Advances Causes Failures #1883

Closed
ChristopherDavenport opened this issue Jun 20, 2023 · 0 comments · Fixed by #1884
Closed

Slf4j Version Advances Causes Failures #1883

ChristopherDavenport opened this issue Jun 20, 2023 · 0 comments · Fixed by #1884

Comments

@ChristopherDavenport
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant