-
Notifications
You must be signed in to change notification settings - Fork 136
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
[21][dom] APIs deprecation and cleanup #1340
Comments
@jarthana - in case this is not covered in move to 21, created this issue |
I covered quite a few of these during #1316. But didn't bother with API upgrades/deprecation and such. Let me do a check later and see what it takes. |
OK, some of the tests were disabled, so I missed out on an important detail. In Java 21, record patterns don't have pattern variable names. I am planning to remove this new DOM property from RecordPattern and adjust tests accordingly. @noopur2507 I will post a patch shortly. Please go through the API changes and let me know if you have any comments. |
@jarthana Please release the attached UI patch after the Core patch. |
Both core and corresponding UI changes have been merged now. |
20 -> 21
cleanups
The text was updated successfully, but these errors were encountered: