转载

Apache Commons Text 1.4 发布,要求 Java 8 环境

Apache Commons Text 1.4 发布了,Commons Text 是一组用于处理在 Java 环境中使用的文本的实用的、可重用组件。

此次更新内容如下:

Bug 修复:

  • o TEXT-120:  StringEscapeUtils#unescapeJson 不转义双引号和斜杠。

  • o TEXT-119:  从用户指南中删除 SQL 转义。

  • o TEXT-123:  当 wrapLength 为 Integer.MAX_VALUE 时,WordUtils.wrap 抛出 StringIndexOutOfBoundsException。

更新:

  • o TEXT-121:  从 Java 7 环境要求升级到 Java 8。

  • o TEXT-122:  允许使用新 API 进行完全自定义 org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup(Map<String, StringLookup>, StringLookup, boolean)。

发布公告

原文  https://www.oschina.net/news/97066/commons-text-1-4-released
正文到此结束
Loading...