MicroProfile Rest Client 1.4-RC2
Pre-release
Pre-release
MicroProfile Rest Client Spec PDF
MicroProfile Rest Client Spec HTML
MicroProfile Rest Client Spec Javadocs
To add to you Maven pom.xml file:
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<version>1.4-RC2</version>
</dependency>
Update since 1.4-RC1:
- JAX-RS injection in
ClientHeadersFactory
instances is optional.
Update since 1.3.4: - Ensure CDI and JAX-RS injection into
ClientHeadersFactory
. - Specified
@Target
to@RestClient
annotation. - Removed recursive classloader check when resolving service loader for Rest Client SPI.
- Updated ParamConverter TCK test case to be more realistic (converting String-to-Widget rather than String-to-String).
- Fixed Javadoc warnings.
All changes can be found here:
1.3.4...1.4-RC2