z7658329 commented on issue #2249:
URL:
https://github.com/apache/incubator-hugegraph/issues/2249#issuecomment-1641272435
@hutlearner
if your java application use springboot3 (jdk17) or jdk8/jdk11 springboot2.X
, you can refer to the following steps:
1.check your springboot version, and override jersey version & jakarta
version in your pom.xml :
< properties>
<jersey.version>3.0.3</jersey.version>
<jakarta-ws-rs.version>3.0.0</jakarta-ws-rs.version>
<jakarta-annotation.version>2.0.0</jakarta-annotation.version>
</ properties>

--
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]