Branch: refs/heads/3.15
Home: https://github.com/resteasy/Resteasy
Commit: aef542c7d74e93079751f3241bb4174609320be5
https://github.com/resteasy/Resteasy/commit/aef542c7d74e93079751f3241bb41...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
Log Message:
-----------
[RESTEASY-2843] Do not add the target type to the thrown exception. Instead log it as a debug message. (#2748)
https://issues.redhat.com/browse/RESTEASY-2843
Branch: refs/heads/4.5
Home: https://github.com/resteasy/Resteasy
Commit: 8a80aabb02d1b251330350ef81b8fea246243387
https://github.com/resteasy/Resteasy/commit/8a80aabb02d1b251330350ef81b8f...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
Log Message:
-----------
[RESTEASY-2843] Do not add the target type to the thrown exception. Instead log it as a debug message. (#2746)
[RESTEASY-2843] Checkstyle fix.
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: 358777a3d31763ba62402dae2b24ab0e81dbc10d
https://github.com/resteasy/Resteasy/commit/358777a3d31763ba62402dae2b24a...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
Log Message:
-----------
[RESTEASY-2843] Do not add the target type to the thrown exception. Instead log it as a debug message. (#2741)
https://issues.redhat.com/browse/RESTEASY-2843
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>
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>
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: 350ccbd6017e9b505f719c8a72e933bc270c46db
https://github.com/resteasy/Resteasy/commit/350ccbd6017e9b505f719c8a72e93...
Author: Jim Ma <ema(a)redhat.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
Log Message:
-----------
[RESTEASY-2869]:Cache the hasDecorator result in Jackson2Provider