z7658329 commented on issue #2248:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2248#issuecomment-1639586539

   > > 我没有找到类似的解决方案,能够给出一个具体的解决方法吗
   > 
   > refer:
   > 
   > * [[Bug] jdk8/jdk11 springboot2.X 引用hugegraph-client1.0.0 
运行报错java.lang.ClassNotFoundException: jakarta.ws.rs.ProcessingException 
incubator-hugegraph-toolchain#445](https://github.com/apache/incubator-hugegraph-toolchain/issues/445)
   > 
   > and could try common 1.0.1
   > 
   > @z7658329 @zyxxoo spring 3 should be fine with client?
   
   yes 
   
   > > 我没有找到类似的解决方案,能够给出一个具体的解决方法吗
   > 
   > refer:
   > 
   > * [[Bug] jdk8/jdk11 springboot2.X 引用hugegraph-client1.0.0 
运行报错java.lang.ClassNotFoundException: jakarta.ws.rs.ProcessingException 
incubator-hugegraph-toolchain#445](https://github.com/apache/incubator-hugegraph-toolchain/issues/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>
     


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

Reply via email to