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

Support Java record for v1.6 #1830

Closed
uc4w6c opened this issue Sep 4, 2022 · 1 comment · Fixed by #1835
Closed

Support Java record for v1.6 #1830

uc4w6c opened this issue Sep 4, 2022 · 1 comment · Fixed by #1835

Comments

@uc4w6c
Copy link
Collaborator

uc4w6c commented Sep 4, 2022

Record was supported for v2 in this issue (#1728), but I want to use record for v1.6 as well.

v1.6 is build with Java8, reflection is required to support it, but if that's okay with you, I'm writing the code, so can I raise a pull request?

@uc4w6c uc4w6c changed the title Support Java record for v1.6.XX Support Java record for v1.6 Sep 4, 2022
@bnasslahsen
Copy link
Contributor

@uc4w6c,

That is ok to propose a PR.
Just make sure you dont break apps running in java 8 versions.

uc4w6c added a commit to uc4w6c/springdoc-openapi that referenced this issue Sep 6, 2022
uc4w6c added a commit to uc4w6c/springdoc-openapi that referenced this issue Sep 6, 2022
bnasslahsen added a commit that referenced this issue Sep 19, 2022
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.

2 participants