feitao1993 commented on issue #2248:
URL:
https://github.com/apache/incubator-hugegraph/issues/2248#issuecomment-1639641681
hugegraph-client没有1.0.1版本,另外报错详细信息如下:
------------------ 原始邮件 ------------------
发件人:
"apache/incubator-hugegraph"
***@***.***>;
发送时间: 2023年7月18日(星期二) 下午2:34
***@***.***>;
***@***.******@***.***>;
主题: Re: [apache/incubator-hugegraph] 无法创建HugeClient (Issue #2248)
我没有找到类似的解决方案,能够给出一个具体的解决方法吗
refer:
[Bug] jdk8/jdk11 springboot2.X 引用hugegraph-client1.0.0
运行报错java.lang.ClassNotFoundException:
jakarta.ws.rs.ProcessingException incubator-hugegraph-toolchain#445
and could try common 1.0.1
@z7658329 @zyxxoo spring 3 should be fine with client?
yes, @feitao1993 if your java application use springboot3 (jdk17) or
jdk8/jdk11 springboot2.X , you can refer to the following steps(it may works
just follow step 1, but it also fails cause the springboot version, then
follow step 2):
1.upgrade your hugegraph-client version to 1.0.1
2.check your springboot version, and override jersey version in your
pom.xml (i will provide a complete config later) :
< properties>
<jersery.version>3.0.3</jersey.version>
</ properties>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
--
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]