首页 > 解决方案 > Jboss EAP7.3,迁移 RestEasy 3.0.x 到 4.x,jaxrs-api

问题描述

Jboss EAP7.3,迁移 RestEasy 3.0.x 到 4.x,jaxrs-api

我找到了
https://github.com/resteasy/Resteasy/pull/1697/files

https://docs.jboss.org/resteasy/docs/4.0.0.Final/userguide/html/Migration_from_older_versions.html#Migration_to_RESTEasy_3.1

  1. Jboss EAP 7.x 应该只使用 RestEasy3,还是也可以使用 RestEasy4?

  2. 如何迁移以下?

         <dependency>
             <groupId>org.jboss.resteasy</groupId>
             <artifactId>jaxrs-api</artifactId>
             <version>3.0.12.Final</version>
         </dependency>
    

标签: migrationresteasyjboss-eap-7

解决方案


推荐阅读