Details
-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
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).