forked from alibaba/nacos
-
Notifications
You must be signed in to change notification settings - Fork 0
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
lastest code from origina #9
Merged
Merged
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
1.2.0 release
1.2.1 merge to master
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.3 to 2.9.10.4. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <support@github.com>
… with bulk 'Collection.addAll' call,于是有代码洁癖的我,厚着脸皮提个PR给到你们
…re_1.3.0_beta_grpc
merge 1.3.0 Beta
…re_1.3.0_beta_grpc
… call,performance will be better
[#2985] fix task executable judgment logic problems
[ISSUE #2956] simplify code
…n standalone + derby
[ISSUE 2989] where config publish could not trigger horizontal notification i…
hi.here 'addAll()' call can be replaced with paramterized constructor call,performance will be better
[#ISSUE 2994] Perf config notify
FIX ISSUE #3007 : MaxHistory字段名称和Nacos默认的命名风格不统一
Fix #1865 use DriverManager instead of MysqlDataSource to get the connection
HttpCLient uses ByteArrayEntity when sync data
a power of two size for hashmap
spelling err correct
Update application.properties
修针对mysql5.6版本使用innodb存储引擎,permissions表resouce字段长度过长,无法创建索引,建表出错,修改bug #3016
[ISSUE#1815]Adding lifecycle interface and resolve the service downtime caused by thread leak
[ISSUE #2749]dumpAllTaskMgr did not add the correct processor
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
XXXXX
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.