Andy McCright created CXF-8194: ---------------------------------- Summary: MicroProfile Rest Client 1.4 Implementation Key: CXF-8194 URL: https://issues.apache.org/jira/browse/CXF-8194 Project: CXF Issue Type: New Feature Components: MicroProfile Reporter: Andy McCright Assignee: Andy McCright Fix For: 3.4.0, 3.3.6
Implement MicroProfile Rest Client 1.4. This includes the following new features (taken from the MP Rest Client 1.4-RC1 release page[1] ): * Injection into ClientHeadersFactory (Implemented in CXF-8188 [2]). * Adding `@Target` annotation to `@RestClient` - API change - should not require CXF change. * Removed recursive classloader check when resolving service loader for Rest Client SPI - API/SPI change - should not require CXF change - but should be tested. * TCK changes - should not require CXF changes, but should be tested. * Javadoc fixes - should not require CXF changes. Everything should be implemented now except for actually switching to the new level of the API and TCK. Due to some of the TCK changes, this will also require updates to the unit tests (some unit tests re-use TCK classes that have been changed in the 1.4 release). [1] [https://github.com/eclipse/microprofile-rest-client/releases/tag/1.4-RC1] [2] https://issues.apache.org/jira/browse/CXF-8188 -- This message was sent by Atlassian Jira (v8.3.4#803005)