Skip to content

logback Upgrade Issue #948

@nduduzokhomo

Description

@nduduzokhomo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions