You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hugegraph.apache.org by "zyxxoo (via GitHub)" <gi...@apache.org> on 2023/03/28 14:13:28 UTC

[GitHub] [incubator-hugegraph-toolchain] zyxxoo commented on issue #445: [Bug] spring boot 引用hugegraph-client1.0.0 运行报错java.lang.ClassNotFoundException: jakarta.ws.rs.ProcessingException

zyxxoo commented on issue #445:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/445#issuecomment-1486975514

   > @zyxxoo 印象里兼容 java 11 的时候应该都换成 `jakarta` 了, 应该没有需要 `javax` 的地方了才对? (你从哪找到现在代码里有 `javax.ws.rs`的? GitHub 搜了下似乎也没有)
   > 
   > jdk8 应该也可以兼容吧, 虽然不确定你是不是换 java 11 能正常, 你先看看你说的同时使用是哪的代码
   
   估计是 springboot 版本问题,和jersey 冲突了,可以在项目pom文件中加属性来试试:
   <jersey.version>3.0.3</jersey.version>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@hugegraph.apache.org
For additional commands, e-mail: issues-help@hugegraph.apache.org