[GitHub] commons-text issue #48: TEXT-88: Fixed issue with empty delimiters array wit...

2017-07-02 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-text/pull/48 I think we are good to merge this as per discussion here [TEXT-88](https://issues.apache.org/jira/browse/TEXT-88) --- If your project is set up for it, you can reply to this email and have y

[GitHub] commons-text issue #48: TEXT-88: Fixed issue with empty delimiters array wit...

2017-07-02 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/48 [![Coverage Status](https://coveralls.io/builds/12224670/badge)](https://coveralls.io/builds/12224670) Coverage decreased (-0.002%) to 97.302% when pulling **3f5dfd4b1cc24fa31446

[GitHub] commons-io pull request #38: FileUtils.readFileToByteArray - optimize readin...

2017-07-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/38 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] commons-io pull request #38: FileUtils.readFileToByteArray - optimize readin...

2017-07-02 Thread ilmarmors
GitHub user ilmarmors opened a pull request: https://github.com/apache/commons-io/pull/38 FileUtils.readFileToByteArray - optimize reading of files with known size IO-251 added optimization for reading files with known size as byte arrays, but it was reverted in IO-453 due to regre