JAX-RS (Resteasy 3.5.0.Final) + Wildfly 12 + Java 9 + maven = 404 not found, but JAX-RS (Resteasy 3.5.0.Final) + Wildfly 12 + Java 8 + maven works

妖精的绣舞 提交于 2019-12-05 11:59:38

This seems to be related to a problem with Jandex 2.0.4, which was included in Wildfly 12. According to this ticket:

https://issues.jboss.org/projects/WFLY/issues/WFLY-9961?filter=allissues

reverting to jandex 2.0.3 will fix the issue. A fixed version of jandex will be included in Wildfly 13.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!