[configuration] continuous integration

2016-05-07 Thread Dennis Kieselhorst
Hi! http://commons.apache.org/proper/commons-configuration/integration.html links to https://continuum-ci.apache.org which no longer exists. What about setting up a job on http://builds.apache.org? Regards Dennis - To unsubscrib

Re: [VFS] BC breaks in VFS 2.1 RC1

2016-05-07 Thread sebb
I have just looked again at the Clirr errors. Apart from the interface method additions, the changes are: *) Replacing org.apache.commons.vfs2.provider.tar.TarEntry by org.apache.commons.compress.archivers.tar.TarArchiveEntry in several places. TarEntry has been dropped, however the class was pa

Re: [VOTE] Release Apache Commons CSV 1.3 based on RC1

2016-05-07 Thread Bruno P. Kinoshita
+1 not binding Project builds fine with Java 8, Maven 3.3.9 and Ubuntu 16.04. Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T05:41:47+13:00)Maven home: /opt/mavenJava version: 1.8.0_91, vendor: Oracle CorporationJava home: /usr/lib/jvm/java-8-oracle/jreDefault locale: e

Re: [VOTE] Release Apache Commons CSV 1.3 based on RC1

2016-05-07 Thread Oliver Heger
Build works fine with Java 1.6 and 1.8 on Windows 10. Artifacts and site look good. +1 Oliver Am 06.05.2016 um 10:12 schrieb Benedikt Ritter: > Hi, > > we have fixed some bugs and added some nice new features since we released > Apache Commons CSV 1.2. So I'd like to release Apache Commons CSV

Re: [configuration] continuous integration

2016-05-07 Thread Oliver Heger
Hi Dennis, Am 07.05.2016 um 11:35 schrieb Dennis Kieselhorst: > Hi! > > http://commons.apache.org/proper/commons-configuration/integration.html > links to https://continuum-ci.apache.org which no longer exists. What > about setting up a job on http://builds.apache.org? no objections from my side

Re: svn commit: r1742696 - /commons/proper/configuration/trunk/build.xml

2016-05-07 Thread Oliver Heger
Thank you for updating build.xml. There has been some discussion to drop the ant build completely as it tends to become outdated. Most Commons components already did this, and I would be in favor of this. WDYT? Oliver Am 07.05.2016 um 11:41 schrieb d...@apache.org: > Author: deki > Date: Sat May

[Math] Design of "o.a.c.m.stat.descriptive.moment"

2016-05-07 Thread Gilles
Hi. Looking at some way out for MATH-1228, I uncovered what looks to me as an abuse of inheritance: "ThirdMoment" extends "SecondMoment". "Skewness" contains a "ThirdMoment" instance variable but, in order to compute its value, "m3" (cf. "getResult()"), it also must read the result of that varia

Re: [VALIDATOR] CheckDigit implementation for German identity cards?

2016-05-07 Thread Niall Pemberton
On Fri, May 6, 2016 at 9:33 AM, sebb wrote: > On 5 May 2016 at 20:46, Benedikt Ritter wrote: > > Benedikt Ritter schrieb am Di., 3. Mai 2016 um > > 22:49 Uhr: > > > >> Hello, > >> > >> I have the need for a validator implementation that can check German > >> identity card numbers. It's pretty s

Re: [VOTE] Apache Commons VFS 2.1 rc1

2016-05-07 Thread Jörg Schaible
Jörg Schaible wrote: > Hi Stian, > > Stian Soiland-Reyes wrote: > >> No, it shouldn't matter the class loader content to do a normal https >> connection, should it? Or do you consider that optional support from >> the JDK? In that case the tests would need to test for https >> capability first a