iwasakims commented on pull request #2776:
URL: https://github.com/apache/hadoop/pull/2776#issuecomment-894751926


   @aajisaka I think it would be good to state the API as used by downstream 
projects. While it would be nice if we can have new Interface having essential 
methods, it looks difficult to do it without breaking existing codes.
   
   `git log` of the KeyProvider.java shows that some recent changes are related 
to external dependencies. Removing those dependencies would make the 
KeyProvider more stable if possible.
   
   ```
   import org.bouncycastle.jce.provider.BouncyCastleProvider;
   import com.google.gson.stream.JsonReader;
   import com.google.gson.stream.JsonWriter;
   import org.apache.commons.lang3.builder.EqualsBuilder;
   import org.apache.commons.lang3.builder.HashCodeBuilder;
   ```
   


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