发布于 2017-11-09 07:30:52 | 170 次阅读 | 评论: 0 | 来源: 网友投递
Apache Commons
Apache Commons项目的由三部分组成:The Commons Proper - 一个可重用的Java组件库。The Commons Sandbox - Java组件开发工作区. The Commons Dormant - 当前处于非活动状态的组件库.
Apache Commons Lang 3.7 已发布,这是 Commons 项目中用来处理 Java 基本对象方法的工具类包,可以简化很多平时经常要用到的写法,例如判断字符串是否为空等等。
该版本最低的 Java 版本要求是 Java 7,同时支持 Java 8, 9, 10。
部分更新如下
新特性
LANG-1355: TimeZone.getTimeZone() in FastDateParser causes resource contention (PR #296.)
LANG-1360: Add methods to ObjectUtils to get various forms of class names in a null-safe manner
变更
LANG-1358: Improve StringUtils#replace throughput
LANG-1346: Remove deprecation from RandomStringUtils
LANG-1361: ExceptionUtils.getThrowableList() is using deprecated ExceptionUtils.getCause()
下载地址