forked from apache/dubbo
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update #15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
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
…nsistent classloader
NPE bug fixed.
Refactor annotation config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.