Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/rest.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored Sep 10, 2024
1 parent b60dbf8 commit 88e487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ One solution for this case is to configure the following:
[source,properties]
----
quarkus.class-loading.removed-resources."io.quarkus\:quarkus-rest-jackson"=io/quarkus/resteasy/reactive/jackson/runtime/mappers/BuiltinMismatchedInputException.class
quarkus.class-loading.removed-resources."io.quarkus\:quarkus-rest-jackson"=io/quarkus/resteasy/reactive/jackson/runtime/mappers/BuiltinMismatchedInputExceptionMapper.class
----
which essentially makes Quarkus ignore the `ExceptionMapper` for `MismatchedInputException` completely.
Expand Down

0 comments on commit 88e487d

Please sign in to comment.