RESTEasy Spring Boot Starter 4.0.0.Final released

 

 

RESTEasy Spring Boot Starter 4.0.0.Final is released and can be fetched from Github:





Here is the maven dependency section to include the new release in your project:

 

<dependency>
   <groupId>org.jboss.resteasy</groupId>
   <artifactId>resteasy-spring-boot-starter</artifactId>
   <version>4.0.0.Final</version>
   <scope>runtime</scope>
</dependency>

 

In this release, it uses RESTEasy 4.0.0.Final as dependency.

 

From this release, the master branch is upgraded to use RESTEasy 4.x as dependency.

 

The future 3.x releases development will be continued in branch 3.x: