Re: [numbers] Making fractions VALJOs

2018-11-02 Thread Eric Barnhill
Second question, is there any reason not to use syntactic sugar for distinctions between "multiply" and " multpliedBy"? With the former being the suger, if the latter is a better standard. It seems like both sides of the fence can be easily bridged here. On Fri, Nov 2, 2018 at 4:57 PM Eric

Re: [numbers] Making fractions VALJOs

2018-11-02 Thread Eric Barnhill
On Sun, Oct 28, 2018 at 1:52 AM Stephen Colebourne wrote: > > The order of the static constants is also strange - I'm sure a more > logical order could be chosen. > I have rearranged the constants into the order 0, 1, 1/2, 1/3, 2/3, 1/4, 3/4 . I propose dropping the constants for fifths and

Re: [vfs] new http4 provider, not replace http?

2018-11-02 Thread Woonsan Ko
On Fri, Nov 2, 2018 at 11:16 AM Gary Gregory wrote: > > On Fri, Nov 2, 2018 at 9:02 AM Woonsan Ko wrote: > > > Hi Gary, > > > > On Thu, Nov 1, 2018 at 9:54 PM Gary Gregory > > wrote: > > > > > > Hi Woonsan, > > > > > > I've applied the patch as is and all it well. Thank you! > > > > Thank you

[all] maven surefire plugin crashes after JDK updated - solution

2018-11-02 Thread Aleksander Ściborek
Hi, after I had installed the update of JDK8 i found that the maven surefire plugin doesn't work correctly. The resolution is to add following lines in plugins section: false Aleksander

Re: [all] maven surefire plugin crashes after JDK updated - solution

2018-11-02 Thread Bernd Eckenfels
Hello, Do you mean 8u191 introduced a problem? What error do you get in which project? Gruss Bernd Gruss Bernd -- http://bernd.eckenfels.net Von: Aleksander Ściborek Gesendet: Freitag, November 2, 2018 12:35 PM An: Commons Developers List Betreff: [all] maven

Re: [vfs] new http4 provider, not replace http?

2018-11-02 Thread Woonsan Ko
Hi Gary, On Thu, Nov 1, 2018 at 9:54 PM Gary Gregory wrote: > > Hi Woonsan, > > I've applied the patch as is and all it well. Thank you! Thank you very much! > > Food for thought: We should also consider HttpClient *5* which just > released its second beta (I am helping there as well.) > > If

Re: [vfs] new http4 provider, not replace http?

2018-11-02 Thread Gary Gregory
On Fri, Nov 2, 2018 at 9:02 AM Woonsan Ko wrote: > Hi Gary, > > On Thu, Nov 1, 2018 at 9:54 PM Gary Gregory > wrote: > > > > Hi Woonsan, > > > > I've applied the patch as is and all it well. Thank you! > > Thank you very much! > > > > > Food for thought: We should also consider HttpClient *5*

Re: [all] maven surefire plugin crashes after JDK updated - solution

2018-11-02 Thread Alex Herbert
Hi, This has been discussed in a Debian bug report here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912333 The bug is not in Debian but is due to the latest release of OpenJDK 8 which improved validation of the class-path in JAR files: | Improved Validation of Class-Path Attribute in

[VOTE][CANCEL] Release Apache Commons Pool 2.6.1 based on RC1

2018-11-02 Thread Gary Gregory
I am cancelling this VOTE, long overdue, sorry. There are additional bug fixes that have come in as well... Gary On Thu, Aug 23, 2018 at 7:39 AM Gary Gregory wrote: > > > On Wed, Aug 22, 2018 at 1:14 PM Benedikt Ritter > wrote: > >> Hi Gary, >> Am Mi., 22. Aug. 2018 um 16:04 Uhr schrieb Gary

Re: [VOTE] Release Apache Commons Imaging 1.0-alpha1 based on RC2

2018-11-02 Thread Gary Gregory
When I run the build on Java 8, I get Javadoc errors and using -P jdk8-javadoc does not seem to turn doclint off. Can anyone get the build to work on Java 8? Gary On Wed, Oct 31, 2018 at 11:06 AM Andreas Lehmkuehler wrote: > Am 30.10.18 um 10:09 schrieb Bruno P. Kinoshita: > > We have fixed