adoroszlai opened a new pull request, #9467: URL: https://github.com/apache/ozone/pull/9467
## What changes were proposed in this pull request? HDDS-9905 standardized nullability annotations, but HDDS-10937 introduced usage of yet another annotation (from `jakarta.validation-api`). - Replace usage of `javax.validation.constraints.NotNull` with `jakarta.annotation.Nonnull` - Remove dependency `jakarta.validation-api` (it's still a transitive one via `jersey-server`) - Add `javax.validation.constraints.NotNull` to banned imports https://issues.apache.org/jira/browse/HDDS-14112 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/20062867356 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
