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
FYI: I think I'd like to create a release candidate for 2.7.2 to deploy
three recent fixes.
Gary
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
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
$ _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
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