RESTEasy 6.1.0.Beta2 Release
By James R. Perkins | April 26, 2022
The Jakarta RESTful Web Services 3.1 specification is now final
and released to Maven Central. Given this, we have released RESTEasy 6.1.0.Beta2.
This release mostly contains component upgrades. However, you no longer need to add the JBoss Nexus Repository to use the
jakarta.ws.rs:jakarta.ws.rs-api
dependency.
API Dependency
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.1.0</version>
</dependency>