-
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
add comment #13083
add comment #13083
Conversation
update version to 1.3.0
Upgrade to 1.3.1 version
Upgrade to 1.3.2
Master upgrade 1.4.0
This reverts commit b9a842c.
Upgrade to 1.4.1
Merge develop to master, upgrade version to 1.4.2
Upgrade to 2.0.2
Upgrade to 2.0.3
Release 2.0.4
Upgrade to 2.1.0
Upgrade 2.1.1
Upgrade to 2.1.2
Merge develop into master to release 2.2.0
Merge from develop.
…nit test for I… (alibaba#10211) * Remove DefaultSettingPropertySource.java and add some unit test for InitUtils * For pmd
alibaba#10203) * Add ModuleState and use ModuleState replace ServerStateController. * Add AuthModuleStateBuilder * state接口使用ModuleState. * Add announcement api. * skip rat scan for announcement.conf * default plugin open login page when auth.enabled=true.
* 取消默认openssl * 连接上下文标签中添加tls.enable * test fix * checkstyle
* HessianSerializer add whitelist. * Handle exception in onApply and onRequest to save the stateMachine. * Add new ut for HessianSerializer
* fix import bug * fix import bug
…switch exception (alibaba#10555) 2. optimize current notify ,add receiveNotifyChanged flag 3. add notify block log for over 60s 4. add notify error & block stack trace 5. fix shutdown client worker memory leak of server list change subscriber 6. use multi thread for different task id for sync with server to speed up config sync. 7. fix exception when request with 0 or negative timeouts. 8. simply local snapshot path when env name over 50 chars 9. add a random sleep in health check for avoid health check syntony.
* fix naming memory leak * fix test case * fix test case
…os server list when use nacos-address endpoint (alibaba#10599) * fix nacos clent get the random index of nacos server list bug * Update ServerListManager.java
* replace nacos cache with guava cache tt fix memory leak * checkstyle
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
liuwenqiang 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
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.