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
An issue was raised in logback that seems near identical to what we're experiencing. The issue was closed citing this commit which seems to have been applied to version 3.3.3.
Can the same fix be applied to version 3.3.0?
Current boot version 3.3.0
Logback version 1.5.7, previously 1.5.6 worked fine
The text was updated successfully, but these errors were encountered:
We can't apply a fix to 3.3.0 as it's been released and cannot be changed. You should either allow Spring Boot to control the version of Logback so that you're using a compatible version or upgrade to Spring Boot 3.3.3 or later.
Hello,
When trying to use the
getConfigurationLock()
method of LogbackConfigurator, the following error is thrown (spring boot version3.3.0
):java.lang.IllegalStateException: java.lang.NoSuchMethodError: 'java.lang.Object ch.qos.logback.classic.LoggerContext.getConfigurationLock()
An issue was raised in
logback
that seems near identical to what we're experiencing. The issue was closed citing this commit which seems to have been applied to version3.3.3
.Can the same fix be applied to version
3.3.0
?Current boot version
3.3.0
Logback version
1.5.7
, previously1.5.6
worked fineThe text was updated successfully, but these errors were encountered: