You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgraded to Jersey 1.9.1.
* Upgraded to Jerkson 0.4.2.
* Replaced specialized `MessageReaderWriterProvider`s with `JerksonProvider`,
allowing Jersey resources to produce or consume any objects which Jerkson can
serialize or deserialize.
* Upgraded to Jersey 1.9.
* Upgraded to Jerkson 0.4.1.
* Upgraded to Slf4j 1.6.2.
* Added support for Scala 2.9.1.
* Fixed issues with parameterized media types and deserializing JSON entities.