Skip to content
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

update #1

Open
wants to merge 1,222 commits into
base: master
Choose a base branch
from
Open

update #1

wants to merge 1,222 commits into from

Conversation

hnlszg881219
Copy link
Owner

What is the purpose of the change

XXXXX

Brief changelog

XXXXX

Verifying this change

XXXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a GITHUB_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Run mvn clean install -DskipTests=false & mvn clean test-compile failsafe:integration-test to make sure unit-test and integration-test pass.
  • If this contribution is large, please follow the Software Donation Guide.

@hnlszg881219
Copy link
Owner Author

update

zhongxiongzeng and others added 29 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 hnlszg881219: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.