Skip to content

NoSuchMethodError when upgrading logback-core from 1.5.0 to 1.5.1 #785

@abendt

Description

@abendt

When upgrading logback-core from 1.5.0 to 1.5.1 (or 1.5.2) in a SpringBoot application (Spring Boot 3.2.3) the app fails to start with this exception:

Logging system failed to initialize using configuration from 'null'
java.lang.NoSuchMethodError: 'void ch.qos.logback.core.model.ModelUtil.setProperty(ch.qos.logback.core.model.processor.ModelInterpretationContext, java.lang.String, java.lang.String, ch.qos.logback.core.joran.action.ActionUtil$Scope)'
	at org.springframework.boot.logging.logback.SpringPropertyModelHandler.handle(SpringPropertyModelHandler.java:60)
...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions