Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.
Rest Client 1.2
MicroProfile Rest Client 1.2 adds the following new features:
- Generate HTTP headers en masse, including propagation of headers from inbound JAX-RS requests.
- New `@ClientHeaderParam` API for defining HTTP headers without modifying the client interface method signature.
- New section documenting the <<integration.asciidoc#integration>>.
- Clarification on built-in JSON-B/JSON-P entity providers.
- New `baseUri` property added to `@RegisterRestClient` annotation.
- New `connectTimeout` and `readTimeout` methods on `RestClientBuilder` - and corresponding MP Config properties.
- `ClientRequestContext` should have a property named `org.eclipse.microprofile.rest.client.invokedMethod` containing the Rest Client `Method` currently being invoked.
- New SPI interface, `RestClientListener` interface for intercepting new client instances.
- New `removeContext` method for `AsyncInvocationInterceptor` interface.
- Log in to post comments
RC1
Submitted by Andy McCright on Mon, 01/14/2019 - 15:00
RC1
https://github.com/eclipse/microprofile-rest-client/releases/tag/1.2-RC1
I have pushed this release to Maven Central (currently in staging) so that the MP OpenTracing team can pick it up for their testing/release. Once it is officially published on the Maven servers, the coordinates should be:
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<version>1.2-RC1</version>
</dependency>