Branch: refs/heads/4.6
Home:
https://github.com/resteasy/Resteasy
Commit: 408e6911562009def427c4c47af979ae65f6a9d8
https://github.com/resteasy/Resteasy/commit/408e6911562009def427c4c47af97...
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
(#2744)
Fixes:
https://github.com/quarkusio/quarkus/issues/16321
Co-authored-by: Georgios Andrianakis <geoand(a)gmail.com>