This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from cb5e5d0 Avoid frequently invoking native method
Class.getCanonicalName (#14600)
add b62c3cd Rename ResourceConfiguration to DataSourceParameter (#14614)
No new revisions were added by this update.
Summary of changes:
.../proxy/config/ProxyConfiguration.java | 3 +-
.../config/resource/ConnectionConfiguration.java | 8 ++-
.../PoolConfiguration.java} | 14 ++--
.../config/resource/ResourceConfiguration.java | 10 +--
.../resource/ResourceConfigurationConverter.java | 83 ++++++++++++++++++++++
.../config/util/DataSourceParameterConverter.java | 82 ---------------------
.../swapper/YamlProxyConfigurationSwapper.java | 12 ++--
.../proxy/initializer/BootstrapInitializer.java | 16 ++---
.../ResourceConfigurationConverterTest.java} | 63 ++++++++--------
.../swapper/YamlProxyConfigurationSwapperTest.java | 33 +++++----
10 files changed, 161 insertions(+), 163 deletions(-)
copy
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/DatabaseAccessConfiguration.java
=>
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/config/resource/ConnectionConfiguration.java
(85%)
rename
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/config/{DataSourceParameter.java
=> resource/PoolConfiguration.java} (81%)
copy
shardingsphere-db-protocol/shardingsphere-db-protocol-core/src/main/java/org/apache/shardingsphere/db/protocol/binary/BinaryCell.java
=>
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/config/resource/ResourceConfiguration.java
(80%)
create mode 100644
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/config/resource/ResourceConfigurationConverter.java
delete mode 100644
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/java/org/apache/shardingsphere/proxy/config/util/DataSourceParameterConverter.java
rename
shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/test/java/org/apache/shardingsphere/proxy/config/{util/DataSourceParameterConverterTest.java
=> resource/ResourceConfigurationConverterTest.java} (60%)