Commit 07a6e28
authored
Bypass ProblemClientResponseFilter on MicroProfile REST Client (#109)
Fixes #31.
Bypass ProblemClientResponseFilter on MicroProfile REST Client (by
checking for
[org.eclipse.microprofile.rest.client.invokedMethod](https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html#_clientrequestfilter)
property), so the MicroProfile-specific ProblemResponseExceptionMapper
can be used instead.1 parent ff4b0c8 commit 07a6e28
File tree
2 files changed
+14
-0
lines changed- belgif-rest-problem-java-ee/src
- main/java/io/github/belgif/rest/problem/jaxrs/client
- test/java/io/github/belgif/rest/problem/jaxrs/client
2 files changed
+14
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
100 | 110 | | |
0 commit comments