Skip to content

Releases: quarkiverse/quarkus-resteasy-problem

v2.1.0

20 Oct 16:01
Compare
Choose a tag to compare
  • #237 Fix for: HttpAuthenticator is ignored when authentication fails
  • #108 Fix for: Missing WWW-Authenticate header when UnauthorizedException or AuthenticationFailedException is thrown

v2.0.1

25 Aug 10:07
Compare
Choose a tag to compare
  • #223 Fix for: Fails with Quarkus 2.12.0.CR1 due to ProblemProcessor#warnOnMissingSmallryeMetricsDependency

v2.0.0

24 Jun 21:09
Compare
Choose a tag to compare
  • #137 - Bump Quarkus to 2.0.0.Final

v2.0.0.CR3

18 Jun 13:56
Compare
Choose a tag to compare
v2.0.0.CR3 Pre-release
Pre-release

First Quarkus 2.0 compatible pre-release version

v1.0.0

16 Jun 09:10
Compare
Choose a tag to compare

This release is a preparation for Quarkus 2.0 release, and it is most likely the last Quarkus 1.X compatible full-release.

Bump quarkus.version from 1.13.6.Final to 1.13.7.Final (#130)
Bump assertj-core from 3.19.0 to 3.20.0 (#131)

v0.9.8

07 May 14:57
Compare
Choose a tag to compare
  • #114 - javax package renamed to validation to better reflect the contents
  • #117 - Bump jmh.version from 1.29 to 1.30

v0.9.7

29 Apr 17:27
Compare
Choose a tag to compare
  • [Breaking change] Removed deprecated field error from constraint violation responses (Violation class)
  • #102 - Improve validation problem responses
  • #73 - Failed validation of query param returns empty field in violations list
  • #104 - Jackson's InvalidFormatException produces invalid 'field' value if caused by collection item
  • #112 - Bump quarkus.version from 1.13.2.Final to 1.13.3.Final

v0.9.6

22 Apr 13:41
Compare
Choose a tag to compare
  • #94 - Fixed: vanilla resteasy-jsonb application doesn't start

v0.9.5

19 Apr 12:48
Compare
Choose a tag to compare
  • #83 - Added missing mappers for security related exceptions
  • #72 - Add mapper for jackson com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
  • #92 - Added mapper for jackson's InvalidFormatExceptionMapper
  • #71 - Quarkus bumped to 1.13.2.Final
  • #70 - [dev] More strict access modifiers for mappers methods

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