Skip to content

MicroProfile Rest Client 2.0.1-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@andymc12 andymc12 released this 22 Jul 17:36
· 1 commit to 2.0.X-service since this 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>2.0.1-RC3</version>
</dependency>

Update since 2.0:

  • Updated TCK tests - replacing JUnit imports with TestNG
  • Enable SPI/ServiceLoader under OSGi

2.0.1-RC2...2.0.1-RC3