Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.6-rc-1
-
Component/s: Dependency Upgrades
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:
-
Similar issues:
Description
See https://github.com/apache/commons-text/blob/commons-text-1.4/RELEASE-NOTES.txt
Fixed Bugs: o TEXT-120: StringEscapeUtils#unescapeJson does not unescape double quotes and forward slash. o TEXT-119: Remove mention of SQL escaping from user guide. o TEXT-123: WordUtils.wrap throws StringIndexOutOfBoundsException when wrapLength is Integer.MAX_VALUE. Thanks to Takanobu Asanuma. Changes: o TEXT-121: Update Java requirement from version 7 to 8. Thanks to pschumacher. o TEXT-122: Allow full customization with new API org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup(Map<String, StringLookup>, StringLookup, boolean).