This is a vote to release version 2.4.1 of Apache Commons Pool based on RC1.
Version 2.4.1 is source-identical to 2.4 other than build configuration (pom
and findbugs filter). This release is to replace the defective binary jar
created due to a build plugin bug (see POOL-297).
Here is the rel
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 main(String[]
It's a fair question to ask esp. WRT compatibility vs. fix.
Gary
Original message
From: Stefan Bodewig
Date: 05/29/2015 11:07 (GMT-08:00)
To: Rory O'Donnell , Dalibor Topic
, Balchandra Vaidya ,
Vivek Theeyarath
Cc: dev@commons.apache.org
Subject: [compress] JDK 9 b64 -
Hi
I'm not sure whether I should raise a bug or this is an intended change.
Apart from the bunzip2 problem - more on that in a separate mail - one
other Unit test fails in Commons Compress. In our test we use a method
to "fix" the time read from a ZIP entry with the following comment:
/**
Dear Dev Team,
Thought, I have been a regular user of Apache projects, I am new to
contributing towards Apache way.
After going through multiple contributor guidelines, I decided to start
with Apache Commons Validation. Mainly because one of our local
parameterised unit test was failing due to TL