-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Update to airlift 234 #18047
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
Update to airlift 234 #18047
Conversation
This completes jakarta migration |
I need to update airlift/units as well |
Can you rebase on top of #17984 |
Can you also split out the validation change from the jsr305 migration? Those should be unrelated, since the jsr305 annotations are just used for inspections and not used at runtime. |
cef0622
to
efa349c
Compare
606b1d8
to
a02bcbe
Compare
Rebased and resolved conflicts after sortpom policies were applied |
e058437
to
b788815
Compare
client/trino-jdbc/src/main/java/io/trino/jdbc/AbstractTrinoResultSet.java
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/LocalKnownToken.java
Show resolved
Hide resolved
Some Trino classes are marked as @immutable but in fact, they are mutable as they contain mutable fields, which makes them fail the error-prone Immutable check.
This change: - migrates javax.annotation to jakarta.annotation-api and errorprone_annotations - migrates javax.validation to jakarta.validation-api
b788815
to
15d7103
Compare
@findepi I've extracted a preparatory commit that introduces |
/test-with-secrets sha=15d710304aaf9cc2510022ba05cc973593ee61b6 |
Gentle ping @findepi |
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.
First two commits LGTM. Skimmed 3rd.
I've checked that there is no logical conflict with the master and since there isn't, I'm merging this change. |
This change:
javax.annotation
tojakarta.annotation-api
anderrorprone_annotations
javax.validation
tojakarta.validation-api