-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 for JDK 16 record type #2477
Conversation
Thank you, @bzhou ! I made some changes. |
Looks good, thank you @harawata. In terms of testing, in my test code, there was one case where I used I tried run your latest simplified testing against the old Reflector code, turns out
So I guess that's also good. I'm good with your changes, please merge into mybatis:mybatis-3 when convenient. Thanks! |
Thank you, @bzhou ! Based on your feedback, I have added a few more commits.
|
Really cool, thanks @harawata! |
This is to address #2195 by handling record type in Reflector.java.
The Reflector change does not require newer version of java.
The corresponding test change does require JDK 16 or later.