You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up, I never had time to open an issue for this. I will investigate the current issue further.
Verification was done on an Ubuntu 22.04 machine with SDKMAN! and Docker CE installed. But half a year later, it looks like this issue was fixed by adding shardingsphere's unreported GRM at Enable Safe Composition of Metadata for ShardingSphere Proxy Native #33179 . I'll see if there are any fallouts.
sdk install java 22.0.2-graalce
sudo apt-get install build-essential zlib1g-dev -y
cd ./shardingsphere/
sdk use java 22.0.2-graalce
./mvnw -PnativeTestInShardingSphere -e -T 1C clean test
zookeeper 3.9.3 has changed binary compatibility compared to 3.9.2, which further breaks nativeTest of shardingsphere under GraalVM Native Image.
Tracking issue from #34409, found by @linghengqian
The text was updated successfully, but these errors were encountered: