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
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
+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
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
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
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
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
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
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