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 e94736cd533 Fix Consul SPI (#22833)
e94736cd533 is described below

commit e94736cd533f3ccba5b5aa86d50704c6882553d1
Author: zhaojinchao <[email protected]>
AuthorDate: Mon Dec 12 20:04:20 2022 +0800

    Fix Consul SPI (#22833)
---
 ...ache.shardingsphere.mode.repository.cluster.ClusterPersistRepository | 2 +-
 ...ngsphere.mode.repository.cluster.lock.creator.DistributedLockCreator | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mode/type/cluster/repository/provider/consul/src/main/resources/META-INF.services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
 
b/mode/type/cluster/repository/provider/consul/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
similarity index 91%
rename from 
mode/type/cluster/repository/provider/consul/src/main/resources/META-INF.services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
rename to 
mode/type/cluster/repository/provider/consul/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
index b1215b4ba8c..d3581d39e0b 100644
--- 
a/mode/type/cluster/repository/provider/consul/src/main/resources/META-INF.services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
+++ 
b/mode/type/cluster/repository/provider/consul/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 
-org.apache.shardingsphere.mode.repository.cluster.etcd.ConsulRepository
+org.apache.shardingsphere.mode.repository.cluster.consul.ConsulRepository
diff --git 
a/mode/type/cluster/repository/provider/consul/src/main/resources/META-INF.services/org.apache.shardingsphere.mode.repository.cluster.lock.creator.DistributedLockCreator
 
b/mode/type/cluster/repository/provider/consul/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.lock.creator.DistributedLockCreator
similarity index 100%
rename from 
mode/type/cluster/repository/provider/consul/src/main/resources/META-INF.services/org.apache.shardingsphere.mode.repository.cluster.lock.creator.DistributedLockCreator
rename to 
mode/type/cluster/repository/provider/consul/src/main/resources/META-INF/services/org.apache.shardingsphere.mode.repository.cluster.lock.creator.DistributedLockCreator

Reply via email to