Releases: palantir/conjure-java-runtime
Releases · palantir/conjure-java-runtime
0.9.0
- fix exception creation logic to support older versions of the JAX-RS APIs
0.8.1
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
API-breaking release.
- 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
0.7.0-rc2
0.7.0-rc1
API-breaking release.
- Support for serializing/deserializing subclasses of JAX-RS WebApplicationException
- Support for configuration keystores and 2-way SSL, note changes in the TrustStoreConfiguration format
- truststore/keystore paths are now specified as URIs instead of Paths
0.6.1
- adds an encoder and a decoder to correctly handle
InputStream
s