RaigorJiang opened a new issue, #37811: URL: https://github.com/apache/shardingsphere/issues/37811
### Which version of ShardingSphere did you use? master 2bd4668ac7a006ab89d2beaaeb88628bd8469589 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior `bin/start.sh -v` can print version ### Actual behavior ```plain apache-shardingsphere-5.5.3-SNAPSHOT-shardingsphere-proxy-bin % bin/start.sh -v we find java version: java17, full_version=17.0.12, full_path=/Users/raigor/env/java/zulu17.52.17-ca-jdk17.0.12-macosx_aarch64/zulu-17.jdk/Contents/Home/bin/java 错误: 找不到或无法加载主类 org.apache.shardingsphere.infra.autogen.version.ShardingSphereVersion 原因: java.lang.ClassNotFoundException: org.apache.shardingsphere.infra.autogen.version.ShardingSphereVersion ``` ### Reason analyze (If you can) ShardingSphereVersion class has been refactored in #36924 -- 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]
