* 最低依赖JDK7,引入JDK7的类 * 整理重构,类结构更统一,文档更新,Sonar代码检查 * UnitConverter加入,从bytes, mills 转为带单位的字符串 * 其他少量API方法补充,如MapUtil增加sortByValues BugFixing: * 反射:调用方法如果参数是原子类型或抽象类接口时查找方法失败的bug * WildCharMactcher: 通配符比较跨操作系统测试通过 ### 兼容性 删除类包括JSONMapper,XmlMapper,ThrottledSlf4jLogger ConcurrentHashMapV8,FastMethodInvoker,MethodInvoker, CommonCollections 其他类多有改名或调整Package,或调整API到别的类,可以查找
15 lines
139 B
Plaintext
15 lines
139 B
Plaintext
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
.idea/
|
|
|
|
# Others
|
|
target/
|
|
logs/
|
|
modules/utils副本
|