feilong-core 1.10.0 发布了,feilong-core 是一个让 Java 开发更简便的工具包。
简介:
让你从大量重复的底层代码中脱身,提高工作效率;
让你的代码更简炼,易写、易读、易于维护;
本次升级共有34处变更,具体参见 1.10.0 milestone
1.特性
none
2.修改
ResourceBundleUtil.getResourceBundle(InputStream) close InputStream fix #588
update some method param type from Collection to Iterable fix #563
update BeanUtil.populate javadoc fix #561
update error javadoc fix #560
3.移除
move json function fix #568
CollectionsUtil remove List<O> removeAll(Collection<O> objectCollection,String propertyName,Collection<V> propertyValueList fix #565
CollectionsUtil remove List<O> removeAll(Collection<O> objectCollection,String propertyName,V...propertyValues) fix #564
move com.feilong.test pacage to feilong-commons-test fix #578
remove commons-lang:commons-lang fix #576
remove @Deprecated Constants com.feilong.core.RegexPattern.AN fix #585
remove @Deprecated Constants com.feilong.core.RegexPattern.ANS fix #586
remove @Deprecated Constants com.feilong.core.RegexPattern.NUMBER fix #587
remove @Deprecated Constants com.feilong.core.RegexPattern.IP fix #584
remove @Deprecated Constants com.feilong.core.RegexPattern.LETTER_LOWERCASE fix #583
remove @Deprecated Constants com.feilong.core.RegexPattern.LETTER fix #582
remove @Deprecated Constants com.feilong.core.RegexPattern.LETTER_UPPERCASE fix #581
remove @Deprecated Constants com.feilong.core.RegexPattern.URLLINK fix #580
上述常量 建议使用的方案参见 RegexPattern 类上的 javadoc
4.Bug 修复
none