On Tue, Aug 16, 2016 at 12:09 AM, Sean Busbey <[email protected]> wrote:
> > Moving from interfaces to abstract classes requires a deprecation cycle, > so to transition I think we'd need to introduce a new API. Anyone up for > this in 2.0? > I just remembered that HBase 2.0 is moving to jdk8+, which means we could use default methods when adding to existing interfaces, so there's substantially less draw for moving to abstract classes.
