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 d1932da6e75 Refactor : update workflow variables (#33068)
add 2221919988c Remove ConnectionContext parameter in sql router and use
queryContext#getConnectonContext (#33065)
No new revisions were added by this update.
Summary of changes:
.../metrics/core/advice/SQLRouteCountAdvice.java | 2 +-
.../core/advice/SQLRouteCountAdviceTest.java | 2 +-
.../broadcast/route/BroadcastSQLRouter.java | 7 ++--
.../route/engine/BroadcastRouteEngineFactory.java | 12 +++---
.../route/BroadcastRouteEngineFactoryTest.java | 3 +-
.../broadcast/route/BroadcastSqlRouterTest.java | 6 +--
.../route/ReadwriteSplittingSQLRouter.java | 6 +--
.../route/ReadwriteSplittingSQLRouterTest.java | 13 +++---
.../shadow/route/ShadowSQLRouter.java | 3 +-
.../cache/route/CachedShardingSQLRouter.java | 12 ++----
.../sharding/route/engine/ShardingSQLRouter.java | 13 +++---
.../engine/type/ShardingRouteEngineFactory.java | 7 ++--
.../cache/route/CachedShardingSQLRouterTest.java | 16 +++----
.../type/ShardingRouteEngineFactoryTest.java | 49 +++++++++++-----------
.../standard/assertion/ShardingRouteAssert.java | 2 +-
.../infra/connection/kernel/KernelProcessor.java | 2 +-
.../infra/route/DecorateSQLRouter.java | 4 +-
.../infra/route/EntranceSQLRouter.java | 4 +-
.../infra/route/engine/SQLRouteEngine.java | 6 +--
.../infra/route/engine/SQLRouteExecutor.java | 6 +--
.../route/engine/impl/AllSQLRouteExecutor.java | 5 +--
.../route/engine/impl/PartialSQLRouteExecutor.java | 9 ++--
.../route/engine/AllSQLRouteExecutorTest.java | 8 ++--
.../infra/route/engine/SQLRouteEngineTest.java | 4 +-
.../engine/impl/PartialSQLRouteExecutorTest.java | 8 ++--
.../fixture/router/SQLRouterFailureFixture.java | 3 +-
.../route/fixture/router/SQLRouterFixture.java | 8 ++--
.../single/route/SingleSQLRouter.java | 7 ++--
.../single/route/SingleSQLRouterTest.java | 12 +++---
.../test/it/rewrite/engine/SQLRewriterIT.java | 2 +-
.../test/natived/jdbc/features/ShadowTest.java | 2 +
31 files changed, 112 insertions(+), 131 deletions(-)