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

Fixed a bug that javadoc of record class parameters was not recognize… #2140

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

uc4w6c
Copy link
Collaborator

@uc4w6c uc4w6c commented Mar 15, 2023

fix #2131.

Since the master branch is compiled with Java 8, the Record class cannot be used, so the same test as below could not be created.
That's why I added a unit test.

https://github.com/springdoc/springdoc-openapi/tree/2.x/springdoc-openapi-tests/springdoc-openapi-javadoc-tests/src/test/java/test/org/springdoc/api/app169

@bnasslahsen
Copy link
Contributor

@uc4w6c,

Definitely agree.
Thank you for your contribution to the project.

@bnasslahsen bnasslahsen merged commit 0d32630 into springdoc:master Mar 15, 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 this pull request may close these issues.

@param javadoc for record classes (JEP 395) are not recognized
2 participants