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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a57fb4  fix wrong additional-spring-configuration-metadata (#13908)
9a57fb4 is described below

commit 9a57fb4ed9e83f1b90500f3981bad86c80209d8e
Author: Guocheng Tang <[email protected]>
AuthorDate: Fri Dec 3 08:56:18 2021 +0800

    fix wrong additional-spring-configuration-metadata (#13908)
---
 .../META-INF/additional-spring-configuration-metadata.json          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json
 
b/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json
index 8d4598d..3a3e5c5 100644
--- 
a/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json
+++ 
b/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json
@@ -29,7 +29,7 @@
     },
     {
       "name": "spring.shardingsphere.rules.encrypt.encryptors",
-      "type": "java.util.Map<java.lang.String, 
org.apache.shardingsphere.encrypt.yaml.config.rule.YamlEncryptColumnRuleConfiguration>",
+      "type": "java.util.Map<java.lang.String, 
org.apache.shardingsphere.infra.yaml.config.pojo.algorithm.YamlShardingSphereAlgorithmConfiguration>",
       "sourceType": 
"org.apache.shardingsphere.encrypt.yaml.config.YamlEncryptRuleConfiguration"
     }
   ],
@@ -41,7 +41,7 @@
     },
     {
       "name": "spring.shardingsphere.rules.encrypt.encryptors",
-      "type": "java.util.Map<java.lang.String, 
org.apache.shardingsphere.encrypt.yaml.config.rule.YamlEncryptColumnRuleConfiguration>",
+      "type": "java.util.Map<java.lang.String, 
org.apache.shardingsphere.infra.yaml.config.pojo.algorithm.YamlShardingSphereAlgorithmConfiguration>",
       "sourceType": 
"org.apache.shardingsphere.encrypt.yaml.config.YamlEncryptRuleConfiguration"
     },
     {
@@ -70,7 +70,7 @@
         {
           "name": "handle-as",
           "parameters": {
-            "target": 
"org.apache.shardingsphere.encrypt.yaml.config.rule.YamlEncryptColumnRuleConfiguration"
+            "target": 
"org.apache.shardingsphere.infra.yaml.config.pojo.algorithm.YamlShardingSphereAlgorithmConfiguration"
           }
         }
       ]

Reply via email to