-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Upgrading from spring-boot 3.1.6 to 3.2.1 seems to resurface issue #37484 #39064
Comments
Thanks for the sample. This is not the same error as #37484 where the problem was with
The problem's due to
I suspect that Zookeeper doesn't need Logback at runtime and only requires SLF4J plus a logging framework that's bound to SLF4J. The tests in the sample pass when excluding Logback as well as Boot's logging starter:
You may want to open a Spring Kafka to explore excluding Logback from |
Upgrading from spring-boot 3.1.6 to 3.2.1 seems to resurface issue #37484
Steps to reproduce:
Run tests in the attached gradle projects (currently configured with spring-boot 3.1.6), tests pass. The test literally just starts the container, no actual functionality is tested.
Change the spring-boot version to 3.2.0 or 3.2.1 and run the tests again. This time they fail with a conflict between slf4j and logback.
spring-boot-3.2.1-issue.zip
The text was updated successfully, but these errors were encountered: