Hi everyone,
I recently had chance to use Commons CLI. I found that some examples are no
longer up-to-date on the website. Therefore, I sent a pull-request few days
ago to update one example about Option Builder, could somebody review it?
https://github.com/apache/commons-cli/pull/30/ I will also
Hello Heinrich.
Le ven. 5 juil. 2019 à 23:09, Heinrich Bohne a écrit :
>
> Hello!
>
> I think a re-design of the factory method BigFraction.from(double,
> double, int, int) is in order, because I see several problems with it:
>
> First, having a separate fraction class intended to overcome the
>
Hello!
I think a re-design of the factory method BigFraction.from(double,
double, int, int) is in order, because I see several problems with it:
First, having a separate fraction class intended to overcome the
limitations of the int range with a factory method (formerly a
constructor) for approx
We have fixed quite a few bugs and added some enhancements since Apache
Commons Collections 4.3 was released, so I would like to release Apache
Commons Collections 4.4.
Apache Commons Collections 4.4 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/collections/4
The Apache Commons team has released Apache Commons Text 1.7.
This document contains the release notes for the 1.7 version of Apache
Commons Text.
Commons Text is a set of utility functions and reusable components for the
purpose of processing and manipulating text that should be of use in a Java
Ditto here. Just returned home, so happy to help as well.
Bruno
Sent from Yahoo Mail on Android
On Fri, 5 Jul 2019 at 14:04, Rob Tompkins wrote: I
should be able to validate. -Rob
> On Jul 4, 2019, at 8:57 PM, Gary Gregory wrote:
>
> Hi All:
>
> FYI, I think I'd like to release Collect