Skip to content

v0.7.0

Compare
Choose a tag to compare
@sleberknight sleberknight released this 12 Nov 22:32
· 77 commits to main since this release
5e501d5

Summary

  • 2023-11-12T17:28:21.10897 - 8 commit(s) by Scott Leberknight

Breaking API Changes ⚠️

This release has breaking API changes. It renames the base package to org.kiwiproject.dropwizard.jakarta.xml.ws and it renames the bundle and environment classes so they reflect the fact that this library uses Jakarta XML Web Services. It also changes the value of the user principal key used in basic authentication.

  • Rename bundle and environment classes to include Jakarta XML Web Services (#81)
  • Rename the example application and configuration classes (#79)
  • Change value of BasicAuthenticationInterceptor.PRINCIPAL_KEY (breaking API change) [(#74)]
  • Rename packages to org.kiwiproject.dropwizard.jakarta.xml.ws (breaking API change) (#73)

Assorted 👜

  • Rename internal fields and variables so they don't include "jaxws" (#77)
    (#74)
  • Update README to link to release 0.6.0 (#72)