-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 2.1.2 #9335
Merged
Merged
Upgrade to 2.1.2 #9335
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* bug fix calcu ipCount * update logic
An IOException has been catch,so throws IOException Is invalid
[#ISSUE 8882]FIX nacos-client 2.1.0 erorr use endpoint configuration
* add some junit test * fix some junit * add license
Flip the call to equals method to avoid null pointer exception.
* fix ci * run ci * check cla report * check style
* add some auth plugin test * ru ci
* add unit test for ReflectUtils * reformat code
add some utils UT
* performance optimization * fix check style * fix test unit * fix test unit for `getTimeFormatOfSecond` method. * fix unit test for LimiterTest. * fix error usage case for asserEquals method;eliminate interactions between test methods
* fix issue #9013 * reformat code style * reformat code style * reformat code style * reformat code style * reformat code style * reformat code style * reformat code style * change config name * do some enhance * add queue size to configProperties * reformat code style * Change configuration load order
…ate (#9024) * [ISSUE #9023] fix corner case config dataId 'cipher-' that cannot create * [ISSUE #9023] remove unused import * [ISSUE #9023] PMD fix * [ISSUE #9023] add comments * [ISSUE #9023] should return first token instead of any * [ISSUE #9023] add more EncryptionHandler ut * [ISSUE #9023] fix style * [ISSUE #9023] fix style, keep indentation in blank line
* build: harden ci.yml permissions Signed-off-by: Alex <[email protected]> * build: harden it.yml permissions Signed-off-by: Alex <[email protected]> Signed-off-by: Alex <[email protected]>
* [ISSUE #9210] Using hash as ephemeral clients' revision for DISTRO verification. * [ISSUE #9210] Improve performance of ephemeral client hash calc. * [ISSUE #9210] Remove calculation for ephemeral client's subscribers. * [ISSUE #9210] Persist and sync revision for clients. * [ISSUE #9210] Improve hash of ephemeral client. * [ISSUE #9210] Improve performance of hash calc for clients. * [ISSUE #9210] Make distro verification compatible with zero revision from old servers. * [ISSUE #9210] Log clientId when VERIFY-FAILED. * [ISSUE #9210] Fix long class cast exception to REVISION. * [ISSUE #9210] Just renew clients when verify v2 clients on v1 mode. * [ISSUE #9210] Add UTs for ephemeral client verification. * [ISSUE #9210] Fix codestyle. * [ISSUE #9210] Fix IpPortBasedClientTest. * [ISSUE #9210] Fix codestyle. * [ISSUE #9210] Fix license. * [ISSUE #9210] Fix ConcurrentHashSetTest cases to verify concurrent modification properly. * [ISSUE #9210] Fix codestyle.
* cluster/report api return self information. * Update metadata when received report response. * Add UT for handle report member info response. * For checkstyle.
#9231) * [ISSUE #9230] Fix missing dependency between event publisher and subscriber triggered on snapshot loading. * [ISSUE #9230] Fix codestyle. * [ISSUE #9230] Fix missing dependency between event publisher and subscriber triggered on persistent clients' snapshot loading. * [ISSUE #9230] Fix import.
* ConnectionBasedClient support add revision * getRevision when get verifydata.
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.16.1 to 3.16.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.16.1...v3.16.3) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[ISSUE#9091] build pure nacos-client when release.
* fix listener miss * fixed cache remove on add listener delay
* update Generate serialVersionUID Value to idea random * update Generate serialVersionUID Value to idea random
* minijar * minijar,add google shaded * fix naming response miss * not shaded promethus snakeyaml * release-sign-artifacts minijar
* 1.x http接口服务名校验问题 * 1.x http接口服务名校验问题 for #9323
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
Upgrade to 2.1.2
Brief changelog
Upgrade to 2.1.2
Verifying this change
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.