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
Outdated
Show resolved
Hide resolved
client/trino-client/src/main/java/io/trino/client/auth/external/LocalKnownToken.java
Outdated
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 |
findepi
left a comment
There was a problem hiding this comment.
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.annotationtojakarta.annotation-apianderrorprone_annotationsjavax.validationtojakarta.validation-api