Skip to content

Releases: quarkiverse/quarkus-resteasy-problem

v0.9.4

14 Apr 09:37
Compare
Choose a tag to compare
  • #62 Remove dependency on Zalando Problem library, yet still supported if present on classpath
  • #60 Throwing problems with http headers
  • #64 Opening HttpProblem for inheritance
  • #65 Added message field to Violation DTO, which replaces deprecated error
  • Quarkus bumped to 1.13.1.Final
  • #66 Native mode test run in CI pipeline
  • #69 Set default locale to en-US

v0.9.3

06 Apr 12:07
Compare
Choose a tag to compare

#53 - Quarkus bumped to 1.13.0.Final
#55 - Removed unstable api from ExceptionMapperBase
#57 - All classes that can be final - are final

v0.9.2

30 Mar 13:55
Compare
Choose a tag to compare
  • #38 - Add instance default value
  • #5 - Fix for HTTP response does not include custom headers (including proper handling of 3XX redirects)

v0.9.1

26 Mar 16:49
Compare
Choose a tag to compare
  • #29 - Ensure the extension does not initialize classes just to get their name

v0.9.0

16 Mar 14:59
Compare
Choose a tag to compare
  • #6 - Support for Java 8
  • #9 - Migrate quarkus.rfc7807-problem config property to quarkus.resteasy.problem
  • #7 - Bump Quarkus to 1.11.5 for compilation
  • #12 - Support for Micrometer metrics
  • #16 - Add tests for dev mode (live reload)
  • Initial version of the extension