You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/14 15:59:10 UTC

[GitHub] jiazhai opened a new pull request #1257: Issue 762: copy codahale files to org.apache.bookkeeper.stats.codahale

jiazhai opened a new pull request #1257: Issue 762: copy codahale files to org.apache.bookkeeper.stats.codahale
URL: https://github.com/apache/bookkeeper/pull/1257
 
 
   Descriptions of the changes in this PR:
   Codahale stats providers are sharing same package name with the stats library org.apache.bookkeeper.stats. We should consider moving them to their own package name.
   `org.apache.bookkeeper.stats => org.apache.bookkeeper.stats.codahale`
   
   For BC concerns, we need to do this in two phases:
   - in 4.7, we copy the files but still have the old files for BC. but mark the old classes as deprecated.
   - in 4.8, we remove the old files.
   because the class names are used for reflection.
   
   Master Issue: #762
   
   

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