-
Notifications
You must be signed in to change notification settings - Fork 24.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
Suppress this-escape warning for JDK21 #101519
Suppress this-escape warning for JDK21 #101519
Conversation
Pinging @elastic/es-delivery (Team:Delivery) |
@elastic/es-esql Are the files I changed automatically generated? When building with JDK21 with -Werror its angry. So I just added some suppressions, however intellij did a bunch of whitespace changes as well. |
|
@nik9000 where is the code that generates |
It's in |
@nik9000 I added some regex to that I re-ran regen locally, and that is what is in the PR now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
follow up to: #99848