Branch: refs/heads/main
Home:
https://github.com/resteasy/Resteasy
Commit: 6e9da6bdb6045f4b9c90d742be867ca349508087
https://github.com/resteasy/Resteasy/commit/6e9da6bdb6045f4b9c90d742be867...
Author: Georgios Andrianakis <geoand(a)gmail.com>
Date: 2021-04-08 (Thu, 08 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
Fixes:
https://github.com/quarkusio/quarkus/issues/16321
Commit: d8cdd0e84b662154557cd13623793301fca44991
https://github.com/resteasy/Resteasy/commit/d8cdd0e84b662154557cd13623793...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-04-09 (Fri, 09 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:
-----------
Merge pull request #2722 from geoand/quarkus-16321
Only set the status of response with @ResponseStatus if it's not already set
Compare:
https://github.com/resteasy/Resteasy/compare/1cca43bb27e3...d8cdd0e84b66