You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/03/31 10:37:28 UTC

[shardingsphere] branch master updated (0a79d5ccb09 -> 0f4fc284826)

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

zhaojinchao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 0a79d5ccb09 Modify select join statement e2e (#24907)
     add 0f4fc284826 Use SpotBugs to instead of FindBugs (#24923)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check.yml                        |   8 +-
 .github/workflows/ci.yml                           |   2 +-
 .github/workflows/e2e-agent.yml                    |   2 +-
 .github/workflows/e2e-discovery.yml                |   2 +-
 .github/workflows/e2e-pipeline.yml                 |   2 +-
 .github/workflows/e2e-showprocesslist.yml          |   2 +-
 .github/workflows/e2e-sql.yml                      |   2 +-
 .github/workflows/e2e-transaction.yml              |   2 +-
 .github/workflows/nightly-build-artifact.yml       |   4 +-
 .github/workflows/nightly-build-example.yml        |   2 +-
 .github/workflows/{check.yml => nightly-check.yml} |  55 ++++-----
 .github/workflows/nightly-e2e.yml                  |   2 +-
 .github/workflows/nightly-sql-parser.yml           |   2 +-
 .../content/involved/contribute/contributor.cn.md  |   2 +-
 .../content/involved/contribute/contributor.en.md  |   2 +-
 docs/document/content/faq/_index.cn.md             |   2 +-
 docs/document/content/faq/_index.en.md             |   2 +-
 .../shardingsphere-jdbc/observability/_index.cn.md |   2 +-
 .../shardingsphere-jdbc/observability/_index.en.md |   2 +-
 .../observability/_index.cn.md                     |   2 +-
 .../observability/_index.en.md                     |   2 +-
 .../startup/graalvm-native-image.cn.md             |   8 +-
 .../startup/graalvm-native-image.en.md             |   8 +-
 .../generator/EncryptAlterTableTokenGenerator.java |  11 +-
 .../GenericTableRandomReplaceAlgorithm.java        |   4 +-
 .../replace/LandlineNumberRandomAlgorithm.java     |   4 +-
 ...litaryIdentityNumberRandomReplaceAlgorithm.java |   4 +-
 ...rsonalIdentityNumberRandomReplaceAlgorithm.java |   4 +-
 .../replace/TelephoneRandomReplaceAlgorithm.java   |   4 +-
 .../UnifiedCreditCodeRandomReplaceAlgorithm.java   |   4 +-
 .../select/pagination/PaginationContext.java       |   2 +-
 .../driver/spi/AbsolutePathDriverURLProvider.java  |   7 +-
 .../driver/spi/ClasspathDriverURLProvider.java     |   9 +-
 .../core/util/JobDataNodeLineConvertUtils.java     |  13 +-
 .../memory/MultiplexMemoryPipelineChannelTest.java |   4 +-
 .../mysql/ingest/MySQLIncrementalDumper.java       |   4 +-
 .../pipeline/mysql/ingest/client/MySQLClient.java  |   3 +-
 .../single/datanode/SingleTableDataNodeLoader.java |   8 +-
 .../bitronix/manager/BitronixRecoveryResource.java |   2 +-
 .../cluster/consul/ConsulRepository.java           |   6 +-
 .../repository/cluster/nacos/NacosRepository.java  |   5 +-
 pom.xml                                            |  23 ++--
 .../rql/storage/unit/ShowStorageUnitExecutor.java  |  11 +-
 .../admin/MySQLSetVariableAdminExecutor.java       |   5 +-
 .../proxy/arguments/BootstrapArguments.java        |   2 +-
 src/resources/spotbugs.xml                         | 135 +++++++++++++++++++++
 .../sql/parser/external/ExternalSQLParserIT.java   |  17 +--
 .../external/result/SQLParseResultReporter.java    |   2 +-
 .../result/type/csv/CsvSQLParseResultReporter.java |  24 +++-
 .../result/type/log/LogSQLParseResultReporter.java |   4 +
 50 files changed, 302 insertions(+), 138 deletions(-)
 copy .github/workflows/{check.yml => nightly-check.yml} (60%)
 create mode 100644 src/resources/spotbugs.xml