eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
143 stars 72 forks source link

No TCK coverage for exception mappers when subresource interface methods are called #366

Closed cghislai closed 9 months ago

cghislai commented 10 months ago

I noticed that the resteasy implementation did not call a registered ResponseExceptionMapper when subresource interface methods are called; while it works fine for normal resources.

I suggest adding a test for this use-case; and maybe other providers could be tested on subresources as well.

See https://github.com/resteasy/resteasy-microprofile/issues/239#issue-2058665792 for the resteasy issue.