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
When converting Javadoc to Swagger springdoc-openapi-javadoc generates the description attribute for every class even without any javadoc present in the class and leaves it empty. This causes generators like https://openapi-generator.tech/ to generate empty comments on our entities/dtos in our angular http client code generated automatically. Please dont include the property if its an empty string.
To Reproduce
Steps to reproduce the behavior: Generate Swagger JSON using URL for a Class without JavaDoc
What version of spring-boot you are using?
What modules and versions of springdoc-openapi are you using?
Describe the bug
When converting Javadoc to Swagger springdoc-openapi-javadoc generates the description attribute for every class even without any javadoc present in the class and leaves it empty. This causes generators like https://openapi-generator.tech/ to generate empty comments on our entities/dtos in our angular http client code generated automatically. Please dont include the property if its an empty string.
To Reproduce
Steps to reproduce the behavior: Generate Swagger JSON using URL for a Class without JavaDoc
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: