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
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
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
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
+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
## 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-
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
>
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
> 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
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
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
@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
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
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
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
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".
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
>> [...]
-
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
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
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
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:
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
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
23 matches
Mail list logo