This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 19d27b98ef2 Support parsing SQL Server SELECT 
pglogical.replication_set_add_all_tables('myreplicationset', sql #29175 (#30189)
     add 03845f2d143 Remove EncryptContext (#30192)

No new revisions were added by this update.

Summary of changes:
 .../TestQueryAssistedShardingEncryptAlgorithm.ftl  |  6 ++--
 .../encrypt/api/context/EncryptContext.java        | 37 -------------------
 .../encrypt/spi/EncryptAlgorithm.java              | 10 +++---
 .../assisted/MD5AssistedEncryptAlgorithm.java      |  6 ++--
 .../algorithm/standard/AESEncryptAlgorithm.java    |  6 ++--
 .../encrypt/context/EncryptContextBuilder.java     | 42 ----------------------
 .../rule/column/item/AssistedQueryColumnItem.java  | 10 +++---
 .../encrypt/rule/column/item/CipherColumnItem.java | 13 +++----
 .../rule/column/item/LikeQueryColumnItem.java      | 10 +++---
 .../assisted/MD5AssistedEncryptAlgorithmTest.java  |  8 ++---
 .../standard/AESEncryptAlgorithmTest.java          | 10 +++---
 .../encrypt/context/EncryptContextBuilderTest.java | 35 ------------------
 .../fixture/CoreEncryptAlgorithmFixture.java       |  6 ++--
 .../CoreQueryAssistedEncryptAlgorithmFixture.java  |  6 ++--
 .../CoreQueryLikeEncryptAlgorithmFixture.java      |  6 ++--
 .../fixture/DistSQLEncryptAlgorithmFixture.java    |  8 ++---
 .../encrypt/JDBCEncryptAlgorithmFixture.java       |  6 ++--
 .../JDBCQueryAssistedEncryptAlgorithmFixture.java  |  6 ++--
 .../e2e/fixture/ITEncryptLikeAlgorithmFixture.java |  8 ++---
 .../RewriteNormalEncryptAlgorithmFixture.java      |  6 ++--
 ...ewriteQueryAssistedEncryptAlgorithmFixture.java |  6 ++--
 .../RewriteQueryLikeEncryptAlgorithmFixture.java   |  6 ++--
 .../TestQueryAssistedShardingEncryptAlgorithm.java |  6 ++--
 23 files changed, 71 insertions(+), 192 deletions(-)
 delete mode 100644 
features/encrypt/api/src/main/java/org/apache/shardingsphere/encrypt/api/context/EncryptContext.java
 delete mode 100644 
features/encrypt/core/src/main/java/org/apache/shardingsphere/encrypt/context/EncryptContextBuilder.java
 delete mode 100644 
features/encrypt/core/src/test/java/org/apache/shardingsphere/encrypt/context/EncryptContextBuilderTest.java

Reply via email to