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
When starting an app, there are some warnings from slf4j that if found more than one implementor, which will lead to an Spring Boot Application start error containing LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation from class org/springframework/boot/logging/logback/LogbackLoggingSystem.class.
The text was updated successfully, but these errors were encountered:
…er-maven-plugin (codecentric/cxf-spring-boot-starter-maven-plugin#16) now provides only one slf4j implementor, so no errors like "LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation" should occur any more. Also the downgrade of logback isn´t necessary any more.
jonathangarcia414
added a commit
to jonathangarcia414/spring-boot-starter
that referenced
this issue
Nov 8, 2022
…er-maven-plugin (codecentric/cxf-spring-boot-starter-maven-plugin#16) now provides only one slf4j implementor, so no errors like "LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation" should occur any more. Also the downgrade of logback isn´t necessary any more.
When starting an app, there are some warnings from slf4j that if found more than one implementor, which will lead to an Spring Boot Application start error containing
LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation
from classorg/springframework/boot/logging/logback/LogbackLoggingSystem.class
.The text was updated successfully, but these errors were encountered: