值得关注的是,该版本已支持 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]
下载地址:https://github.com/apache/commons-text/archive/commons-text-1.0.zip
来自:开源中国社区

