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

PULL origin #5

Merged
merged 115 commits into from
Jun 18, 2019
Merged

PULL origin #5

merged 115 commits into from
Jun 18, 2019

Conversation

fitzf
Copy link
Owner

@fitzf fitzf commented Jun 18, 2019

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 integration-test in test module.
  • 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.

nzomkxia and others added 30 commits April 24, 2019 10:47
* fix: #3727

* style: code tidy up

* style: add apache license

* fix: #3914 protostuff serialize java.sql.Timestamp
* avoid 'dubbo.tag' from provider side being override on consumer side
* not necessary to keep 'default.' prefix for configs come from ConsumerConfig and ProviderConfig
* fix ut caused by removing of 'default.' prefix
* etcd config center integrate test
* clean code
…3906)

* add test case

* fix bug

* add something

* complete lookup method of consul registry and add test

* clean code

* correct dependency of embedded-consul
* rename ClassHelper to ClassUtils, add MethodUtils
* remove import with '*'
* ClassUtils add apache license
* fixed provider set delay NullPointerException

* add getActualDelay method

* simple
* revert to use http ttl check for consul

* clean code
* 1. filter network interface in NetUtils 2. remove the useless attribute in ApplicationConfig

* add reachable check for ipv4

* move the reachable check to outside

* rename isValidV6Address to isPreferIPV6Address
* Support etcd as metadata center

* Fix key format error for consul/redis and UT failure

* Fix UT failure

* Fix UT failure

* Fix UT failure
* fix ContentTypeId conflict

* modify

* modify avro id
* Merge serialization-native-hessian-for-apache-dubbo into incubator-dubbo

* test success

* test success

* Merge serialization-native-hessian-for-apache-dubbo into incubator-dubbo

* change maven install

* add apache license

* remove @generated

* optimize import

* remove thrift

* merge master

* distribution pom add native hessian
* merge thrift

* thrift version update

* test

* test success

* test success

* thrift and native thrift

* Restore thrift compatibility issues
* fix injvm export and refer

* Add default injvm protocol
is only injvm protocol don't register

* Multiple protocol registry filter injvm

* isOnlyJvm
cvictory and others added 29 commits May 24, 2019 14:54
…ants (#4138)

* [DUBBO-3137]: get rid of ConfigConstants, RpcConstatns, RemotingConstants

* fix compilation error

* fix compilation issue

* let compatible constants to reference all constants

* use static imports
reverse url of python
* add some comments for dubbo-remoting-netty4
* update from upstream/master
* adjust format
…4218) (#4236)

* Fix NPE when the TagRouterRule addresses config is null (#4218)

* fix import

* add more test
@fitzf fitzf merged commit 40f1883 into fitzf:master Jun 18, 2019
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.