Hi all,
It seems the new bootstrap method introduced in fbc327e9 in order
to solve MATH-1246 creates some random test failures.
The reason is that an EnumeratedRealDistribution instance is
created without a random generator (there are no way to pass
a random generator in the bootstrap method). Th
On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote:
Hi all,
It seems the new bootstrap method introduced in fbc327e9 in order
to solve MATH-1246 creates some random test failures.
The reason is that an EnumeratedRealDistribution instance is
created without a random generator (there are no
> On Nov 24, 2015, at 3:50 AM, Gilles wrote:
>
>> On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote:
>> Hi all,
>>
>> It seems the new bootstrap method introduced in fbc327e9 in order
>> to solve MATH-1246 creates some random test failures.
>>
>> The reason is that an EnumeratedRealDist
The Apache Commons Team is pleased to announce the release of Apache
Commons Validator 1.5.0
Apache Commons Validator provides the building blocks for both client side
validation and server side data validation. It may be used standalone or
with a framework like Struts.
1.5.0 is fully binary comp
On 11/24/15 3:40 AM, Luc Maisonobe wrote:
> Hi all,
>
> It seems the new bootstrap method introduced in fbc327e9 in order
> to solve MATH-1246 creates some random test failures.
>
> The reason is that an EnumeratedRealDistribution instance is
> created without a random generator (there are no way t
Le 24/11/2015 14:34, Phil Steitz a écrit :
> On 11/24/15 3:40 AM, Luc Maisonobe wrote:
>> Hi all,
>>
>> It seems the new bootstrap method introduced in fbc327e9 in order
>> to solve MATH-1246 creates some random test failures.
>>
>> The reason is that an EnumeratedRealDistribution instance is
>> cr
I need the following methods to complete the fix for MATH-1246. I
can add them as private methods to the KS class; but they seem
generally useful, so I propose adding them to MathArrays. Any
objections?
/**
* Concatenates two arrays.
*
* @param x first array
* @param y second array
* @
On 24 November 2015 at 13:52, Phil Steitz wrote:
> I need the following methods to complete the fix for MATH-1246. I
> can add them as private methods to the KS class; but they seem
> generally useful, so I propose adding them to MathArrays. Any
> objections?
>
> /**
> * Concatenates two array
On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote:
I need the following methods to complete the fix for MATH-1246. I
can add them as private methods to the KS class; but they seem
generally useful, so I propose adding them to MathArrays. Any
objections?
/**
* Concatenates two arrays.
*
Nice!
2015-11-24 10:25 GMT+01:00 :
> Author: tn
> Date: Tue Nov 24 09:25:40 2015
> New Revision: 1716090
>
> URL: http://svn.apache.org/viewvc?rev=1716090&view=rev
> Log:
> Add travis configuration for jacoco and coveralls. Add badges to Readme.md.
>
> Modified:
> commons/proper/collections/t
Actually, it does not work yet, as I can not enable commons-collections on
travis.
I already sent an email to them, but did not get an answer yet. How did you
manage to do it for commons-lang?
Thomas
On Tue, Nov 24, 2015 at 5:36 PM, Benedikt Ritter wrote:
> Nice!
>
> 2015-11-24 10:25 GMT+01:00
On 11/24/15 7:11 AM, sebb wrote:
> On 24 November 2015 at 13:52, Phil Steitz wrote:
>> I need the following methods to complete the fix for MATH-1246. I
>> can add them as private methods to the KS class; but they seem
>> generally useful, so I propose adding them to MathArrays. Any
>> objection
You have to file an issue for infra, asking them to activate travis and
coveralls for the github mirror.
2015-11-24 17:52 GMT+01:00 Thomas Neidhart :
> Actually, it does not work yet, as I can not enable commons-collections on
> travis.
>
> I already sent an email to them, but did not get an answ
On 11/24/15 7:28 AM, Gilles wrote:
> On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote:
>> I need the following methods to complete the fix for MATH-1246. I
>> can add them as private methods to the KS class; but they seem
>> generally useful, so I propose adding them to MathArrays. Any
>> ob
Notes inline...
On 11/24/2015 08:28 AM, Gilles wrote:
On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote:
I need the following methods to complete the fix for MATH-1246. I
can add them as private methods to the KS class; but they seem
generally useful, so I propose adding them to MathArrays
On 24 November 2015 at 18:01, Phil Steitz wrote:
> On 11/24/15 7:11 AM, sebb wrote:
>> On 24 November 2015 at 13:52, Phil Steitz wrote:
>>> I need the following methods to complete the fix for MATH-1246. I
>>> can add them as private methods to the KS class; but they seem
>>> generally useful, s
+1
2015-11-24 11:22 GMT+01:00 :
> Author: sebb
> Date: Tue Nov 24 10:22:18 2015
> New Revision: 11284
>
> Log:
> Drop unnecessary headers
> They are also misleading since the header does not relate to the listing
>
> Modified:
> release/commons/beanutils/HEADER.html
> release/commons/betw
On Tue, 24 Nov 2015 11:08:33 -0700, Phil Steitz wrote:
On 11/24/15 7:28 AM, Gilles wrote:
On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote:
I need the following methods to complete the fix for MATH-1246. I
can add them as private methods to the KS class; but they seem
generally useful, so
I've updated JXPATH to Java 7. There is a lot of work to update the code
base to use Java 7 languages features and APIs. I invite everybody to join
me here...
Thanks,
Benedikt
2015-11-22 19:28 GMT+01:00 Pascal Schumacher :
> If you pay Oracle for long term support you still get updates for Java
> I've updated JXPATH to Java 7. There is a lot of work to update the code
> base to use Java 7 languages features and APIs. I invite everybody to join
> me here…
Do you like to start these changes before or after the release 1.4?
I prefer to create the release as soon as possible and start rework
Is anyone interested in some GPU support for MathArrays by using, say, the
JogAmp bindings and OpenCL methods. I have implemented such an architecture
for my own convolution library I am developing, and it would not be much
trouble for me to add this kind of support for commons-math some time in
th
Hi Kristian,
while checking the release I found some problems:
* The commons-io-2.5.jar in the binary distribution contains a
cobertura.properties file. This is probably created by running the site
build over the release build before creating the distributions. In the
past we had a problematic re
On 11/24/2015 09:55 PM, Uwe Barthel wrote:
>> I've updated JXPATH to Java 7. There is a lot of work to update the code
>> base to use Java 7 languages features and APIs. I invite everybody to join
>> me here…
>
> Do you like to start these changes before or after the release 1.4?
> I prefer to cre
On 11/22/2015 11:26 PM, Thomas Neidhart wrote:
> Hi all,
>
> we have accumulated enough changes since the last 4.0 release as well as
> we need to provide a fix for the known remote code exploit via java
> de-serialization. Therefore, I would like to start a vote to release
> Commons Collections 4
On Tue, Nov 24, 2015 at 3:06 PM, Thomas Neidhart
wrote:
> On 11/24/2015 09:55 PM, Uwe Barthel wrote:
>>> I've updated JXPATH to Java 7. There is a lot of work to update the code
>>> base to use Java 7 languages features and APIs. I invite everybody to join
>>> me here…
>>
>> Do you like to start t
On Tue, 24 Nov 2015 20:58:14 +, Eric Barnhill wrote:
Is anyone interested in some GPU support for MathArrays by using,
say, the
JogAmp bindings and OpenCL methods. I have implemented such an
architecture
for my own convolution library I am developing, and it would not be
much
trouble for me
Hi Sebb,
well, README tells me to use Maven 2 to build:
= %< =
$ mvn-2.2 clean package
[INFO] Scanning for projects...
[INFO] --
[INFO] Building Apache Commons Net
[INFO]task-segment: [clean, p
Le 24/11/2015 22:06, Thomas Neidhart a écrit :
> If the idea is to roll out a bugfix release that people are awaiting
> then I do not see the point in updating the minimum java version and
> changing the code to use new language / jdk features.
I agree with Thomas. Let's update the JDK for simpli
Hi Thomas,
Thomas Neidhart wrote:
> Hi all,
>
> we have accumulated enough changes since the last 4.0 release as well as
> we need to provide a fix for the known remote code exploit via java
> de-serialization. Therefore, I would like to start a vote to release
> Commons Collections 4.1 based on
On 25 November 2015 at 09:29, Emmanuel Bourg wrote:
> Le 24/11/2015 22:06, Thomas Neidhart a écrit :
>
>> If the idea is to roll out a bugfix release that people are awaiting
>> then I do not see the point in updating the minimum java version and
>> changing the code to use new language / jdk feat
Le 22/11/2015 15:06, Benedikt Ritter a écrit :
> I'm fine with Java 7, since Java 6 has already reached EOL.
The free of charge Oracle Java 6 is EOL, but this isn't the only Java 6
distributions. OpenJDK 6 is still maintained by RedHat [1] and is
commonly used on servers. On Debian OpenJDK 6 is st
Just to add to Java 8 woes, running "mvn clean site", I get:
[INFO]
[INFO] BUILD FAILURE
[INFO]
[INFO] Total time: 08:01 min
[INFO] Finished at: 2015-11
Thanks for the reviews, I'll fix the reported problems and respin!
the test failure on java8 site looks weird, I'll look into that.
As for actually publishing the site on java8, I'd have to switch to
the google BCEL to fix that. I'm assuming we can just "not support"
this for the time being ?
Kr
On 11/24/2015 11:30 PM, Jörg Schaible wrote:
> Hi Thomas,
>
> Thomas Neidhart wrote:
>
>> Hi all,
>>
>> we have accumulated enough changes since the last 4.0 release as well as
>> we need to provide a fix for the known remote code exploit via java
>> de-serialization. Therefore, I would like to s
2015-11-24 22:06 GMT+01:00 Thomas Neidhart :
> On 11/24/2015 09:55 PM, Uwe Barthel wrote:
> >> I've updated JXPATH to Java 7. There is a lot of work to update the code
> >> base to use Java 7 languages features and APIs. I invite everybody to
> join
> >> me here…
> >
> > Do you like to start these
2015-11-24 21:55 GMT+01:00 Uwe Barthel :
> > I've updated JXPATH to Java 7. There is a lot of work to update the code
> > base to use Java 7 languages features and APIs. I invite everybody to
> join
> > me here…
>
> Do you like to start these changes before or after the release 1.4?
> I prefer to
Hi,
it looks like I've been to fast with my minimum Java update on JXPath.
Probably because I've only waited for the people how are usually all for
upgrading to a later JDK (*waves at Gary* ;-).
So here's my plan for JXPath 1.4.
1) Revert the following commits:
http://svn.apache.org/viewvc?rev=1
> Do you like to start these changes before or after the release 1.4?
> I prefer to create the release as soon as possible and start rework on
that baseline.
Maybe my statement was a bit ambiguous. I'm fine with a Java version 1.6 or
1.7 but would not wait until the code is overall refurbishe
38 matches
Mail list logo