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 74b25c9 [DistSQL] Create a Sharding table rule to support specifying an existing KeyGenerator (#14406) add 3116973 Rename DataSourcePoolDecorator (#14419) No new revisions were added by this update. Summary of changes: .../config/datasource/DataSourceConverter.java | 4 +-- ...Decorator.java => DataSourcePoolDecorator.java} | 10 +++--- ...ry.java => DataSourcePoolDecoratorFactory.java} | 8 ++--- ...arameterDecorator.java => HikariDecorator.java} | 36 +++++++++++----------- ...asource.pool.decorator.DataSourcePoolDecorator} | 2 +- .../decorator/HikariParameterDecoratorTest.java | 4 +-- 6 files changed, 32 insertions(+), 32 deletions(-) rename shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/pool/decorator/{DataSourcePoolParameterDecorator.java => DataSourcePoolDecorator.java} (80%) rename shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/pool/decorator/{DataSourcePoolParameterDecoratorFactory.java => DataSourcePoolDecoratorFactory.java} (80%) rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/jdbc/datasource/decorator/{HikariParameterDecorator.java => HikariDecorator.java} (53%) rename shardingsphere-proxy/shardingsphere-proxy-backend/src/main/resources/META-INF/services/{org.apache.shardingsphere.infra.config.datasource.pool.decorator.DataSourcePoolParameterDecorator => org.apache.shardingsphere.infra.config.datasource.pool.decorator.DataSourcePoolDecorator} (95%)