You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
java.lang.NoClassDefFoundError: ch/qos/logback/core/joran/spi/JoranException
at ch.qos.logback.ext.spring.web.LogbackConfigListener.contextInitialized(Unknown Source)
The text was updated successfully, but these errors were encountered:
Compile dependencies are completely missing from the maven pom of release 0.1.5 of logback-ext-spring, resulting in NoClassDefFoundError in a maven project. See the pom:
http://central.maven.org/maven2/org/logback-extensions/logback-ext-spring/0.1.5/logback-ext-spring-0.1.5.pom
The ones from the build.gradle should be there.
Example of stacktrace:
The text was updated successfully, but these errors were encountered: