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.

Reply via email to