Releases: quarkiverse/quarkus-resteasy-problem
Releases · quarkiverse/quarkus-resteasy-problem
v0.9.4
- #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
#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
- #38 - Add instance default value
- #5 - Fix for HTTP response does not include custom headers (including proper handling of 3XX redirects)
v0.9.1
- #29 - Ensure the extension does not initialize classes just to get their name
v0.9.0
- #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