@michalszynkiewicz no worries - enjoy your time off!
@kenfinnigan do you still want to meet tomorrow?
I'm thinking that if we can merge #187 today, then I can produce a release candidate. we probably won't need the meeting then since the RC will not yet be in Maven Central (it usually takes a day or two). once in the Maven servers, then we'll likely have more to discuss as we run into issues with compatible implementations of the RC. What do you think?
.addAsManifestResource(new StringAsset(config), "microprofile-config.properties")
to .addAsWebInfResource(new StringAsset(config), "classes/META-INF/microprofile-config.properties")
? If so, I can do that in a separate PR
@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.