The Apache Commons Team is pleased to announce the release of Apache Commons Text 1.4.
The Apache Commons Text open source software library provides a host of algorithms focused on working with strings and blocks of text. Source and binary distributions are available for download from the Apache Commons download site: http://commons.apache.org/proper/commons-text/download_text.cgi When downloading, please verify signatures using the KEYS file available at the above location. Alternatively the release can be pulled via Maven: <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.4</version> The release notes can be reviewed at: http://www.apache.org/dist/commons/text/RELEASE-NOTES.txt For complete information on Commons Text, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Text website: http://commons.apache.org/proper/commons-text/ This component requires Java 8. Changes in this version include: 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). Best regards, Gary Gregory on behalf of the Apache Commons community