Re: [CANCEL][VOTE] Release Apache Commons Configuration 2.7 based on RC1

2020-03-08 Thread Rob Tompkins
Pardon my not getting to it tonight. It’s first in the list for the morning. -Rob > On Mar 8, 2020, at 5:18 PM, Rob Tompkins wrote: > > Thanks for that set of eyes. I’ll be sure to change the NOTICE.txt > > -Rob > >> On Mar 8, 2020, at 1:31 PM, Oliver Heger >> wrote: >> >> Hi Rob, >> >

Re: [CANCEL][VOTE] Release Apache Commons Configuration 2.7 based on RC1

2020-03-08 Thread Rob Tompkins
Thanks for that set of eyes. I’ll be sure to change the NOTICE.txt -Rob > On Mar 8, 2020, at 1:31 PM, Oliver Heger wrote: > > Hi Rob, > > many thanks for working on the release. > > I also did a check. The builds of the jar and the site were successful > with the configuration below. Artifac

Re: [CANCEL][VOTE] Release Apache Commons Configuration 2.7 based on RC1

2020-03-08 Thread Oliver Heger
Hi Rob, many thanks for working on the release. I also did a check. The builds of the jar and the site were successful with the configuration below. Artifacts and site look good. The NOTICE file has still a copyright year of 2019; so if you re-roll the RC, you should adapt this. Otherwise, I fou

Re: [geometry] distribution svn url

2020-03-08 Thread Matt Juntunen
Thanks! I don't expect to be able to upload anything at this point. I'm currently just trying to get a dry-run deploy working. -Matt From: Stefan Bodewig Sent: Sunday, March 8, 2020 12:29 PM To: Commons Developers List Subject: Re: [geometry] distribution svn url

[CANCEL][VOTE] Release Apache Commons Configuration 2.7 based on RC1

2020-03-08 Thread Rob Tompkins
This vote is cancelled. I’m not particular as to how it’s built. My convention was to use latest long term support, hence my using java 11 here. Thus, based on your point below, I’ll re-roll the RC later today. Many thanks for the eyes there, -Eob > On Mar 8, 2020, at 9:53 AM, Gary Gregory wr

Re: [geometry] distribution svn url

2020-03-08 Thread Stefan Bodewig
On 2020-03-08, Matt Juntunen wrote: > I don't currently have permissions for that. Is someone able to create > "geometry" and "numbers" directories in there? Done. But I suspect you won't have permission to upload a distribution there either. Stefan

Re: [geometry] distribution svn url

2020-03-08 Thread Matt Juntunen
I don't currently have permissions for that. Is someone able to create "geometry" and "numbers" directories in there? -Matt From: Stefan Bodewig Sent: Sunday, March 8, 2020 11:49 AM To: Commons Developers List Subject: Re: [geometry] distribution svn url On 2020

Re: [geometry] distribution svn url

2020-03-08 Thread Stefan Bodewig
On 2020-03-08, Matt Juntunen wrote: > I'm creating a dist-archive module for commons-geometry using > commons-rng as a template [1]. However, when I build the project it > fails with an errors saying that the url > https://dist.apache.org/repos/dist/dev/commons/geometry does not > exist, which is

[geometry] distribution svn url

2020-03-08 Thread Matt Juntunen
Hello all, I'm creating a dist-archive module for commons-geometry using commons-rng as a template [1]. However, when I build the project it fails with an errors saying that the url https://dist.apache.org/repos/dist/dev/commons/geometry does not exist, which is indeed the case. Browsing that r

Re: [VOTE] Release Apache Commons Configuration 2.7 based on RC1

2020-03-08 Thread Gary Gregory
Hm... I do not think we should be build Java 8 components with Java 11. It's too risky to bind to Buffer APIs that have different return types starting in Java 9 and end up with potential problems when running on Java 8. Sure, it's nice to have searchable Javadocs but if we really want that, we ca

Re: Restart Build?

2020-03-08 Thread Alex Herbert
> On 8 Mar 2020, at 12:42, Claude Warren wrote: > > I have a pull request ( > https://github.com/apache/commons-collections/pull/131) that failed due to > an external connection being reset. Is there a way to restart the build > without creating a new pull request or pushing to git? I’ll giv

Restart Build?

2020-03-08 Thread Claude Warren
I have a pull request ( https://github.com/apache/commons-collections/pull/131) that failed due to an external connection being reset. Is there a way to restart the build without creating a new pull request or pushing to git? Claude -- I like: Like Like - The likeliest place on the web

Re: [collections] Bloom filters

2020-03-08 Thread Claude Warren
With the upcoming change the StaticHash usage model has changed. It was serving two purposes: 1. as a mechanism to preserve the list of integers from the BloomFilter as well as the shape. 2. as a way to construct a Hasher from a collection of integers and a shape so that they could be