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
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
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
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
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
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
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
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
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