Branch: refs/heads/4.5
Home:
https://github.com/resteasy/Resteasy
Commit: 3c007bf5308c25cf3686bd339b2c6233579f777c
https://github.com/resteasy/Resteasy/commit/3c007bf5308c25cf3686bd339b2c6...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M
resteasy-spring-web/src/main/java/org/jboss/resteasy/spring/web/ResponseStatusContainerResponseFilter.java
M
resteasy-spring-web/src/main/java/org/jboss/resteasy/spring/web/ResponseStatusFeature.java
Log Message:
-----------
Only set the status of response with @ResponseStatus if it's not already set
(#2745)
Fixes:
https://github.com/quarkusio/quarkus/issues/16321
Co-authored-by: Georgios Andrianakis <geoand(a)gmail.com>