On Thu, May 13, 2010 at 4:26 PM, Paul Lindner <[email protected]> wrote:
> I'm starting some cleanup getting ready for 2.0. This involves removing > some deprecated code. The only one that we might want to keep is legacy > body signing and/or strict content checks. I'm going to remove it for now. > If anyone needs it for 2.x let me know and I'll revert. > > * SocialSpiException class is removed, use ProtocolException instead > > * GuiceBeanConverter.DuplicateFieldException class is removed > > * RestfulCollection > > The constructor RestfulCollection(List<T> entry, int startIndex, int > totalResults) is removed. > Use the constructor with an items-per-page parameter instead. > What the arm in leaving this constructor? It simplify call that do not want pages. It seems we use this constructor heavily in our code base...
