[GitHub] commons-text issue #84: Update StringSubstitutor JavaDoc

2018-06-28 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/84 Thanks! 👍 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-

[GitHub] commons-text pull request #84: Update StringSubstitutor JavaDoc

2018-06-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/84 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [compress] close() and writing invalid streams

2018-06-28 Thread Gary Gregory
I'm for making it obvious and keeping clean ups localized, meaning add try-with-resources blocks to all close() methods that need them. Gary On Thu, Jun 28, 2018 at 3:54 AM Stefan Bodewig wrote: > Hi all > > https://issues.apache.org/jira/browse/COMPRESS-457 raises an issue that > I vaguely rec

[LAZY][VOTE] Release Apache Commons Parent 47 based on RC1

2018-06-28 Thread Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Parent 46 was released, so I would like to release Apache Commons Parent 47. Apache Commons Parent 47 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/commons-parent/47

[compress] close() and writing invalid streams

2018-06-28 Thread Stefan Bodewig
Hi all https://issues.apache.org/jira/browse/COMPRESS-457 raises an issue that I vaguely recall we've talked about in the past but I may be wrong. Almost all our OutputStream close methods go along the lines of public void close() throws IOException { finishFormatSpecificStuff(); closeUn