Why is there no maven resteasy-jaxrs package for version 4.2.0?

旧时模样 提交于 2021-02-07 10:29:58

问题


Last release I see in maven for resteasy-jaxrs is 3.8.1. When trying to upgrade resteasy-client to 4.2.0 there is a dependency in there on resteasy-jaxrs:4.2.0:

org.jboss.resteasy.plugins.providers.RegisterBuiltin.getClientInitializedResteasyProviderFactory.

This dependency is not listed in the pom and also it hasn't been published anywhere that I can see...only thing I see is resteasy-jaxrs-all which has a lot more jars than I want.

Are we not supposed to be using the resteasy-jaxrs package anymore?


回答1:


On mvn central repository you can download resteasy 4.0.0, which is beta:

https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-jaxrs

The following versions of RESTEasy were integrated in JBoss:

    JBoss      RESTEasy
For  7.2     ~ 3.6.1.SP2
For  7.1     ~ 3.0.26.Final     
For  7.0     ~ 3.0.19.SP5

Regards,




回答2:


In the RESTEasy 4 is coming soon blog post, they explain:

esteasy-jaxrs and resteasy-client modules have been split into resteasy-core-spi, resteasy-client-api, resteasy-core and resteasy-client, with the first and second ones to be considered as public modules.

But resteasy-jaxrs is still in the docs, even when some some fixes where done for 4.4.2.Final released on 2019-12-19.

My project builds just fine after switching to resteasy-core-spi.



来源:https://stackoverflow.com/questions/57598426/why-is-there-no-maven-resteasy-jaxrs-package-for-version-4-2-0

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