Hi all

we've got a nice set of fixes and new features added since 1.11 and I
plan to cut the next release soonish. The only thing I want to do prior
to the release is adding a few words of documentation about the IWA
support in Snappy.

Based on prior experience I'd like to give folks a chance to look at the
current site build at
<http://stefan.samaflost.de/staging/COMPRESS-1.12/index.html>, in
particular at the reports.

You'll see that findbugs is unhappy about inconsistent synchronization
introduced when I made the finish method of BZip2CompressorOutputStream
synchronized due to COMPRESS-357

Yes, blockSorter is accessed unsynchronized in different places, but we
don't need to care as the class isn't thread safe anyway and all we
wanted to do is to avoid a race condition with GC. I'd prefer to
suppress the warning over synchronizing more of the class.

Any feedback more than welcome.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to