Apache Commons Lang 3.3 发布,此版本完全二进制兼容最新版本,从 3.2.1 迁移到 3.3 版本不要求修改客户端代码;最低要求 JDK 版本是 1.6。
值得注意的改进如下:
o LANG-955: Add methods for removing all invalid characters according to
XML 1.0 and XML 1.1 in an input string to StringEscapeUtils.
Thanks to Adam Hooper.
o LANG-637: There should be a DifferenceBuilder with a
ReflectionDifferenceBuilder implementation
o LANG-944: Add the Jaro-Winkler string distance algorithm to StringUtils.
Thanks to Rekha Joshi.
o LANG-417: New class ClassPathUtils with methods for turning FQN into
resource path
Alternatively the release can be pulled via maven:
Commons项目中用来处理Java基本对象方法的工具类包,可以简化很多平时经常要用到的写法,例如判断字符串是否为空等等。
JavaDoc:http://tool.oschina.net/apidocs/apidoc?api=commons-lang
项目主页:http://commons.apache.org/proper/commons-lang/changes-report.html
下载地址:http://commons.apache.org/proper/commons-lang/download_lang.cgi
来自:oschina开源中国社区

