Status message

This review is pending; contact The Eclipse Management Organization to make it public.

MicroProfile® Rest Client 1.2 Release Review

Type
Release
State
Pending
End Date of the Review Period

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.

Project
Release

Rest Client 1.2

Description

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.

Conforms To UI/UX Guidelines
Not verified

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>