imbajin commented on issue #445: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/445#issuecomment-1651492243
> > > 如果使用 jdk8 springboot2.X 目前如何解决? 上面提供的方法都不生效 > > > > > > @mangoknight 有尝试使用 common-1.0.1 的版本么?(看相关 issue,配置一下 [stage 仓库](https://github.com/apache/incubator-hugegraph-toolchain/wiki/HugeGraph-Release-V1.0#42-%E4%BD%BF%E7%94%A8%E4%B8%B4%E6%97%B6%E7%9A%84%E5%8C%85)可拉取 [当然也可以自己编译 common 1.0.1 的源码 install 到本地],然后 exclude 掉 1.0.0 的 common 如果需要的话) > > 尝试 mvn install 1.0.1 版本后,依旧报错, > > ``` > <dependency> > <groupId>org.apache.hugegraph</groupId> > <artifactId>hugegraph-client</artifactId> > <version>1.0.0</version> > <exclusions> > <exclusion> > <groupId>org.apache.hugegraph</groupId> > <artifactId>hugegraph-common</artifactId> > </exclusion> > </exclusions> > </dependency> > <dependency> > <groupId>org.apache.hugegraph</groupId> > <artifactId>hugegraph-common</artifactId> > <version>1.0.1</version> > </dependency> > ``` > > 看起来 Jersey 的版本 还是 老版本  那把具体的报错内容信息贴一下? 试试缩小问题范围, 试试如果一个单独的 clean 项目, 只引入 springboot2 + client1.0 + common1.0.1 看看, 然后再逐步增加现在的依赖看看冲突是哪引入的 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
