-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
[springboot 3.3.7 or >= 3.4.0] Required a bean of type 'org.springframework.data.rest.webmvc.mapping.Associations' that could not be found. #2828
Comments
I encounter the same behavior with Spring Boot 3.4.1, though it works fine with 3.4.0. That said, I can resolve under 3.4.1 if I override I should mention one oddity. Of two of my apps that use Springdoc 2.7.0, one works fine with Spring Boot 3.4.1 and the other doesn't. It's not clear to me what the difference is? |
Same issue here. Overriding |
I believe the problem is related to
That said, I don't know why the above results in the unfortunate Dev Tools behavior. |
Thank you for the feedback, I can confirm that it only happens when running the application with The commit from
|
Describe the bug
When I upgrade from SpringBoot 3.3.6 to 3.3.7 (with springdoc-openapi 2.6.0) or 3.4.1 (with springdoc-openapi 2.7.0) I get the following error:
This is the stacktrace when I set
debug: true
in the application.yml:To Reproduce
Steps to reproduce the behavior:
In the Main class (
@SpringBootApplication
) I'm using the following Beans:In the Rest Controller (
@RestController
) I'm using the following annotations:Expected behavior
The application starts without errors.
Additional context
The application is a SpringBoot Application with Spring Data Rest and Spring Data Elastic Search
The text was updated successfully, but these errors were encountered: