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

2020-10-13 Thread sebb
Apache Commons Build Plugin Maven Mojo 1.12 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/commons-build-plugin/1.12-RC1 (svn revision 41919) The Git tag commons-build-plugin-1.12-RC1 commit for this RC is 486c73eb23159b897e073bf46920e976f44ed5ec which you can

[NET] Release 3.7.2 soonish

2020-10-13 Thread Gary Gregory
FYI: I think I'd like to create a release candidate for 2.7.2 to deploy three recent fixes. Gary

Re: [IO] Using file filters with Java NIO file tree walking

2020-10-13 Thread Gary Gregory
On Sat, Oct 10, 2020 at 11:08 PM Bruno P. Kinoshita wrote: > Thanks for heads up Gary! Looking forward to reading/reviewing the new > code! > Bruno > Hi Bruno, It's in there now, feel free to take a look and review, change, or fiddle ;-) Gary > > On Sunday, 11 October 2020, 3:16:20 am N

Re: [commons-jexl] branch master updated: JUnit v4.13.1

2020-10-13 Thread Gary Gregory
Please update changes.xml Gary On Tue, Oct 13, 2020 at 4:08 AM wrote: > This is an automated email from the ASF dual-hosted git repository. > > henrib pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-jexl.git > > > The following commit(s) were added t

Re: [compress] BZip2CompressorInputStream stops working without rhyme or reason ...

2020-10-13 Thread Albretch Mueller
$ _IFL="enwiki-20141008-pages-articles-multistream.xml.bz2" $ time bzip2 --test --verbose "${_IFL}" enwiki-20141008-pages-articles-multistream.xml.bz2: ok real93m51.202s user92m31.600s sys 0m35.188s $ time bzip2 --decompress --verbose --keep "${_IFL}" enwiki-20141008-pages-articl

[compress] BZip2CompressorInputStream stops working without rhyme or reason ...

2020-10-13 Thread Albretch Mueller
As part of my corpora research work I have to work with such large text files. Wikipedia dumps are bzip2 so I have been working with: commons/compress/compressors/bzip2/BZip2CompressorInputStream.html and I consistently notice that it just stops processing without an error of any kind. I che