Skip to content

MP Rest Client 2.0-m1

Pre-release
Pre-release
Compare
Choose a tag to compare
@andymc12 andymc12 released this 11 May 22:32

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-m1</version>
</dependency>

Update since 1.4.1:

  • Support for Server Sent Events (SSEs)
  • Using Jakarta EE 8 dependencies instead of Java EE 7 - using provided scope

1.4.1...2.0-m1