You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/03/05 22:35:05 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request #1550: Remove some reflection where not needed

ctubbsii opened a new pull request #1550: Remove some reflection where not needed
URL: https://github.com/apache/accumulo/pull/1550
 
 
   Remove unnecessary reflection to load methods that are contained in
   public stable Hadoop APIs.
   
   This reflection was added for simultaneous Hadoop 1 and Hadoop 2
   support. We now require Hadoop 3 and these APIs are stable, so
   reflection is not needed.
   
   Also reduce visibility of some methods in TTimeoutTransport exposed for
   testing and delete unnecessary code.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [accumulo] ctubbsii merged pull request #1550: Remove some reflection where not needed

Posted by GitBox <gi...@apache.org>.
ctubbsii merged pull request #1550: Remove some reflection where not needed
URL: https://github.com/apache/accumulo/pull/1550
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services