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 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
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
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
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