-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. #26896
Comments
我也出现了这个问题,请问你是怎么处理的 |
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.8</version>
</dependency>
|
Thank you very much for answering my question. The following dependencies have been introduced, but an error has been reported. It may be due to a higher version of JDK, but I hope the official website can quickly transition to Jakarta EE <dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.8</version>
</dependency> |
只能等官网过渡到Jakarta EE |
Duplicated with #26041. |
|
Bug Report
Which version of ShardingSphere did you use?
ShardingSphere 5.4.0 + JDK 17
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
The text was updated successfully, but these errors were encountered: