RESTEasy有一个嵌入式Netty,但文档没有显示Netty的版本。
我怎么知道Netty版本?
答案 0 :(得分:1)
It depends on which module you are using to integrate with Netty:
RESTEasy Netty Integration 3.0.16.Final (resteasy-netty
artifact) includes Netty 3.6.4.Final.
RESTEasy Netty 4 Integration 3.0.16.Final (resteasy-netty4
artifact) includes Netty 4.0.7.Final.
Other versions of the integration module might use different versions of Netty. For more details, check the dependencies of the integration modules: