Tejaskriya commented on code in PR #8016: URL: https://github.com/apache/ozone/pull/8016#discussion_r2067983218
########## hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/client/ClientProtocolStub.java: ########## @@ -724,6 +724,7 @@ public OzoneSnapshot getSnapshotInfo(String volumeName, String bucketName, } @Override + @Deprecated Review Comment: I have added it to all places where I saw the annotation was used. Some server side code for it was entirely removed as for this command we don't it to be compatible. Cross checked with a few other PRs which deprecated some APIs. -- 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]
