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/08/28 17:42:19 UTC

[GitHub] [accumulo] cradal commented on issue #1659: Handle Internal pluggable components

cradal commented on issue #1659:
URL: https://github.com/apache/accumulo/issues/1659#issuecomment-682979728


   @milleruntime I reviewed .core classes and took some notes:
   1) Reviewed appearance and usage of deprecated internal data types in core and discovered:
   ConfiguratorBase uses the following deprecated types: RangeInputSplit, ClientConfiguration, DelegationTokenStub and ConnectorImpl. 	
   ClientConfConverter uses ClientConfiguration.
   The deprecation warnings are suppressed in ConfiguratorBase and ClientConfConverter.  ConfiguratorBase and ClientConfConverter are still used in several classes, so they could be candidates for some clean them up.
   
   2) Reviewed all the abstract classes and interfaces in .core and did not find any more that used deprecated internal types.
   
   3) Found references to deprecated types in javadocs and pushed suggested updates.
   


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