Jboss EAP7.3, Migration RestEasy 3.0.x to 4.x, jaxrs-api
I found
https://github.com/resteasy/Resteasy/pull/1697/files
https://docs.jboss.org/resteasy/docs/4.0.0.Final/userguide/html/Migration...
Question:
Should with Jboss EAP 7.x only used RestEasy3, or can also be used RestEasy4 ?
I have
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>jaxrs-api</artifactId>
<version>3.0.12.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>3.0.12.Final</version>
</dependency>
How to migrate following ? <artifactId>jaxrs-api</artifactId>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>jaxrs-api</artifactId>
<version>3.0.12.Final</version>
</dependency>