Skip to content

v0.8.0

Compare
Choose a tag to compare
@chrisrohr chrisrohr released this 08 Jan 17:29

Improvements

  • Add ability to provide TlsConfigurationContext to DropwizardManagedBuilder in addition to providing TlsConfigProvider (#49)
  • Add ability to register a Dropwizard JacksonMessageBodyProvider with a JAX-RS Client (#50)
  • Log warning in DropwizardManagedClientBuilder if TlsConfigProvider cannot provide (#54)
  • Add method in RegistryAwareClientBuilder to set timeouts from a ServiceIdentifier (#56)
  • Do not allow RegistryAwareClient to be constructed with a null RegistryClient (#59)

Dependencies

  • Bump kiwi-parent from 0.4.0 to 0.5.0 (#62)
  • Bump kiwi-test from 0.12.0 to 0.13.0 (#63)
  • Bump kiwi from 0.17.0 to 0.18.0 (#64)
  • Bump dropwizard-config-providers from 0.9.0 to 0.10.0 (#65)
  • Bump service-discovery-client from 0.9.0 to 0.10.0 (#66)

Cleanup

  • Reformat pom (#53)
  • Improve log message if exception converting TlsContextConfiguration (#58)