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
Started my application, errors when accessing springdoc ui.
To Reproduce
Steps to reproduce the behavior:
What version of spring-boot you are using?
spring-boot 3.1.2
spring-boot-starter-data-rest 3.1.2
spring-boot-starter-data-elasticsearch 3.1.2
What modules and versions of springdoc-openapi are you using?
springdoc-openapi-starter-webmvc-ui 2.2.0
Provide with a sample code (HelloController) or Test that reproduces the problem
the sample codes as above.
Expected behavior
I did some debug, Looks like customize method in SpringDocDataRestUtils should call persistentEntities.iterator(), not persistentEntities.getManagedTypes().
Describe the bug
Entity Class as following.
an object has generic parameters, as following
Repository as following
Started my application, errors when accessing springdoc ui.

To Reproduce
Steps to reproduce the behavior:
What version of spring-boot you are using?
spring-boot 3.1.2
spring-boot-starter-data-rest 3.1.2
spring-boot-starter-data-elasticsearch 3.1.2
What modules and versions of springdoc-openapi are you using?
springdoc-openapi-starter-webmvc-ui 2.2.0
Provide with a sample code (HelloController) or Test that reproduces the problem
the sample codes as above.
Expected behavior
I did some debug, Looks like customize method in SpringDocDataRestUtils should call persistentEntities.iterator(), not persistentEntities.getManagedTypes().
The text was updated successfully, but these errors were encountered: