Skip to content

Releases: quarkiverse/quarkus-resteasy-problem

v3.14.0

29 Aug 21:32
Compare
Choose a tag to compare

What's Changed

  • Extension is now part of Quarkiverse, check Usage section in README.md for details
  • Bump quarkus.version to 3.14.1

Full Changelog: v3.9.0...3.14.0

v3.9.0

28 Mar 15:26
Compare
Choose a tag to compare

Quarkus 3.9 introduced breaking change in plugins names, for details check migration guide: https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.9

What's Changed

Full Changelog: v3.7.0...v3.9.0

v3.7.0

28 Mar 15:25
Compare
Choose a tag to compare

This is first version that requires Java 17, as Quarkus 3.7.0+ also requires Java 17.

What's Changed

  • Bump quarkus.version to 3.8.3 by @dependabot in #359
  • Fix for: Exception occurring when encoding the path containing unwise characters (i.e space) by @lwitkowski in #364
  • Fix for: NullpointerException WebApplicationException when Response Headers not set (#348) by @lwitkowski in #343

Full Changelog: v3.1.0...v3.7.0

v3.1.0

31 Oct 11:34
Compare
Choose a tag to compare

What's Changed

  • Bump quarkus.version to 3.5.0 by @dependabot in #308
  • ConstraintViolationException HTTP status should be configurable by @lwitkowski in #313
  • Make ProblemContext fields public by @chberger in #311
  • Improve developer experience and documentation of registering custom ProblemPostProcessor by @lwitkowski in #312

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

12 Apr 11:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v3.0.0.CR2

07 Apr 16:47
Compare
Choose a tag to compare
v3.0.0.CR2 Pre-release
Pre-release

What's Changed

  • Bump quarkus.version from v3.0.0,Alpha4 to v3.0.0.CR2

v3.0.0.Alpha4

07 Apr 16:48
Compare
Choose a tag to compare
v3.0.0.Alpha4 Pre-release
Pre-release

What's Changed

  • Fix for Throwing ConstraintViolationException with null as constraintViolations results in NPE in exception mapper by @lwitkowski in #262
  • Bump quarkus.version from 3.0.0.Alpha3 to 3.0.0.Alpha4 by @lwitkowski

Full Changelog: v3.0.0.Alpha3...v3.0.0.Alpha4

v3.0.0.Alpha3

22 Jan 13:47
Compare
Choose a tag to compare
v3.0.0.Alpha3 Pre-release
Pre-release

What's Changed

  • Bump Quarkus from 3.0.0.Alpha2 to 3.0.0.Alpha3 by @lwitkowski

Full Changelog: v3.0.0.Alpha2...v3.0.0.Alpha3

v2.2.0

22 Jan 13:19
Compare
Choose a tag to compare

What's Changed

  • Return HTTP 500 instead of 400 on ValidationException (#254) by @jburkal in #260

New Contributors

Full Changelog: v2.1.0...v2.2.0

v3.0.0.Alpha2

09 Jan 15:29
Compare
Choose a tag to compare
v3.0.0.Alpha2 Pre-release
Pre-release
  • #248 - Bump Quarkus from 2.15.2.Final to 3.0.0.Alpha2