-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
I am currently on Spring Boot 3.3.11 I am facing two issues, my logback-access is currently on version 1.4.12 as it uses the class - TeeFilter from
import ch.qos.logback.access.servlet.TeeFilter; when running the application I get the :
ch/qos/logback/core/util/StatusPrinter2` when I upgrade. when I keep getting -
<logback.version>1.5.8</logback.version>
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'teeFilter' defined in class path resource
Failed to instantiate [org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 'teeFilter' threw exception with message: ch/qos/logback/access/servlet/TeeFilter
`
I guess the other is not on the other version and the other is not. currently stuck not finding the solution.
Spring Boot 3.3.11
logback-access - 1.4.12 for TeeFilter gives error on StatusPrinter2 and upgrade to 1.5.8 gives error on TeeFilter.