Hello This is just to let you know that calling close() after finish() on a BZip2CompressorOutputStream leads to a
java.lang.NullPointerException: Cannot read field "inUse" because "dataShadow" is null This used to pass silently on 1.27.1. It is probably called bad style, but I found a project that had to remove the close() calls after finish(). ( https://github.com/BisonSchweizAG/jython/pull/33). Keep on the good work, and best wishes! Oti.
