You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2022/04/02 03:43:41 UTC

[shardingsphere] branch 5.1.1-release updated (5e3b984 -> 58a652a)

This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a change to branch 5.1.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


 discard 5e3b984  [maven-release-plugin] prepare for next development iteration
    omit 2a28aae  [maven-release-plugin] prepare release 5.1.1
     new 58a652a  Update quick start for ShardingSphere-Proxy

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5e3b984)
            \
             N -- N -- N   refs/heads/5.1.1-release (58a652a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../content/quick-start/shardingsphere-proxy-quick-start.cn.md     | 7 +++++++
 .../content/quick-start/shardingsphere-proxy-quick-start.en.md     | 7 +++++++
 pom.xml                                                            | 2 +-
 shardingsphere-agent/pom.xml                                       | 6 ++++--
 shardingsphere-agent/shardingsphere-agent-api/pom.xml              | 6 ++++--
 shardingsphere-agent/shardingsphere-agent-bootstrap/pom.xml        | 6 ++++--
 shardingsphere-agent/shardingsphere-agent-core/pom.xml             | 6 ++++--
 shardingsphere-agent/shardingsphere-agent-distribution/pom.xml     | 6 ++++--
 shardingsphere-agent/shardingsphere-agent-plugins/pom.xml          | 6 ++++--
 .../shardingsphere-agent-plugin-logging/pom.xml                    | 6 ++++--
 .../shardingsphere-agent-logging-base/pom.xml                      | 6 ++++--
 .../shardingsphere-agent-plugin-metrics/pom.xml                    | 6 ++++--
 .../shardingsphere-agent-metrics-api/pom.xml                       | 6 ++++--
 .../shardingsphere-agent-metrics-prometheus/pom.xml                | 6 ++++--
 .../shardingsphere-agent-plugin-tracing/pom.xml                    | 6 ++++--
 .../shardingsphere-agent-tracing-jaeger/pom.xml                    | 6 ++++--
 .../shardingsphere-agent-tracing-opentelemetry/pom.xml             | 6 ++++--
 .../shardingsphere-agent-tracing-opentracing/pom.xml               | 6 ++++--
 .../shardingsphere-agent-tracing-test/pom.xml                      | 6 ++++--
 .../shardingsphere-agent-tracing-zipkin/pom.xml                    | 6 ++++--
 shardingsphere-db-protocol/pom.xml                                 | 6 ++++--
 shardingsphere-db-protocol/shardingsphere-db-protocol-core/pom.xml | 2 +-
 .../shardingsphere-db-protocol-mysql/pom.xml                       | 2 +-
 .../shardingsphere-db-protocol-opengauss/pom.xml                   | 6 ++++--
 .../shardingsphere-db-protocol-postgresql/pom.xml                  | 2 +-
 shardingsphere-distribution/pom.xml                                | 2 +-
 .../shardingsphere-jdbc-distribution/pom.xml                       | 2 +-
 .../shardingsphere-proxy-distribution/pom.xml                      | 2 +-
 .../shardingsphere-src-distribution/pom.xml                        | 2 +-
 shardingsphere-distsql/pom.xml                                     | 6 ++++--
 shardingsphere-distsql/shardingsphere-distsql-parser/pom.xml       | 6 ++++--
 shardingsphere-distsql/shardingsphere-distsql-statement/pom.xml    | 6 ++++--
 shardingsphere-features/pom.xml                                    | 6 ++++--
 shardingsphere-features/shardingsphere-db-discovery/pom.xml        | 6 ++++--
 .../shardingsphere-db-discovery-api/pom.xml                        | 6 ++++--
 .../shardingsphere-db-discovery-core/pom.xml                       | 6 ++++--
 .../shardingsphere-db-discovery-distsql/pom.xml                    | 6 ++++--
 .../shardingsphere-db-discovery-distsql-handler/pom.xml            | 6 ++++--
 .../shardingsphere-db-discovery-distsql-parser/pom.xml             | 6 ++++--
 .../shardingsphere-db-discovery-distsql-statement/pom.xml          | 6 ++++--
 .../shardingsphere-db-discovery-provider/pom.xml                   | 6 ++++--
 .../shardingsphere-db-discovery-mysql/pom.xml                      | 6 ++++--
 .../shardingsphere-db-discovery-opengauss/pom.xml                  | 6 ++++--
 .../shardingsphere-db-discovery-spring/pom.xml                     | 6 ++++--
 .../shardingsphere-db-discovery-spring-boot-starter/pom.xml        | 6 ++++--
 .../shardingsphere-db-discovery-spring-namespace/pom.xml           | 6 ++++--
 shardingsphere-features/shardingsphere-encrypt/pom.xml             | 6 ++++--
 .../shardingsphere-encrypt/shardingsphere-encrypt-api/pom.xml      | 6 ++++--
 .../shardingsphere-encrypt/shardingsphere-encrypt-core/pom.xml     | 6 ++++--
 .../shardingsphere-encrypt/shardingsphere-encrypt-distsql/pom.xml  | 6 ++++--
 .../shardingsphere-encrypt-distsql-handler/pom.xml                 | 6 ++++--
 .../shardingsphere-encrypt-distsql-parser/pom.xml                  | 6 ++++--
 .../shardingsphere-encrypt-distsql-statement/pom.xml               | 6 ++++--
 .../shardingsphere-encrypt/shardingsphere-encrypt-spring/pom.xml   | 6 ++++--
 .../shardingsphere-encrypt-spring-boot-starter/pom.xml             | 6 ++++--
 .../shardingsphere-encrypt-spring-namespace/pom.xml                | 6 ++++--
 shardingsphere-features/shardingsphere-readwrite-splitting/pom.xml | 6 ++++--
 .../shardingsphere-readwrite-splitting-api/pom.xml                 | 6 ++++--
 .../shardingsphere-readwrite-splitting-core/pom.xml                | 6 ++++--
 .../shardingsphere-readwrite-splitting-distsql/pom.xml             | 6 ++++--
 .../shardingsphere-readwrite-splitting-distsql-handler/pom.xml     | 6 ++++--
 .../shardingsphere-readwrite-splitting-distsql-parser/pom.xml      | 6 ++++--
 .../shardingsphere-readwrite-splitting-distsql-statement/pom.xml   | 6 ++++--
 .../shardingsphere-readwrite-splitting-spring/pom.xml              | 6 ++++--
 .../shardingsphere-readwrite-splitting-spring-boot-starter/pom.xml | 6 ++++--
 .../shardingsphere-readwrite-splitting-spring-namespace/pom.xml    | 6 ++++--
 shardingsphere-features/shardingsphere-shadow/pom.xml              | 6 ++++--
 .../shardingsphere-shadow/shardingsphere-shadow-api/pom.xml        | 6 ++++--
 .../shardingsphere-shadow/shardingsphere-shadow-core/pom.xml       | 6 ++++--
 .../shardingsphere-shadow/shardingsphere-shadow-distsql/pom.xml    | 6 ++++--
 .../shardingsphere-shadow-distsql-handler/pom.xml                  | 6 ++++--
 .../shardingsphere-shadow-distsql-parser/pom.xml                   | 6 ++++--
 .../shardingsphere-shadow-distsql-statement/pom.xml                | 6 ++++--
 .../shardingsphere-shadow/shardingsphere-shadow-spring/pom.xml     | 6 ++++--
 .../shardingsphere-shadow-spring-boot-starter/pom.xml              | 6 ++++--
 .../shardingsphere-shadow-spring-namespace/pom.xml                 | 6 ++++--
 shardingsphere-features/shardingsphere-sharding/pom.xml            | 2 +-
 .../shardingsphere-sharding/shardingsphere-sharding-api/pom.xml    | 6 ++++--
 .../shardingsphere-sharding/shardingsphere-sharding-core/pom.xml   | 2 +-
 .../shardingsphere-sharding-distsql/pom.xml                        | 6 ++++--
 .../shardingsphere-sharding-distsql-handler/pom.xml                | 6 ++++--
 .../shardingsphere-sharding-distsql-parser/pom.xml                 | 6 ++++--
 .../shardingsphere-sharding-distsql-statement/pom.xml              | 6 ++++--
 .../shardingsphere-sharding/shardingsphere-sharding-spring/pom.xml | 6 ++++--
 .../shardingsphere-sharding-spring-boot-starter/pom.xml            | 6 ++++--
 .../shardingsphere-sharding-spring-namespace/pom.xml               | 6 ++++--
 shardingsphere-infra/pom.xml                                       | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-binder/pom.xml           | 2 +-
 shardingsphere-infra/shardingsphere-infra-common/pom.xml           | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-context/pom.xml          | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-datetime/pom.xml         | 6 ++++--
 .../shardingsphere-infra-datetime-spi/pom.xml                      | 6 ++++--
 .../shardingsphere-infra-datetime-type/pom.xml                     | 6 ++++--
 .../shardingsphere-database-datetime/pom.xml                       | 6 ++++--
 .../shardingsphere-system-datetime/pom.xml                         | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-executor/pom.xml         | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-federation/pom.xml       | 6 ++++--
 .../shardingsphere-infra-federation-executor/pom.xml               | 5 +++--
 .../shardingsphere-infra-federation-optimizer/pom.xml              | 5 +++--
 shardingsphere-infra/shardingsphere-infra-merge/pom.xml            | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-parser/pom.xml           | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-rewrite/pom.xml          | 6 ++++--
 shardingsphere-infra/shardingsphere-infra-route/pom.xml            | 6 ++++--
 shardingsphere-jdbc/pom.xml                                        | 2 +-
 shardingsphere-jdbc/shardingsphere-jdbc-core/pom.xml               | 2 +-
 shardingsphere-jdbc/shardingsphere-jdbc-spring/pom.xml             | 2 +-
 .../shardingsphere-jdbc-core-spring/pom.xml                        | 2 +-
 .../shardingsphere-jdbc-core-spring-boot-starter/pom.xml           | 2 +-
 .../shardingsphere-jdbc-core-spring-namespace/pom.xml              | 2 +-
 .../shardingsphere-jdbc-spring-infra/pom.xml                       | 6 ++++--
 .../shardingsphere-jdbc-spring-boot-starter-infra/pom.xml          | 2 +-
 .../shardingsphere-jdbc-spring-namespace-infra/pom.xml             | 6 ++++--
 .../shardingsphere-jdbc-transaction-spring/pom.xml                 | 6 ++++--
 shardingsphere-kernel/pom.xml                                      | 6 ++++--
 shardingsphere-kernel/shardingsphere-authority/pom.xml             | 6 ++++--
 .../shardingsphere-authority/shardingsphere-authority-api/pom.xml  | 6 ++++--
 .../shardingsphere-authority/shardingsphere-authority-core/pom.xml | 6 ++++--
 shardingsphere-kernel/shardingsphere-data-pipeline/pom.xml         | 6 ++++--
 .../shardingsphere-data-pipeline-core/pom.xml                      | 6 ++++--
 .../shardingsphere-data-pipeline-dialect/pom.xml                   | 6 ++++--
 .../shardingsphere-data-pipeline-mysql/pom.xml                     | 6 ++++--
 .../shardingsphere-data-pipeline-opengauss/pom.xml                 | 6 ++++--
 .../shardingsphere-data-pipeline-postgresql/pom.xml                | 6 ++++--
 .../shardingsphere-data-pipeline-spi/pom.xml                       | 6 ++++--
 shardingsphere-kernel/shardingsphere-parser/pom.xml                | 6 ++++--
 .../shardingsphere-parser/shardingsphere-parser-api/pom.xml        | 6 ++++--
 .../shardingsphere-parser/shardingsphere-parser-core/pom.xml       | 6 ++++--
 .../shardingsphere-parser/shardingsphere-parser-spring/pom.xml     | 6 ++++--
 .../shardingsphere-parser-spring-boot-starter/pom.xml              | 6 ++++--
 .../shardingsphere-parser-spring-namespace/pom.xml                 | 6 ++++--
 shardingsphere-kernel/shardingsphere-schedule/pom.xml              | 6 ++++--
 .../shardingsphere-schedule/shardingsphere-schedule-core/pom.xml   | 6 ++++--
 shardingsphere-kernel/shardingsphere-single-table/pom.xml          | 6 ++++--
 .../shardingsphere-single-table-api/pom.xml                        | 6 ++++--
 .../shardingsphere-single-table-core/pom.xml                       | 6 ++++--
 shardingsphere-kernel/shardingsphere-traffic/pom.xml               | 6 ++++--
 .../shardingsphere-traffic/shardingsphere-traffic-api/pom.xml      | 5 +++--
 .../shardingsphere-traffic/shardingsphere-traffic-core/pom.xml     | 5 +++--
 shardingsphere-kernel/shardingsphere-transaction/pom.xml           | 2 +-
 .../shardingsphere-transaction-api/pom.xml                         | 6 ++++--
 .../shardingsphere-transaction-core/pom.xml                        | 2 +-
 .../shardingsphere-transaction-type/pom.xml                        | 6 ++++--
 .../shardingsphere-transaction-base/pom.xml                        | 2 +-
 .../shardingsphere-transaction-base-seata-at/pom.xml               | 2 +-
 .../shardingsphere-transaction-xa/pom.xml                          | 2 +-
 .../shardingsphere-transaction-xa-core/pom.xml                     | 2 +-
 .../shardingsphere-transaction-xa-provider/pom.xml                 | 6 ++++--
 .../shardingsphere-transaction-xa-atomikos/pom.xml                 | 2 +-
 .../shardingsphere-transaction-xa-bitronix/pom.xml                 | 2 +-
 .../shardingsphere-transaction-xa-narayana/pom.xml                 | 2 +-
 .../shardingsphere-transaction-xa-spi/pom.xml                      | 2 +-
 shardingsphere-mode/pom.xml                                        | 6 ++++--
 shardingsphere-mode/shardingsphere-mode-core/pom.xml               | 6 ++++--
 shardingsphere-mode/shardingsphere-mode-type/pom.xml               | 6 ++++--
 .../shardingsphere-mode-type/shardingsphere-cluster-mode/pom.xml   | 6 ++++--
 .../shardingsphere-cluster-mode-core/pom.xml                       | 6 ++++--
 .../shardingsphere-cluster-mode-repository/pom.xml                 | 6 ++++--
 .../shardingsphere-cluster-mode-repository-api/pom.xml             | 6 ++++--
 .../shardingsphere-cluster-mode-repository-provider/pom.xml        | 6 ++++--
 .../shardingsphere-cluster-mode-repository-etcd/pom.xml            | 2 +-
 .../pom.xml                                                        | 2 +-
 .../shardingsphere-mode-type/shardingsphere-memory-mode/pom.xml    | 6 ++++--
 .../shardingsphere-memory-mode-core/pom.xml                        | 6 ++++--
 .../shardingsphere-standalone-mode/pom.xml                         | 6 ++++--
 .../shardingsphere-standalone-mode-core/pom.xml                    | 6 ++++--
 .../shardingsphere-standalone-mode-repository/pom.xml              | 6 ++++--
 .../shardingsphere-standalone-mode-repository-api/pom.xml          | 6 ++++--
 .../shardingsphere-standalone-mode-repository-provider/pom.xml     | 6 ++++--
 .../shardingsphere-standalone-mode-repository-file/pom.xml         | 6 ++++--
 .../shardingsphere-standalone-mode-repository-h2/pom.xml           | 6 ++++--
 shardingsphere-proxy/pom.xml                                       | 5 +++--
 shardingsphere-proxy/shardingsphere-proxy-backend/pom.xml          | 2 +-
 shardingsphere-proxy/shardingsphere-proxy-bootstrap/pom.xml        | 2 +-
 shardingsphere-proxy/shardingsphere-proxy-frontend/pom.xml         | 2 +-
 .../shardingsphere-proxy-frontend-core/pom.xml                     | 2 +-
 .../shardingsphere-proxy-frontend-mysql/pom.xml                    | 2 +-
 .../shardingsphere-proxy-frontend-opengauss/pom.xml                | 6 ++++--
 .../shardingsphere-proxy-frontend-postgresql/pom.xml               | 2 +-
 .../shardingsphere-proxy-frontend-reactive-core/pom.xml            | 6 ++++--
 .../shardingsphere-proxy-frontend-reactive-mysql/pom.xml           | 6 ++++--
 .../shardingsphere-proxy-frontend-reactive-spi/pom.xml             | 6 ++++--
 .../shardingsphere-proxy-frontend-spi/pom.xml                      | 2 +-
 shardingsphere-spi/pom.xml                                         | 6 ++++--
 shardingsphere-sql-parser/pom.xml                                  | 6 ++++--
 .../shardingsphere-sql-parser-dialect/pom.xml                      | 6 ++++--
 .../shardingsphere-sql-parser-mysql/pom.xml                        | 2 +-
 .../shardingsphere-sql-parser-opengauss/pom.xml                    | 6 ++++--
 .../shardingsphere-sql-parser-oracle/pom.xml                       | 2 +-
 .../shardingsphere-sql-parser-postgresql/pom.xml                   | 2 +-
 .../shardingsphere-sql-parser-sql92/pom.xml                        | 2 +-
 .../shardingsphere-sql-parser-sqlserver/pom.xml                    | 2 +-
 shardingsphere-sql-parser/shardingsphere-sql-parser-engine/pom.xml | 2 +-
 shardingsphere-sql-parser/shardingsphere-sql-parser-spi/pom.xml    | 2 +-
 .../shardingsphere-sql-parser-statement/pom.xml                    | 6 ++++--
 shardingsphere-test/pom.xml                                        | 6 ++++--
 shardingsphere-test/shardingsphere-integration-agent-test/pom.xml  | 6 ++++--
 .../shardingsphere-integration-agent-test-plugins/pom.xml          | 6 ++++--
 .../shardingsphere-integration-agent-test-common/pom.xml           | 6 ++++--
 .../shardingsphere-integration-agent-test-jaeger/pom.xml           | 6 ++++--
 .../shardingsphere-integration-agent-test-metrics/pom.xml          | 6 ++++--
 .../shardingsphere-integration-agent-test-opentelemetry/pom.xml    | 6 ++++--
 .../shardingsphere-integration-agent-test-zipkin/pom.xml           | 6 ++++--
 shardingsphere-test/shardingsphere-integration-driver-test/pom.xml | 2 +-
 .../shardingsphere-integration-scaling-test/pom.xml                | 6 ++++--
 .../shardingsphere-integration-scaling-test-mysql/pom.xml          | 6 ++++--
 shardingsphere-test/shardingsphere-integration-test/pom.xml        | 2 +-
 .../shardingsphere-integration-test-fixture/pom.xml                | 6 ++++--
 .../shardingsphere-integration-test-suite/pom.xml                  | 2 +-
 shardingsphere-test/shardingsphere-optimize-test/pom.xml           | 5 +++--
 shardingsphere-test/shardingsphere-parser-test/pom.xml             | 5 +++--
 shardingsphere-test/shardingsphere-pipeline-test/pom.xml           | 6 ++++--
 shardingsphere-test/shardingsphere-rewrite-test/pom.xml            | 6 ++++--
 shardingsphere-test/shardingsphere-test-common/pom.xml             | 6 ++++--
 213 files changed, 710 insertions(+), 375 deletions(-)

[shardingsphere] 01/01: Update quick start for ShardingSphere-Proxy

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a commit to branch 5.1.1-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 58a652a38fad8cc51b5b1a1ddeb2f449b8d1e58e
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Sat Apr 2 11:41:33 2022 +0800

    Update quick start for ShardingSphere-Proxy
---
 .../content/quick-start/shardingsphere-proxy-quick-start.cn.md     | 7 +++++++
 .../content/quick-start/shardingsphere-proxy-quick-start.en.md     | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/docs/document/content/quick-start/shardingsphere-proxy-quick-start.cn.md b/docs/document/content/quick-start/shardingsphere-proxy-quick-start.cn.md
index 9976cb2..f1f10c6 100644
--- a/docs/document/content/quick-start/shardingsphere-proxy-quick-start.cn.md
+++ b/docs/document/content/quick-start/shardingsphere-proxy-quick-start.cn.md
@@ -4,6 +4,13 @@ title = "ShardingSphere-Proxy"
 weight = 2
 +++
 
+## 获取 ShardingSphere-Proxy
+
+目前 ShardingSphere-Proxy 提供了 3 种获取方式:
+- [二进制发布包](/cn/user-manual/shardingsphere-proxy/startup/bin/)
+- [Docker](/cn/user-manual/shardingsphere-proxy/startup/docker/)
+- [Helm](/cn/user-manual/shardingsphere-proxy/startup/helm/)
+
 ## 规则配置
 
 编辑 `%SHARDINGSPHERE_PROXY_HOME%/conf/config-xxx.yaml`。
diff --git a/docs/document/content/quick-start/shardingsphere-proxy-quick-start.en.md b/docs/document/content/quick-start/shardingsphere-proxy-quick-start.en.md
index c490b43..e128f2f 100644
--- a/docs/document/content/quick-start/shardingsphere-proxy-quick-start.en.md
+++ b/docs/document/content/quick-start/shardingsphere-proxy-quick-start.en.md
@@ -4,6 +4,13 @@ title = "ShardingSphere-Proxy"
 weight = 2
 +++
 
+## Get ShardingSphere-Proxy
+
+ShardingSphere-Proxy is available at:
+- [Binary Distribution](/en/user-manual/shardingsphere-proxy/startup/bin/)
+- [Docker](/en/user-manual/shardingsphere-proxy/startup/docker/)
+- [Helm](/en/user-manual/shardingsphere-proxy/startup/helm/)
+
 ## Rule Configuration
 
 Edit `%SHARDINGSPHERE_PROXY_HOME%/conf/config-xxx.yaml`.