[VOTE][RESULT] Release Apache Commons Text 1.8 based on RC1

2019-09-02 Thread Gary Gregory
This vote passes with the following binding +1 votes from PMC members: - Bruno P. Kinoshita (ki...@apache.org) - Rob Tompkins (chtom...@gmail.com) - Gary Gregory (garydgreg...@gmail.com) Gary On Fri, Aug 30, 2019 at 4:06 PM Gary Gregory wrote: > We have fixed quite a few bugs and added some en

Re: [VOTE] Release Apache Commons Text 1.8 based on RC1

2019-09-02 Thread Gary Gregory
My +1 Gary On Fri, Aug 30, 2019 at 4:06 PM Gary Gregory wrote: > We have fixed quite a few bugs and added some enhancements since Apache > Commons Text 1.7 was released, so I would like to release Apache Commons > Text 1.8. > > Apache Commons Text 1.8 RC1 is available for review here: > h

Re: [compress] COMPRESS-491 InputStream#read returning 0

2019-09-02 Thread Gary Gregory
On Mon, Sep 2, 2019 at 11:57 AM Stefan Bodewig wrote: > Hi all > > https://issues.apache.org/jira/browse/COMPRESS-491 correctly points out > that some of our InputStream implementantions violate the contract of > the read(byte[]...) pair of methods. They may return 0 instead of trying > to block

[RESULT][LAZY][VOTE] Release Apache Commons Build Plugin Maven Mojo 1.11 based on RC1

2019-09-02 Thread Rob Tompkins
This [VOTE] passes with a +1 from: Gary Gregory, and Rob Tompkins I’ll proceed with release promotion. -Rob > On Aug 30, 2019, at 10:44 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Build Plugin Maven Mojo 1.10 was r

Re: [LAZY][VOTE] Release Apache Commons Release Plugin 1.7 based on RC1

2019-09-02 Thread Rob Tompkins
This vote passes with a +1 from: Gary Gregory, and Rob Tompkins. I’ll proceed with release promotion. Many thanks, -Rob > On Aug 30, 2019, at 10:09 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Release Plugin 1.6 was

Re: [LAZY][VOTE] Release Apache Commons Release Plugin 1.7 based on RC1

2019-09-02 Thread Rob Tompkins
Here’s my +1. -Rob > On Aug 30, 2019, at 10:09 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Release Plugin 1.6 was released, so I would like to release > Apache Commons Release Plugin 1.7. > > Apache Commons Release

Re: [LAZY][VOTE] Release Apache Commons Build Plugin Maven Mojo 1.11 based on RC1

2019-09-02 Thread Rob Tompkins
Here’s my +1. > On Aug 30, 2019, at 10:44 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Build Plugin Maven Mojo 1.10 was released, so I would like to > release Apache Commons Build Plugin Maven Mojo 1.11. > > Apache C

Re: [compress] COMPRESS-491 InputStream#read returning 0

2019-09-02 Thread Gary Gregory
As a reference point: int java.io.InputStream.read(byte[] b) throws IOException Reads some number of bytes from the input stream and stores them into the buffer array b. The number of bytes actually read is returned as an integer. This method blocks until input data is available, end of file is d

[compress] COMPRESS-491 InputStream#read returning 0

2019-09-02 Thread Stefan Bodewig
Hi all https://issues.apache.org/jira/browse/COMPRESS-491 correctly points out that some of our InputStream implementantions violate the contract of the read(byte[]...) pair of methods. They may return 0 instead of trying to block and read data. Digging deeper this really only seems to happen on