mangoknight commented on issue #445: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/445#issuecomment-1651407512
> > 如果使用 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版本后,依旧报错, ``` xml <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的版本 还是 老版本  -- 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]
