Releases: quarkiverse/quarkus-resteasy-problem
Releases · quarkiverse/quarkus-resteasy-problem
3.21.0
What's Changed
- Fix for #524: trailing dot in constraint violation paths by @SawantKunal in #520
- Fix for #518: Quarkus 3.20+ issues warning by @lwitkowski in #525
- Fix for #517: JacksonProblemDeserializer does not support JsonInclude.Include.ALWAYS by @lwitkowski in #526
- #295 Programmatic validation property path handling by @pazkooda in #510
- Use OpenAPI models not internals by @melloware in #501
- Bump quarkus.version to 3.25.2 by @dependabot[bot] in #523
New Contributors
- @SawantKunal made their first contribution in #520
Full Changelog: 3.20.1...3.21.0
3.20.1
What's Changed
- Fix #489: HttpProblem doc change & to and by @melloware in #491
- Bump quarkus.version 3.21.3 by @dependabot in #490
New Contributors
- @melloware made their first contribution in #491
Full Changelog: 3.20.0...3.20.1
3.20.0
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
What's Changed
- Bump quarkus.version to 3.19.0 by @dependabot in #466
- Removed usage of methods deprecated for removal by @lwitkowski in 8774b45
Full Changelog: 3.15.0...3.19.0
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
ProblemContextfields public by @chberger in #311 - Improve developer experience and documentation of registering custom
ProblemPostProcessorby @lwitkowski in #312
New Contributors
Full Changelog: v3.0.0...v3.1.0