Skip to content

MicroProfile Rest Client 2.0

Compare
Choose a tag to compare
@andymc12 andymc12 released this 12 Dec 02:48

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

1.4.1...2.0