This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-plugin.git
from b6574f1 Merge pull request #25 from FlyingZC/test
add b1a62a2 Adapt to the latest code
add fb58654 Adapt to the latest code
new e212714 Merge pull request #26 from tuichenchuxin/main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../like/algorithm/CharDigestLikeEncryptAlgorithm.java | 6 +++---
.../algorithm/CharDigestLikeEncryptAlgorithmTest.java | 12 ++++++------
.../encrypt/rc4/algorithm/RC4EncryptAlgorithm.java | 6 +++---
.../encrypt/rc4/algorithm/RC4EncryptAlgorithmTest.java | 10 +++++-----
.../encrypt/sm/algorithm/SM3EncryptAlgorithm.java | 6 +++---
.../encrypt/sm/algorithm/SM4EncryptAlgorithm.java | 6 +++---
.../encrypt/sm/algorithm/SM3EncryptAlgorithmTest.java | 14 +++++++-------
.../encrypt/sm/algorithm/SM4EncryptAlgorithmTest.java | 14 +++++++-------
.../algorithm/keygen/CosIdKeyGenerateAlgorithm.java | 6 +++---
.../keygen/CosIdSnowflakeKeyGenerateAlgorithm.java | 8 ++++----
...e.infra.algorithm.keygen.core.KeyGenerateAlgorithm} | 0
.../keygen/CosIdKeyGenerateAlgorithmTest.java | 16 ++++++++--------
.../keygen/CosIdSnowflakeKeyGenerateAlgorithmTest.java | 18 +++++++++---------
.../algorithm/keygen/NanoIdKeyGenerateAlgorithm.java | 6 +++---
...e.infra.algorithm.keygen.core.KeyGenerateAlgorithm} | 0
.../keygen/NanoIdKeyGenerateAlgorithmTest.java | 8 ++++----
.../shardingsphere/jdbc/driver/ApolloURLLoader.java | 2 +-
...ardingsphere.infra.url.spi.ShardingSphereURLLoader} | 0
18 files changed, 69 insertions(+), 69 deletions(-)
rename
features/sharding/cosid/src/main/resources/META-INF/services/{org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm
=> org.apache.shardingsphere.infra.algorithm.keygen.core.KeyGenerateAlgorithm}
(100%)
rename
features/sharding/nanoid/src/main/resources/META-INF/services/{org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm
=> org.apache.shardingsphere.infra.algorithm.keygen.core.KeyGenerateAlgorithm}
(100%)
rename
infra/url/apollo/src/main/resources/META-INF/services/{org.apache.shardingsphere.infra.url.ShardingSphereURLLoader
=> org.apache.shardingsphere.infra.url.spi.ShardingSphereURLLoader} (100%)