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 #15

Merged
merged 36 commits into from
Nov 6, 2017
Merged

Update #15

merged 36 commits into from
Nov 6, 2017

Conversation

mercyblitz
Copy link
Owner

No description provided.

chickenlj and others added 30 commits October 20, 2017 10:11
Simplify 'if(available == true)' with 'if(available)'
Fix typo implemention -> implementation
Fix class convert error in PojoUtils.relealize() when using fastjson serialization protocol during generic invoke
Optimize route: route on service level, then on method level
Fix 'start.sh' waits indefinitely when specified the 'dubbo.protocol.host' parameter
合入hessian官方4.0.3部分源码,支持java.util.EnumSet反序列化
fix the bug: cant enable override
The operator '+' has a higher operation priority than '?:'. A NPE will be thrown if getUrl() returns null, which is not expected.
Deprecate internal JSON impl and change to fastjson
* Optimize(AbstractRegistry) registry cache, one registry file per 'registry & application', avoid reload (#685).

* Fixed #692 optimize zookeeper operation in service export/reference process: check already exists before create
Fixed #672: Monitor blocks when registry is unreachable (#777)
 Adjust some config properties
* 增加MethodValidated注解的测试用例  及对MethodValidated使用场景和用法的说明注释

* 将需要检查的分组维护到List<Class<?>> groups中,包括当前接口类及Default.class两个默认的分组

* 修改接口级别为jdk1.6; 按javadoc规范修改注释
Optimize zookeeper block logic on app startup
Feature: support specify ip & port registered to registry from environment properties
@mercyblitz mercyblitz merged commit 562a126 into mercyblitz:master Nov 6, 2017
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.