adoroszlai commented on code in PR #8404:
URL: https://github.com/apache/ozone/pull/8404#discussion_r2635167414
##########
hadoop-hdds/client/pom.xml:
##########
@@ -137,7 +137,8 @@
<restrictImports>
<reason>Only selected annotation processors are enabled, see
configuration of maven-compiler-plugin.</reason>
<bannedImports>
-
<bannedImport>org.apache.hadoop.ozone.om.request.validation.RequestFeatureValidator</bannedImport>
+
<bannedImport>org.apache.hadoop.ozone.om.request.validation.OMLayoutVersionValidator</bannedImport>
+
<bannedImport>org.apache.hadoop.ozone.om.request.validation.OMClientVersionValidator</bannedImport>
Review Comment:
Created #9530 to reduce the change that this PR needs to make in POM files.
The other PR:
1. adds the new annotations, since they were already introduced in HDDS-11981
2. more importantly, removes `RequestFeatureValidator` from modules where
it's not even accessible
So this PR will only need to update POMs for the removal of
`RequestFeatureValidator`, and only in fewer modules.
--
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]