-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception when Upgraded to 1.4.13 #744
Comments
I'm seeing the same kind of exceptions when upgrading from |
I had the same issue after the upgrade from 1.4.11 to 1.4.12 / 1.4.13. The way I fixed it was by explicitly adding logback-core dependency with the same version as logback-classic.
|
We have also experienced this exception moving to 1.4.14 from 1.4.11. We have matched versions of the jars, so the workaround mentioned is not applicable to us. |
The Loader.systemClassloaderIfNull method was added in commit bf59a63 part of logback version 1.4.12 released on 2023-11-27. The exception is thrown only if logback-core artifact is older than 1.4.12. @dc-oe Please to check that the logback-core artifact is indeed version 1.4.12 or later. I am rather certain that the logback-core and logback-classic versions in your project do not match. |
You would be correct. We are running under Tomcat and had 2 copies under different classsloaders. Neglected to update the one in Tomcat's classloader. All is good. |
This is worked for me also. Thanks |
hantsy/spring6-sandbox#501
In My Spring 6 example, when upgrading to 1.4.13, it failed the tests run on Github actions.
The text was updated successfully, but these errors were encountered: