Re: [VOTE] Release Apache Commons JCS 2.0 based on RC1

2016-12-27 Thread Stefan Bodewig
On 2016-12-25, Thomas Vandahl wrote: > I would like to release the [jcs] component. +1 You should probably exclude src/scripts/zipcodes.txt from the RAT report, but that doesn't affect my vote :-) Stefan - To unsubscribe, e-ma

Re: [VOTE] Release Compress 1.13 based on RC1

2016-12-27 Thread Stefan Bodewig
Many thanks, Oliver On 2016-12-27, Oliver Heger wrote: > build works fine with Java 1.7 and 1.8 on Windows 10. Artifacts and site > look good. > When building the site with Java 1.8 I get the failure below. Is there > any special configuration needed? Could this be a Windows problem? > [INFO] G

Re: [VOTE] Release Compress 1.13 based on RC1

2016-12-27 Thread Oliver Heger
Hi, build works fine with Java 1.7 and 1.8 on Windows 10. Artifacts and site look good. When building the site with Java 1.8 I get the failure below. Is there any special configuration needed? Could this be a Windows problem? Well, for me the site build is not that critical, so +1 Oliver [INFO

Re: [text] Complete test coverage for RandomStringGenerator

2016-12-27 Thread Pascal Schumacher
Am 27.12.2016 um 11:51 schrieb Duncan Jones: On 27 Dec 2016, at 10:29, Gilles wrote: Hi. On Tue, 27 Dec 2016 09:54:29 + (UTC), djo...@apache.org wrote: A string of length zero hardly qualifies as random. Shouldn't "generate(0)" rather raise an exception? [I know that "nextInt(1)" is also

Re: [text] Complete test coverage for RandomStringGenerator

2016-12-27 Thread Rob Tompkins
> On Dec 27, 2016, at 5:51 AM, Duncan Jones wrote: > > >> On 27 Dec 2016, at 10:29, Gilles wrote: >> >> Hi. >> >>> On Tue, 27 Dec 2016 09:54:29 + (UTC), djo...@apache.org wrote: >>> Repository: commons-text >>> Updated Branches: >>> refs/heads/master 1b3e44809 -> 0b1ca53b3 >>> >>> >>>

Re: [text] Complete test coverage for RandomStringGenerator

2016-12-27 Thread Duncan Jones
> On 27 Dec 2016, at 10:29, Gilles wrote: > > Hi. > > On Tue, 27 Dec 2016 09:54:29 + (UTC), djo...@apache.org wrote: >> Repository: commons-text >> Updated Branches: >> refs/heads/master 1b3e44809 -> 0b1ca53b3 >> >> >> Complete test coverage for RandomStringGenerator >> >> Project: http

Re: [text] Complete test coverage for RandomStringGenerator

2016-12-27 Thread Gilles
Hi. On Tue, 27 Dec 2016 09:54:29 + (UTC), djo...@apache.org wrote: Repository: commons-text Updated Branches: refs/heads/master 1b3e44809 -> 0b1ca53b3 Complete test coverage for RandomStringGenerator Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-w

Re: [text] Rename RandomStringBuilder and make it immutable and thread-safe.

2016-12-27 Thread Duncan Jones
> On 27 Dec 2016, at 08:45, djo...@apache.org wrote: > > Repository: commons-text > Updated Branches: > refs/heads/master 6f6da3467 -> 08ac56a50 > > > Rename RandomStringBuilder and make it immutable and thread-safe. > > The RandomStringBuilder class was renamed to RandomStringGenerator. The