zhousennan opened a new issue, #31324:
URL: https://github.com/apache/shardingsphere/issues/31324

   ## Question
   
   使用5.5.0版本,报错
   
   java.lang.NoSuchMethodError: 
org.yaml.snakeyaml.LoaderOptions.setCodePointLimit(I)V
        at 
org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor.createLoaderOptions(ShardingSphereYamlConstructor.java:53)
 ~[shardingsphere-infra-util-5.5.0.jar:5.5.0]
        at 
org.apache.shardingsphere.infra.util.yaml.constructor.ShardingSphereYamlConstructor.<init>(ShardingSphereYamlConstructor.java:42)
 ~[shardingsphere-infra-util-5.5.0.jar:5.5.0]
        at 
org.apache.shardingsphere.infra.util.yaml.YamlEngine.unmarshal(YamlEngine.java:73)
 ~[shardingsphere-infra-util-5.5.0.jar:5.5.0]
   
   
   ## 解决办法
   升级yml依赖
   <dependency>
               <groupId>org.yaml</groupId>
               <artifactId>snakeyaml</artifactId>
               <version>1.33</version>
          </dependency>
   
   


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

Reply via email to