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 5ded926 Reduce Properties invocation in InlineShardingAlgorithm
(#13282)
add 4f52535 Cleanup scaling bootstrap and distribution modules (#13283)
No new revisions were added by this update.
Summary of changes:
pom.xml | 1 +
shardingsphere-distribution/pom.xml | 1 -
.../shardingsphere-scaling-distribution/Dockerfile | 28 --
.../shardingsphere-scaling-distribution/pom.xml | 113 --------
.../shardingsphere-scaling-binary-distribution.xml | 89 ------
.../src/main/release-docs/LICENSE | 314 ---------------------
.../src/main/release-docs/NOTICE | 312 --------------------
.../src/main/release-docs/README.txt | 38 ---
.../main/release-docs/licenses/LICENSE-Janino.txt | 34 ---
.../licenses/LICENSE-antlr4-runtime.txt | 29 --
.../src/main/release-docs/licenses/LICENSE-asm.txt | 30 --
.../release-docs/licenses/LICENSE-checker-qual.txt | 25 --
.../main/release-docs/licenses/LICENSE-groovy.txt | 217 --------------
.../licenses/LICENSE-jcl-over-slf4j.txt | 24 --
.../main/release-docs/licenses/LICENSE-logback.txt | 14 -
.../licenses/LICENSE-mchange-commons-java.txt | 215 --------------
.../release-docs/licenses/LICENSE-postgresql.txt | 26 --
.../licenses/LICENSE-protobuf-java.txt | 4 -
.../main/release-docs/licenses/LICENSE-slf4j.txt | 24 --
.../src/main/resources/bin/server_start.bat | 36 ---
.../src/main/resources/bin/server_start.sh | 20 --
.../src/main/resources/bin/server_stop.sh | 20 --
.../src/main/resources/bin/start.sh | 59 ----
.../src/main/resources/bin/stop.sh | 61 ----
.../src/main/resources/bin/worker_start.bat | 36 ---
.../src/main/resources/bin/worker_start.sh | 20 --
.../src/main/resources/bin/worker_stop.sh | 20 --
.../src/main/resources/conf/server.yaml | 29 --
.../src/main/resources/logback.xml | 33 ---
shardingsphere-scaling/pom.xml | 1 -
.../shardingsphere-scaling-bootstrap/pom.xml | 88 ------
.../scaling/ScalingServerBootstrap.java | 77 -----
.../scaling/ScalingWorkerBootstrap.java | 54 ----
.../scaling/util/ResponseContentUtil.java | 81 ------
.../util/ServerConfigurationInitializer.java | 55 ----
.../scaling/web/HttpServerHandler.java | 157 -----------
.../scaling/web/HttpServerInitializer.java | 38 ---
.../scaling/web/entity/ResponseCode.java | 32 ---
.../scaling/web/entity/ResponseContent.java | 37 ---
.../src/main/resources/conf/server.yaml | 29 --
.../src/main/resources/logback.xml | 33 ---
.../scaling/util/ResponseContentUtilTest.java | 47 ---
.../util/ServerConfigurationInitializerTest.java | 32 ---
.../scaling/web/HttpServerHandlerTest.java | 162 -----------
.../scaling/web/HttpServerInitializerTest.java | 68 -----
.../src/test/resources/conf/server.yaml | 29 --
.../src/test/resources/logback-test.xml | 35 ---
.../pom.xml | 8 +-
.../integration/scaling/test/mysql/ScalingIT.java | 18 +-
.../scaling/test/mysql/util/ScalingUtil.java | 72 +----
.../src/test/resources/env/engine-env.properties | 1 -
51 files changed, 29 insertions(+), 2997 deletions(-)
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/Dockerfile
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/assembly/shardingsphere-scaling-binary-distribution.xml
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/LICENSE
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/NOTICE
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/README.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-Janino.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-antlr4-runtime.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-asm.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-checker-qual.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-groovy.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-jcl-over-slf4j.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-logback.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-mchange-commons-java.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-postgresql.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-protobuf-java.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/release-docs/licenses/LICENSE-slf4j.txt
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/server_start.bat
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/server_start.sh
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/server_stop.sh
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/start.sh
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/stop.sh
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/worker_start.bat
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/worker_start.sh
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/bin/worker_stop.sh
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/conf/server.yaml
delete mode 100644
shardingsphere-distribution/shardingsphere-scaling-distribution/src/main/resources/logback.xml
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/pom.xml
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/ScalingServerBootstrap.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/ScalingWorkerBootstrap.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/util/ResponseContentUtil.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/util/ServerConfigurationInitializer.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/web/HttpServerHandler.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/web/HttpServerInitializer.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/web/entity/ResponseCode.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/java/org/apache/shardingsphere/scaling/web/entity/ResponseContent.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/resources/conf/server.yaml
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/main/resources/logback.xml
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/test/java/org/apache/shardingsphere/scaling/util/ResponseContentUtilTest.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/test/java/org/apache/shardingsphere/scaling/util/ServerConfigurationInitializerTest.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/test/java/org/apache/shardingsphere/scaling/web/HttpServerHandlerTest.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/test/java/org/apache/shardingsphere/scaling/web/HttpServerInitializerTest.java
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/test/resources/conf/server.yaml
delete mode 100644
shardingsphere-scaling/shardingsphere-scaling-bootstrap/src/test/resources/logback-test.xml