This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 2221919988c Remove ConnectionContext parameter in sql router and use
queryContext#getConnectonContext (#33065)
add 24f4b074b36 Use UserConfiguration instead of ShardingSphereUser in
AuthorityConfiguration for decouple API and implementation (#33073)
No new revisions were added by this update.
Summary of changes:
RELEASE-NOTES.md | 2 ++
.../config/AuthorityRuleConfiguration.java | 3 +--
.../authority/config/UserConfiguration.java} | 18 +++++++++---------
.../authority/spi/PrivilegeProvider.java | 5 ++++-
.../authority/rule/AuthorityRule.java | 11 +++++++++--
.../DefaultAuthorityRuleConfigurationBuilder.java | 7 ++++---
.../YamlAuthorityRuleConfigurationSwapper.java | 4 ++--
.../authority/yaml/swapper/YamlUserSwapper.java | 12 ++++++------
.../authority/checker/AuthorityCheckerTest.java | 6 +++---
.../fixture/PrivilegeProviderFixture.java | 5 +++--
.../authority/rule/AuthorityRuleTest.java | 10 +++++++---
.../yaml/AuthorityRuleConfigurationYamlIT.java | 4 ++--
.../handler/query/ShowAuthorityRuleExecutor.java | 2 +-
.../query/ShowAuthorityRuleExecutorTest.java | 6 +++---
.../DatabasePermittedPrivilegeProvider.java | 4 ++--
.../DatabasePermittedPrivilegeProviderTest.java | 18 ++++++++++++------
.../simple/AllPermittedPrivilegeProvider.java | 4 ++--
.../simple/AllPermittedPrivilegeProviderTest.java | 5 +++--
.../executor/utils/StatisticsAssembleUtils.java | 2 +-
.../OpenGaussAuthenticationEngineTest.java | 22 +++++++++++-----------
.../PostgreSQLAuthenticationEngineTest.java | 12 ++++++------
21 files changed, 93 insertions(+), 69 deletions(-)
copy
kernel/{global-clock/api/src/main/java/org/apache/shardingsphere/globalclock/config/GlobalClockRuleConfiguration.java
=>
authority/api/src/main/java/org/apache/shardingsphere/authority/config/UserConfiguration.java}
(74%)