You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/08/27 11:28:43 UTC

[shardingsphere] branch master updated (8f9de51 -> 9bc800b)

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

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


    from 8f9de51  Merge pull request #7103 from terrymanu/dev
     new 4193407  Rename SchemaAddedEvent.schemaName
     new 006239c  Add event.schema package
     new 70aadcf  Rename SchemaDeletedEvent.schemaName
     new c5e6a53  Fix javadoc
     new 7a9a155  Refactor OrchestrationSchemaContexts.renew SchemaAddedEvent
     new e8a38ab  Fix init factor for map
     new 94c2148  Remove useless exception thrown
     new 9bc800b  Merge pull request #7104 from terrymanu/dev

The 26451 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../event/{ => schema}/SchemaAddedEvent.java       |  5 +--
 .../event/{ => schema}/SchemaDeletedEvent.java     |  5 +--
 .../config/listener/SchemaChangedListener.java     |  4 +--
 .../config/listener/SchemaChangedListenerTest.java | 12 +++----
 .../core/schema/OrchestrationSchemaContexts.java   | 41 +++++++++++-----------
 .../schema/OrchestrationSchemaContextsTest.java    |  4 +--
 .../schema/JDBCOrchestrationSchemaContexts.java    |  2 +-
 .../datasource/JDBCBackendDataSourceFactory.java   |  3 +-
 .../schema/ProxyOrchestrationSchemaContexts.java   |  8 ++---
 9 files changed, 42 insertions(+), 42 deletions(-)
 rename shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-common/src/main/java/org/apache/shardingsphere/orchestration/core/common/event/{ => schema}/SchemaAddedEvent.java (91%)
 rename shardingsphere-control-panel/shardingsphere-orchestration/shardingsphere-orchestration-core/shardingsphere-orchestration-core-common/src/main/java/org/apache/shardingsphere/orchestration/core/common/event/{ => schema}/SchemaDeletedEvent.java (89%)