[
https://issues.apache.org/jira/browse/CXF-7926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16717534#comment-16717534
]
ASF GitHub Bot commented on CXF-7926:
-------------------------------------
andymc12 opened a new pull request #482: [CXF-7926] Initial MP Rest Client 1.2
impl
URL: https://github.com/apache/cxf/pull/482
This implements MP Rest Client 1.2 Milestone 2 which includes:
* specifying the baseURI in the `@RegisterRestClient` annotation.
* `removeContext` method in `AsyncInvocationInterceptor` interface.
* new `RestClientListener` interface for intercepting client instances.
* portable connect and read timeout properties.
* invoking CDI interceptors.
This commit includes the runtime changes, some unit test changes, updates to
the systests to include the latest TCK test cases, etc.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> MicroProfile Rest Client 1.2
> ----------------------------
>
> Key: CXF-7926
> URL: https://issues.apache.org/jira/browse/CXF-7926
> Project: CXF
> Issue Type: New Feature
> Components: JAX-RS
> Reporter: Andy McCright
> Assignee: Andy McCright
> Priority: Major
> Fix For: 3.3.0
>
>
> MicroProfile Rest Client 1.2 adds a lot of new function that should improve
> developer experience and third-party product integration.
>
> The complete list of issues in the new spec are available here:
> [https://github.com/eclipse/microprofile-rest-client/milestone/4?closed=1]
>
> Some of the highlights are:
> * the ability to specify the base URI in the `@RegisterRestClient`
> annotation.
> * `removeContext` method in `AsyncInvocationInterceptor` interface allowing
> cleanup of contexts transferred from the calling thread.
> * new `RestClientListener` SPI interface for intercepting Rest Client
> instances.
> * portable timeout properties.
>
> The official release of MP Rest Client 1.2 will be some time in late January
> or early February 2019. There is a 1.2-m2 (milestone 2) early access release
> of the API and TCK that we can build on for the CXF 3.3.0 release. Once the
> official release of the API/TCK occurs in early 2019, we can update the maven
> dependencies to use the official release as part of 3.3.1 or 3.3.2.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)