Re: New Sub-project Proposal.

2019-09-12 Thread Claude Warren
Actually the code I was thinking of is the multi-filter branch. It cleans up some names and simplifies a few things. The collections and storage packages might be best added as examples rather than as mainline code. In this case we just provide the bloom filter implementation, If we want to pro

[ANNOUNCEMENT] Commons Daemon 1.2.1 Released

2019-09-12 Thread Mark Thomas
The Apache Commons Team is pleased to announce the availability of Apache Commons Daemon 1.2.1. The Apache Commons Daemon software library provides a generic Daemon (unix) or Service (Windows) wrapper for Java code. Version 1.2.1 is a bugfix release. A full list of changes can be found at http

Re: New Sub-project Proposal.

2019-09-12 Thread Stian Soiland-Reyes
On Thu, 12 Sep 2019 08:06:59 +0100, Claude Warren wrote: > Actually the code I was thinking of is the multi-filter branch. It cleans > up some names and simplifies a few things. The collections and storage > packages might be best added as examples rather than as mainline code. > > In this case

Re: New Sub-project Proposal.

2019-09-12 Thread Gilles Sadowski
Le jeu. 12 sept. 2019 à 10:28, Stian Soiland-Reyes a écrit : > > On Thu, 12 Sep 2019 08:06:59 +0100, Claude Warren wrote: > > Actually the code I was thinking of is the multi-filter branch. It cleans > > up some names and simplifies a few things. The collections and storage > > packages might b

Re: [LAZY][VOTE] Release Commons Parent version 49 from RC2

2019-09-12 Thread Alex Herbert
+1 Tested again using: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T19:41:47+01:00) Maven home: /usr/local/apache-maven-3.6.0 Java version: 1.8.0_222, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_GB, platform encoding: U

[REPORT] Apache Commons September 2019

2019-09-12 Thread Gary Gregory
## Description: The mission of Apache Commons is the creation and maintenance of Java focused reusable libraries and components ## Issues: There are no issues requiring board attention. ## Membership Data: Apache Commons was founded 2007-06-19 (12 years ago) The committer count and Committer-to-

Re: [REPORT] Apache Commons September 2019

2019-09-12 Thread Nicolas BD
Hi Gary, Thanks When do you think the next release for Lang 3.10 will be ? Is there a roadmap or schedule somewhere ? Best regards, Nicolas Le jeu. 12 sept. 2019 à 14:36, Gary Gregory a écrit : > ## Description: > The mission of Apache Commons is the creation and maintenance of Java > focused >

Re: [REPORT] Apache Commons September 2019

2019-09-12 Thread Gary Gregory
On Thu, Sep 12, 2019 at 8:50 AM Nicolas BD wrote: > Hi Gary, > Thanks > When do you think the next release for Lang 3.10 will be ? Is there a > roadmap or schedule somewhere ? > Hi Nicola, There is no roadmap or schedule. We have a smallish set of changes stacked up so I could see doing a relea

Re: [REPORT] Apache Commons September 2019

2019-09-12 Thread Nicolas BD
> When do you think the next release for Lang 3.10 will be ? Is there a > > roadmap or schedule somewhere ? > > > > Hi Nicola, > > There is no roadmap or schedule. We have a smallish set of changes stacked > up so I could see doing a release within a month. I need to get a new > release of Commons

Re: [REPORT] Apache Commons September 2019

2019-09-12 Thread Gary Gregory
On Thu, Sep 12, 2019 at 9:23 AM Nicolas BD wrote: > > > > When do you think the next release for Lang 3.10 will be ? Is there a >> > roadmap or schedule somewhere ? >> > >> >> Hi Nicola, >> >> There is no roadmap or schedule. We have a smallish set of changes stacked >> up so I could see doing a

Re: New Sub-project Proposal.

2019-09-12 Thread Claude Warren
I have no issues with contributing Span and SpanBuffer. Span is similar to commons-lang Range and it might be reasonable to migrate to Range for the Span part. The SpanBuffer (possibly renamed to RangeBuffer) is conceptually a byte buffer with long offset and length so that it can conceptually be

Re: New Sub-project Proposal.

2019-09-12 Thread Claude Warren
@Gilles Missed your suggestion about modularity. Can you point me to the original message or paraphrase it here? Claude On Thu, Sep 12, 2019 at 11:03 AM Gilles Sadowski wrote: > Le jeu. 12 sept. 2019 à 10:28, Stian Soiland-Reyes a > écrit : > > > > On Thu, 12 Sep 2019 08:06:59 +0100, Claude

Re: New Sub-project Proposal.

2019-09-12 Thread Gary Gregory
Let's talk about modules after the PR comes, I only see that as needed to avoid bringing in dependencies for all users. IOW I would only see breaking up Collections into Maven modules if either the PR is giant or it depends on other artifacts. Gary On Thu, Sep 12, 2019, 11:15 Claude Warren wrote

Re: New Sub-project Proposal.

2019-09-12 Thread Claude Warren
The base code depended on commons-lang3 for building hashes. Is this acceptable or should the hash generation code from lang3 be cut and pasted into the classes. Not sure what the standard is in this project. On Thu, Sep 12, 2019 at 4:14 PM Claude Warren wrote: > @Gilles > > Missed your sugges

Re: New Sub-project Proposal.

2019-09-12 Thread Gilles Sadowski
Le jeu. 12 sept. 2019 à 17:20, Gary Gregory a écrit : > > Let's talk about modules after the PR comes, I only see that as needed to > avoid bringing in dependencies for all users. IOW I would only see breaking > up Collections into Maven modules if either the PR is giant or it depends > on other a

Re: New Sub-project Proposal.

2019-09-12 Thread Gilles Sadowski
Le jeu. 12 sept. 2019 à 17:32, Claude Warren a écrit : > > The base code depended on commons-lang3 for building hashes. Is this > acceptable or should the hash generation code from lang3 be cut and pasted > into the classes. Not sure what the standard is in this project. There is no "standard".

Re: New Sub-project Proposal.

2019-09-12 Thread Gilles Sadowski
Le jeu. 12 sept. 2019 à 17:15, Claude Warren a écrit : > > @Gilles > > Missed your suggestion about modularity. Can you point me to the original > message or paraphrase it here? https://markmail.org/message/4bibv2zsibmtyrsg Gilles >> [...] -

Re: [CONFIGURATION] Formatting braces

2019-09-12 Thread Thomas Vandahl
On 11.09.19 15:53, Gary Gregory wrote: > public static final ConfigurationConsumer > DEFAULT_INCLUDE_LISTENER = e -> { throw e; }; > > public static final ConfigurationConsumer > NOOP_INCLUDE_LISTENER = e -> { /* noop */ }; +1 for these. > I propose a reformatting to use the "{ on the sa

Re: New Sub-project Proposal.

2019-09-12 Thread Gary Gregory
On Thu, Sep 12, 2019 at 11:42 AM Gilles Sadowski wrote: > Le jeu. 12 sept. 2019 à 17:32, Claude Warren a écrit : > > > > The base code depended on commons-lang3 for building hashes. Is this > > acceptable or should the hash generation code from lang3 be cut and > pasted > > into the classes. N

Re: [commons-lang] branch master updated: Spotbugs is already run as part of the Maven default build goal.

2019-09-12 Thread Alex Herbert
A typo in this commit, see below. > On 12 Sep 2019, at 14:09, ggreg...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-lang.git > > > The followin

Re: [commons-lang] branch master updated: Spotbugs is already run as part of the Maven default build goal.

2019-09-12 Thread Gary Gregory
On Thu, Sep 12, 2019 at 3:49 PM Alex Herbert wrote: > A typo in this commit, see below. > > > On 12 Sep 2019, at 14:09, ggreg...@apache.org wrote: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > ggregory pushed a commit to branch master > > in repository https:

Re: New Sub-project Proposal.

2019-09-12 Thread Gilles Sadowski
Le jeu. 12 sept. 2019 à 20:28, Gary Gregory a écrit : > > On Thu, Sep 12, 2019 at 11:42 AM Gilles Sadowski > wrote: > > > Le jeu. 12 sept. 2019 à 17:32, Claude Warren a écrit : > > > > > > The base code depended on commons-lang3 for building hashes. Is this > > > acceptable or should the hash g

Re: New Sub-project Proposal.

2019-09-12 Thread Gary Gregory
On Thu, Sep 12, 2019 at 5:24 PM Gilles Sadowski wrote: > Le jeu. 12 sept. 2019 à 20:28, Gary Gregory a > écrit : > > > > On Thu, Sep 12, 2019 at 11:42 AM Gilles Sadowski > > wrote: > > > > > Le jeu. 12 sept. 2019 à 17:32, Claude Warren a > écrit : > > > > > > > > The base code depended on comm