Skip to content

Commit 3246ef8

Browse files
authored
Merge pull request #50523 from geoand/#50417
Update documentation of `quarkus.rest-client.disable-default-mapper`
2 parents dabb86d + 1eeae38 commit 3246ef8

File tree

1 file changed

+4
-0
lines changed
  • extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config

1 file changed

+4
-0
lines changed

extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,10 @@ default Optional<String> uriReload() {
669669
/**
670670
* If set to {@code true}, then this REST Client will not the default exception mapper which
671671
* always throws an exception if HTTP response code >= 400.
672+
* <p>
673+
* This property is only taken into account if the REST Client returns {@code jakarta.ws.rs.core.Response} or
674+
* {@code org.jboss.resteasy.reactive.RestResponse}
675+
* <p>
672676
* This property is not applicable to the RESTEasy Client.
673677
*/
674678
@WithDefault("${microprofile.rest.client.disable.default.mapper:false}")

0 commit comments

Comments
 (0)