红联Linux门户
Linux帮助

Apache Commons Text 1.0,处理字符串的算法库

发布时间:2017-03-14 22:17:53来源:红联作者:roeta
Apache Commons Text 1.0 正式发布了,该项目提供了大量专注于处理字符串和文本块的算法。

值得关注的是,该版本已支持 Java 9。其他更新内容:

Bug 修复

Investigate locale issue in ExtendedMessageFormatTest. Thanks to chtompki

Resolve PMD/CMD Violations

Fixing the 200 checkstyle errors present in 1.0-beta-1

Mutable fields should be private

REMOVED

Escape HTML characters only once: revert.

要注意的内容:

在 1.0 版本中包名是这样的 -- "org.apache.commons.text.*";但是在 1.0-beta-1 中是这样的,"org.apache.commons.text.beta.*."

源代码和二进制版本的 RELEASE-NOTES.txt 中在第 29 行有一个排印错误,“1.0-beta-1” 应该替换为 “1.0”

可以通过 maven 拉取:[code]org.apache.commons
commons-text
1.0[/code]软件详情:http://www.apache.org/dist/commons/text/RELEASE-NOTES.txt

下载地址:https://github.com/apache/commons-text/archive/commons-text-1.0.zip

来自:开源中国社区
文章评论

共有 0 条评论