If I remember correctly, Aleksandr Shulman has a JDiff tool that shows difference between public APIs of two releases. There is also spreadsheet showing what changed in 0.96 release.
I will try to find them. Cheers On Wed, Jul 16, 2014 at 7:34 PM, Michael.Calvin <[email protected]> wrote: > Yes, It works , thank you very much. > And I also find out custom filter needs to be serialized and then > deserialized to work properly. That means I still need to find who > serialized it and how the parameters serialized. > > > I just want to know one more thing: > Who the Fxxk is responsible for NEVER EVER mentioning this ? > > > ------------------ > Michael.Calvin.Shi > > > Ted Yu <yuzhihong@...> writes: > > > > > > Please implement this method in YourFilter: > > > > public static YourFilter parseFrom(final byte [] pbBytes) throws > > DeserializationException { > > > > You can refer to SingleColumnValueFilter for an example. > > > > Cheers > >
