We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
springdoc
Learn more about funding links in repositories.
Report abuse
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
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?
The text was updated successfully, but these errors were encountered:
@uc4w6c,
That is ok to propose a PR. Just make sure you dont break apps running in java 8 versions.
Sorry, something went wrong.
Support Java record for v1.6. Fixes springdoc#1830
c0274ea
e1f75de
Merge pull request #1835 from uc4w6c/support-java-record-for-v1_6
3bd5ba0
Support Java record for v1.6. Fixes #1830
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: