Releases: quarkiverse/quarkus-resteasy-problem
Releases · quarkiverse/quarkus-resteasy-problem
3.15.0
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
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
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
- Bump quarkus.version from 3.8.3 to 3.9.1 by @dependabot in #363
Full Changelog: v3.7.0...v3.9.0
v3.7.0
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
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
v3.0.0.CR2
What's Changed
- Bump quarkus.version from v3.0.0,Alpha4 to v3.0.0.CR2
v3.0.0.Alpha4
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
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