Hello Oti, Thank you for your report.
Please test this fix for your use case: https://github.com/apache/commons-compress/pull/757 Gary On Wed, Dec 31, 2025 at 9:51 AM Oti <[email protected]> wrote: > > 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
