MP Rest Client 1.2 Milestone 2
Pre-release
Pre-release
MicroProfile Rest Client Spec PDF
MicroProfile Rest Client Spec HTML
MicroProfile Rest Client Spec Javadocs
Key features:
- Clarification on built-in JSON-B/JSON-P entity providers.
- Declare the base URI directly from the
@RegisterRestClientannotation with the newbaseUriproperty. - Portable control of connection and read timeouts using new
connectTimeoutandreadTimeoutmethods onRestClientBuilderand corresponding MP Config properties. - Client filters can obtain the Rest Client interface method being invoked via a new property in the
ClientRequestContext. - New SPI interface,
RestClientListenerinterface for intercepting new client instances. - New
removeContextmethod inAsyncInvocationInterceptorinterface for clearing contexts from the async thread.