-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
App can't start #542
Comments
I ran into this. I had to exclude a few dependencies from logback-access-spring-boot-starter
|
Updated Logback-access in v4.4.1. |
This was
linked to
pull requests
Jan 25, 2025
Merged
Thanks, so far it looks good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Our app on Spring-boot version 3.4.1 can't start with your latest dependency (version 4.4.0)
To Reproduce
This is the console output
Expected behavior
It should not crash on startup
Environment
Solution
I did some research and found the root cause. The issue was in logback-access and it was resolved in version 2.0.5. Here is the discussion qos-ch/logback-access#17 (comment)
So basically you need to bump the version of the logback-access from 2.0.4 to at least 2.0.5 and release logback-access-spring-boot-starter version 4.4.1
Do you have any ETA for this patch? I have temporarily manually included logback-access 2.0.5 in my pom.xml in my project to be able to move further and not be stuck.
The text was updated successfully, but these errors were encountered: