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
Inline FluentIterable.of to be compatible with guava <18. The maven dependency is still Guava 18, but the library works when Guava 14 is on the class path instead.
Support for serializing/deserializing subclasses of JAX-RS WebApplicationException
Support for configuration keystores and 2-way SSL, note changes in the TrustStoreConfiguration/SslConfiguration types as well as class and package name changes
[breaking] JsonExceptionMapper includes the exception class even when includeStackTrace is false. As before, exception message and stacktrace are not included.