Skip to content
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

Empty schema description if polymorphic subtype missing Javadoc #2370

Closed
westse opened this issue Sep 6, 2023 · 0 comments · Fixed by #2371
Closed

Empty schema description if polymorphic subtype missing Javadoc #2370

westse opened this issue Sep 6, 2023 · 0 comments · Fixed by #2371

Comments

@westse
Copy link
Contributor

westse commented Sep 6, 2023

Describe the bug

  • springdoc-openapi-javadoc causes an empty schema description to be generated for classes that are polymorphic subtypes and missing a Javadoc comment.

To Reproduce
Steps to reproduce the behavior: See linked pull request (#2371)

Expected behavior

  • Schema description should remain null if class Javadoc is missing.

Additional context
Probably has the same cause as #2035 .

westse added a commit to westse/springdoc-openapi that referenced this issue Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant