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

totalo 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 bd552f34ac6 Deprecated 
org.apache.shardingsphere.infra.exception.ShardingSphereException (#19983)
bd552f34ac6 is described below

commit bd552f34ac6b06cb969bfe41128a3249d4edb0b7
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Aug 8 20:16:30 2022 +0800

    Deprecated 
org.apache.shardingsphere.infra.exception.ShardingSphereException (#19983)
---
 .../apache/shardingsphere/infra/exception/ShardingSphereException.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/exception/ShardingSphereException.java
 
b/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/exception/ShardingSphereException.java
index 0c9e952c163..6f60a6303a3 100644
--- 
a/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/exception/ShardingSphereException.java
+++ 
b/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/exception/ShardingSphereException.java
@@ -19,7 +19,10 @@ package org.apache.shardingsphere.infra.exception;
 
 /**
  * Basic exception of ShardingSphere.
+ * 
+ * @deprecated instead of 
org.apache.shardingsphere.infra.util.exception.ShardingSphereException
  */
+@Deprecated
 public class ShardingSphereException extends RuntimeException {
     
     private static final long serialVersionUID = -1343739516839252250L;

Reply via email to