-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 1.3.1 version #3295
Upgrade to 1.3.1 version #3295
Conversation
rebase develop
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.13 to 8.0.16. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](mysql/mysql-connector-j@8.0.13...8.0.16) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update EmbeddedStoragePersistServiceImpl.java If the table data volume is large, count (*) will be particularly slow * Update ExternalStoragePersistServiceImpl.java If the table data volume is large, count (*) will be particularly slow * Update ExternalStoragePersistServiceImpl.java * Update EmbeddedStoragePersistServiceImpl.java
) * [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:service/dump) Change-Id: I273493054e3d7f5f26d73d65fa8360266a93cbfc * [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:service/merge) Change-Id: I8cdf601c2cb5f177a920c0f690cfbace8108c4cc
…rameters/enums/exception/filter/manager/model/service). (#3259)
use english comma instead
) * [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:service/repository) Change-Id: I394a7639c70b6d30c2b800d5608ba62b6b64c76c * 1.adjust ignore exception 2.adjust sql Change-Id: I1e190872dc85d1d81a6afc2a204331bd779c04b0 * adjust sql Change-Id: Ie4a085487b3642d0da150162b9a750bd803bf07e
…se6 (#3277) Change-Id: I731548ea51b8ccf2a7f2635bd0e864573ccc7fc9
…rialization exception (#3282)
…r phase8. (#3286) * [ISSUE#3249]Resolve the issues of codestyle of nacos-config module for phase8. * [ISSUE#3249]fix typo.
…ng (#3293) * Re-check code style for nacos-config module. * Re-check code style for other module. * Open checkstyle plugin check during build
zhangjidi2016 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
Upgrade to 1.3.1 version
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.