forked from springside/springside4
-
Notifications
You must be signed in to change notification settings - Fork 0
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
合并原作者的更新 #1
Open
bybsky
wants to merge
384
commits into
bybsky:master
Choose a base branch
from
springside:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
合并原作者的更新 #1
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
修复JedisShardedTemplateTest测试用例hashActions中的key命名错误
由于request中accept header中默认加入xml参数,导致contentNegotiationManager默认返回XML(即使设置defaultContentType=json) 还有加入ignoreAcceptHeader=true
fix generate project failed
增加常用脚本的Bash版
修改Servlets.setFileDownloadHeader方法中文文件名有空格时被截断及IE下乱码问题
将Bash脚本加上统一的后缀,增加两个Bash脚本
…s增加在windows下,将路径转为windows路径
注释有误,修改Field为Method
Update ClassUtil.java
* 最低依赖JDK7,引入JDK7的类 * 整理重构,类结构更统一,文档更新,Sonar代码检查 * UnitConverter加入,从bytes, mills 转为带单位的字符串 * 其他少量API方法补充,如MapUtil增加sortByValues BugFixing: * 反射:调用方法如果参数是原子类型或抽象类接口时查找方法失败的bug * WildCharMactcher: 通配符比较跨操作系统测试通过 ### 兼容性 删除类包括JSONMapper,XmlMapper,ThrottledSlf4jLogger ConcurrentHashMapV8,FastMethodInvoker,MethodInvoker, CommonCollections 其他类多有改名或调整Package,或调整API到别的类,可以查找
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.
如题