RaigorJiang commented on issue #26769: URL: https://github.com/apache/shardingsphere/issues/26769#issuecomment-3980326799
This problem no longer exists in version 5.5.3. <img width="1204" height="521" alt="Image" src="https://github.com/user-attachments/assets/b59a17de-093d-4f54-b232-1d49f480dc8e" /> ```shell % curl -O https://repo1.maven.org/maven2/org/apache/shardingsphere/shardingsphere-infra-common/5.5.3/shardingsphere-infra-common-5.5.3.jar % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 304k 100 304k 0 0 185k 0 0:00:01 0:00:01 --:--:-- 185k raigor@SphereEx release % unzip -p shardingsphere-infra-common-5.5.3.jar current-git-commit.properties #Generated by Git-Commit-Id-Plugin git.branch=8d35894433416ef249ebb6ea21f8a8749648e9b6 git.build.time=2025-06-10T04\:48\:22+0800 git.build.version=5.5.3 git.commit.id=8d35894433416ef249ebb6ea21f8a8749648e9b6 git.commit.id.abbrev=8d35894 git.commit.message.short=[maven-release-plugin] prepare release 5.5.3 git.dirty=false git.tags=5.5.3 raigor@SphereEx release % raigor@SphereEx release % raigor@SphereEx release % curl -O https://dlcdn.apache.org/shardingsphere/5.5.3/apache-shardingsphere-5.5.3-shardingsphere-proxy-bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 133M 100 133M 0 0 90195 0 0:25:54 0:25:54 --:--:-- 1046k raigor@SphereEx release % tar xf apache-shardingsphere-5.5.3-shardingsphere-proxy-bin.tar.gz raigor@SphereEx release % unzip -p apache-shardingsphere-5.5.3-shardingsphere-proxy-bin/lib/shardingsphere-infra-common-5.5.3.jar current-git-commit.properties #Generated by Git-Commit-Id-Plugin git.branch=8d35894433416ef249ebb6ea21f8a8749648e9b6 git.build.time=2025-06-10T04\:48\:22+0800 git.build.version=5.5.3 git.commit.id=8d35894433416ef249ebb6ea21f8a8749648e9b6 git.commit.id.abbrev=8d35894 git.commit.message.short=[maven-release-plugin] prepare release 5.5.3 git.dirty=false git.tags=5.5.3 ``` -- 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]
