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 2018/11/05 18:52:52 UTC

[GitHub] jmark99 edited a comment on issue #708: Simplify API definition by moving impl packages from under API packages

jmark99 edited a comment on issue #708: Simplify API definition by moving impl packages from under API packages
URL: https://github.com/apache/accumulo/issues/708#issuecomment-435954334
 
 
   I'm planning to refactor the packages as listed below. Let me know if you have suggested changes prior to the update, especially as it pertains to the security/crypto packages.
   
   (EDIT by @ctubbsii for readability)
   
   In `org.apache.accumulo.core`:
   
   | From | To |
   | ---- | -- |
   | client.impl | impl.client |
   | client.impl.thrift | impl.client.thrift |
   | client.lexicoder.impl | impl.client.lexicoder |
   | client.mapred.impl | impl.client.mapred |
   | client.mapreduce.impl | impl.client.mapreduce |
   | client.mapreduce.lib.impl | impl.client.mapreduce.lib |
   | data.impl | impl.data |
   | data.thrift | impl.data.thrift |
   | security.crypto | crypto.security |
   | security.crypto.impl | crypto.security.impl |
   | security.crypto.streams | crypto.security.streams |
   | security.thrift | impl.security.thrift |
   
   In `org.apache.accumulo` (for minicluster):
   
   | From | To |
   | ---- | -- |
   | minicluster.impl  | impl.minicluster |
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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