You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2022/10/22 02:31:09 UTC

[shardingsphere] branch master updated (b9e1008f570 -> 35c14bca646)

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

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


    from b9e1008f570 Fix nightly builds of GraalVM Native Image (#21688)
     add 35c14bca646 Rename ExclusiveLockDefinition to GlobalLockDefinition (#21690)

No new revisions were added by this update.

Summary of changes:
 .../scenario/migration/MigrationJobPreparer.java   |  4 ++--
 ...ckDefinition.java => GlobalLockDefinition.java} |  6 +++---
 ...tionTest.java => GlobalLockDefinitionTest.java} |  6 +++---
 .../mode/lock/ShardingSphereLockContextTest.java   | 25 ++++++++++------------
 4 files changed, 19 insertions(+), 22 deletions(-)
 rename mode/core/src/main/java/org/apache/shardingsphere/mode/lock/{ExclusiveLockDefinition.java => GlobalLockDefinition.java} (87%)
 rename mode/core/src/test/java/org/apache/shardingsphere/mode/lock/{ExclusiveLockDefinitionTest.java => GlobalLockDefinitionTest.java} (82%)