MicroProfile Rest Client 2.0
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>2.0</version>
</dependency>
Update since 1.4.1:
- Use CDI-managed provider instances when available (and when the provider class is registered)
QueryParamStyle
for specifying how collections of query parameters should be formatted- Proxy server support
- Automatically following redirects
- JSON-B ContextResolver Support
- Support for Server Sent Events (SSEs)
- Using Jakarta EE 8 dependencies instead of Java EE 7 - using provided scope