Skip to content

MicroProfile Rest Client 3.0

Compare
Choose a tag to compare
@andymc12 andymc12 released this 10 Dec 17:38

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

Update since 2.0:

  • Update to Jakarta EE 9 dependencies
  • Using parent pom
  • Checkstyle updates
  • TCK modification - skipping Conversation and Session scope tests when Servlet APIs are not on runtime classpath

2.0.1-RC3...3.0