szetszwo commented on code in PR #7005:
URL: https://github.com/apache/hadoop/pull/7005#discussion_r1722107637


##########
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/CustomizedCallbackHandler.java:
##########
@@ -34,6 +36,24 @@ public void handleCallback(List<Callback> callbacks, String 
username, char[] pas
     }
   }
 
+  static CustomizedCallbackHandler delegate(Object delegated) {

Review Comment:
   @steveloughran , thanks for the info!  Since we need to back port this to 
some earlier versions, we won't use `DynMethod` at the moment.



-- 
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]

Reply via email to