Skip to content

Releases: quarkiverse/quarkus-resteasy-problem

3.21.0

12 Aug 16:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.20.1...3.21.0

3.20.1

21 Apr 07:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.20.0...3.20.1

3.20.0

04 Apr 17:20

Choose a tag to compare

What's Changed

  • OpenApi integration by @lwitkowski in #478 with great support from @melloware and @tmulle, kudos guys
  • #483 Support for application/problem+json deserialization for RestClients by @lwitkowski in #483
  • #453 Add smallrye-openapi's @apiresponse on built-in ExceptionMappers by @lwitkowski in #478
  • Fix for #429 MAJOR: Response is truncated when calling from one service to another and error happens on backend
  • Fix for #473 Incorrect Response using OpenAPI
  • Bump quarkus.version to 3.21.1

Full Changelog: 3.19.0...3.20.0

3.19.0

26 Feb 16:18

Choose a tag to compare

What's Changed

Full Changelog: 3.15.0...3.19.0

3.15.0

19 Nov 14:06

Choose a tag to compare

What's Changed

  • fix NullPointerException that would occur when WebApplicationException was thrown with an unassigned Http Status Code by @JacobOJ in #443
  • Move javax.annotation.* to jakarta.annotation.* by @lwitkowski in #436
  • Bump quarkus.version to 3.16.3 by @dependabot in #442
  • Split and Reuse the Release workflow by @gastaldi in #433

New Contributors

Full Changelog: 3.14.0...3.15.0

v3.14.0

29 Aug 21:32

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

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

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

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

Choose a tag to compare

What's Changed

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