Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-19 Thread Balchandra Vaidya
Hi Stefan, Thank you for submitting the bug. The JBS id is https://bugs.openjdk.java.net/browse/JDK-8129330. Regards Balchandra On 6/18/2015 8:29 PM, Stefan Bodewig wrote: On 2015-06-18, Rory O'Donnell wrote: Did you log a bug at bugs.java.com, if yes can you send me the Incident

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-19 Thread Rory O'Donnell
Thanks Stefan! On 18/06/2015 15:59, Stefan Bodewig wrote: On 2015-06-18, Rory O'Donnell wrote: Did you log a bug at bugs.java.com, if yes can you send me the Incident number ? Sorry, so far I hadn't found the time to do so, just opened one Review ID: JI-9021700 Stefan

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-18 Thread Stefan Bodewig
On 2015-06-18, Rory O'Donnell wrote: Did you log a bug at bugs.java.com, if yes can you send me the Incident number ? Sorry, so far I hadn't found the time to do so, just opened one Review ID: JI-9021700 Stefan - To

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-18 Thread Rory O'Donnell
Hi Stefan Did you log a bug at bugs.java.com, if yes can you send me the Incident number ? Thanks,Rory On 08/06/2015 12:53, dalibor topic wrote: Thanks for stripping the test case down, Stefan - the behaviour sounds rather odd. Please file a bug at bugs.java.com, and let us know what

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-06-08 Thread dalibor topic
Thanks for stripping the test case down, Stefan - the behaviour sounds rather odd. Please file a bug at bugs.java.com, and let us know what issue ID you receive. cheers, dalibor topic On 29.05.2015 21:00, Stefan Bodewig wrote: I've stripped down the test case to

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-05-29 Thread Stefan Bodewig
I've stripped down the test case to - import java.io.*; import org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream; import org.apache.commons.compress.utils.IOUtils; public class Bzip2DecompressorLoop { public static void

[compress] JDK 9 b64 breaks bzip2 decompression

2015-05-27 Thread Stefan Bodewig
Hi all just as a heads up: while test-driving Ant on the latest JDK9 build I ran into errors for the tests that uncompressed bzip2 files, so I gave Commons Compress a try as well (Ant's bzip2 code base is pretty close to the CC one). In order to build Compress with JDK9 you need to set source

Re: [compress] JDK 9 b64 breaks bzip2 decompression

2015-05-27 Thread sebb
On 27 May 2015 at 21:05, Stefan Bodewig bode...@apache.org wrote: Hi all just as a heads up: while test-driving Ant on the latest JDK9 build I ran into errors for the tests that uncompressed bzip2 files, so I gave Commons Compress a try as well (Ant's bzip2 code base is pretty close to the