hbase/hbase-client
Jonathan Hsieh f528e81766 HBASE-9142 Mutation#getFamilyMap() return type change between HBase 94 and 96 breaks downstream apps
For 0.95/0.96, we need to preserve the getFamilyMap signature through a deprecation cycle.  The new
method needs to be present alongside the old in 0.95, so we rename the method with the new signature
to getFamilyCellMap() in both trunk and 0.95, and restore a deprecated version of the old in 0.95.



git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512103 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 23:50:28 +00:00
..
src HBASE-9142 Mutation#getFamilyMap() return type change between HBase 94 and 96 breaks downstream apps 2013-08-08 23:50:28 +00:00
pom.xml HBASE-8224 Publish hbase build against h1 and h2 adding '-hadoop1' or '-hadoop2' to version string 2013-08-02 19:01:34 +00:00