You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I placed a variable of Class<?> type in the entity class, and used @ParameterObject annotation for the parameters in the controller. At this point, an infinite loop appeared. Here is a simple example project:springdoc-infinite-loop-bug
(This description is machine translation. If you cannot understand, please reply to me and I will try using other descriptions for translation. Sorry~~)
Describe the bug
I placed a variable of Class<?> type in the entity class, and used @ParameterObject annotation for the parameters in the controller. At this point, an infinite loop appeared. Here is a simple example project:springdoc-infinite-loop-bug
(This description is machine translation. If you cannot understand, please reply to me and I will try using other descriptions for translation. Sorry~~)
Student.java
TestController.java
To Reproduce
Steps to reproduce the behavior:
What version of spring-boot you are using?
3.2.5
What modules and versions of springdoc-openapi are you using?
2.5.0
Provide with a sample code (HelloController) or Test that reproduces the problem
a example project : springdoc-infinite-loop-bug
Screenshots
The text was updated successfully, but these errors were encountered: