While working on the microprofile rest client I noticed that a test registers a ParamConverter on a JAX-RS client. It’s intended to modify the invocation parameters prior to the actual HTTP request. It doesn't seem to be executed by the RESTeasy client implementation and I wonder if this intentionally being ignored On the client side (maybe a spec thing?)

Regards, Heiko