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 2022/04/09 11:17:10 UTC

[shardingsphere] branch master updated (40b6ea92a07 -> 9a61c5ac9a5)

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 40b6ea92a07 Refactor XADataSourceDefinition to impl StatelessTypedSPI (#16697)
     add 9a61c5ac9a5 Refactor ScalingEntry to impl StatelessTypedSPI (#16699)

No new revisions were added by this update.

Summary of changes:
 .../scaling/core/job/check/EnvironmentCheckerFactory.java  |  5 +----
 .../shardingsphere/scaling/core/spi/ScalingEntry.java      |  5 ++---
 .../scaling/core/spi/ScalingEntryFactory.java              | 14 ++------------
 .../data/pipeline/mysql/MySQLScalingEntry.java             |  2 +-
 .../data/pipeline/opengauss/OpenGaussScalingEntry.java     |  2 +-
 .../data/pipeline/postgresql/PostgreSQLScalingEntry.java   |  2 +-
 .../data/pipeline/core/fixture/FixtureScalingEntry.java    |  2 +-
 .../scaling/core/spi/ScalingEntryFactoryTest.java          |  6 +++---
 8 files changed, 12 insertions(+), 26 deletions(-)