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

zhangliang 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 a6bceadf5cd Move DataChangedEvent to mode-core module (#34348)
a6bceadf5cd is described below

commit a6bceadf5cd6f08b8adb346872d1e944ef40add9
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jan 14 13:52:02 2025 +0800

    Move DataChangedEvent to mode-core module (#34348)
    
    * Move MetaDataPersistException to mode-core module
    
    * Move DataChangedEvent to mode-core module
---
 .../main/java/org/apache/shardingsphere/mode/event/DataChangedEvent.java  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/mode/api/src/main/java/org/apache/shardingsphere/mode/event/DataChangedEvent.java
 
b/mode/core/src/main/java/org/apache/shardingsphere/mode/event/DataChangedEvent.java
similarity index 100%
rename from 
mode/api/src/main/java/org/apache/shardingsphere/mode/event/DataChangedEvent.java
rename to 
mode/core/src/main/java/org/apache/shardingsphere/mode/event/DataChangedEvent.java

Reply via email to