Skip to content

更新 #1

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

Open
wants to merge 3,415 commits into
base: master
Choose a base branch
from
Open

更新 #1

wants to merge 3,415 commits into from

Conversation

SundyHu
Copy link
Owner

@SundyHu SundyHu commented Jan 30, 2018

更新 ali dubbo to updated

zhongxiongzeng and others added 28 commits May 31, 2021 10:12
#7902)

* improve the code that RegistryDirectory.java#destroyUnusedInvokers and RegistryDirectory.java#toMergeInvokerList

* 1 fix with RegistryDirectory.java: remove unused imports

Co-authored-by: zhongxiong.zeng <[email protected]>
* fix #7888 add test case for ServerStatusChecker

* use available port

* modify getAvailablePort

* fix testGetAvailablePort test case.

* modify min_port=1

* make getAvailablePort Sync

* use random port as init value

* bugfix

* Use bitset to optimize code

* remote unused import

* remove unused import

* bugfix

* bugfix

* add log

* bugfix

* bugfix
* ssl support ciphers&protocals

* fix spell bug

* spell error

* add test

* fix import *

* add ASF license

* delete no need
…e with api calling methods (#7369)

* solve #7364 Application-granular service registration and discovery are compatible with api calling methods

* add override annotation

* Add non-empty check
* Cache the parsed result of the HelpCommand and HelpTelnetHandler

* Modify the map type to WeakHashMap
* fix #7923 Fix DubboProtocol is not directly used externally

* add cleanup when destroy

* bugfix

* add invoker.destroy
* Add unit test for Ready,PublishMetadata,Version command

* Add clear mechanism in unit test

* Fix unit test

* Fix unit test

* Fix unit test

* Fix unit test npe

* Fix unit test

* Fix unit test

* Debug ut

* Fix ut

* Debug ut

* Debug ut

* Debug ut

* Debug ut

* Debug ut

* Revert

* Debug ut

* Debug ut

* Remove ReadyTest
…7951)

* fix #7949 DubboProtocol#INSTANCE should not be initialized in the constructor

* bugfix

* Add clear system environment variable logic
* Use constants instead of literals

* Remove unused variables

* Remove unnecessary modifiers

* Use constants instead of literals
* fill conditionKeys collections when necessary

* Use set container to handle multiple tildeKey situations
* fix #7916 add test case for DubboProtocol

* add log

* add log

* add log

* bugfix
* Fix thrift ASF license header

* add .mvn ignore

* add ASF header

* remove protobuf notice
AlbumenJ and others added 28 commits September 16, 2022 11:23
```
// instanceof not throw NullPointExcetion
if (result.getException() != null && result.getException() instanceof RpcException) 

// Examle:
public static void main(String[] args) {
    Exception e = null;
    if (e instanceof Exception) {
        System.out.println("instanceof");
    }
    System.out.println("success");
}
//Out:
success
```
* Add router fail fast option (Backport #9388)

* update
@AlbumenJ AlbumenJ deleted the branch SundyHu:master January 18, 2024 12:54
@AlbumenJ AlbumenJ deleted the master branch January 18, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.