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
Consider to downgrade slf4j version to Spring Boot 2.7.x compatible
library("logback-classic", "ch.qos.logback:logback-classic:1.4.11") library("slf4j-api", "org.slf4j:slf4j-api:2.0.9")
The text was updated successfully, but these errors were encountered:
https://www.slf4j.org/manual.html#compatibility
Sorry, something went wrong.
See also spring-projects/spring-boot#12649
To avoid
> Task :spotbugsTest Scanning archives (157 / 157) 2 analysis passes to perform Pass 1: Analyzing classes (25 / 136) - 18% completeSLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
spotbugs/spotbugs-gradle-plugin#133 spotbugs/spotbugs-gradle-plugin#136
mfvanek
Successfully merging a pull request may close this issue.
Consider to downgrade slf4j version to Spring Boot 2.7.x compatible
The text was updated successfully, but these errors were encountered: