-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
failed to load api definition after spring boot 3.4.0-M2 #2687
Comments
I can confirm this issue, it happens to me when I have a custom Problematic code is in
seems like the ControllerAdviceBean constructor has changed in SB 3.4 |
If it helps, here is a stacktrace even without a custom
|
Can we get some movement on this issue please. |
Thank you for raising this concern. spring-boot 3.4 is not yet GA. A good next step would be to propose a pull request (PR) to address the problem. Otherwise, the community will address it when i or someone has the bandwidth to take a closer look. |
You're right, sorry. Spring 6.2 is in RC. I will push a PR once it's released. Thanks! |
Hello...Any further updates, with which springboot version it is going to be fixed ? I am at 3.4.1 and it's not working. |
Hi @gauravsg24 , you should use 2.8.3 version with sb 3.4.1 |
Describe the bug
I am using spring-boot-starter-webflux in conjunction with springdoc-openapi-starter-webflux-ui 2.6.0 version , it was working with spring boot 3.3.3 version.
After upgrading the same to 3.4.0-M2 , I am getting below error on UI loading, skeleton is rendered but apis are not due to below error.
Failed to fetch /v3/api-docs
Expected behavior
UI loaded with APIs
Screenshots
Additional context
Stacktrace :
app.log
The text was updated successfully, but these errors were encountered: