@derekm
I ran into a need for MP Rest Client to honor the JAX-RS multipart annotations
Which annotations? I think multipart support is not yet in the JAX-RS spec (iiuc, it is proposed in a future version of Jakarta JAX-RS). I think most vendors support it, but using custom approaches.
Also, having browser-style cache consistency in MP Rest Client would be really nice! Automatic issuance of HEAD requests, honoring of the
Cache-Control
header, etc. would enable certain projects to remove a bunch of manual caching.
Can you open GitHub issues for these? They sound reasonable to me.
resteasyClientBuilder.keyStore(keyStore, keystorePassword);