Re: [math] random boolean arrays

2015-07-12 Thread Phil Steitz
On 7/12/15 10:38 AM, Thomas Neidhart wrote: On 07/12/2015 04:58 PM, Phil Steitz wrote: On 7/12/15 2:50 AM, Thomas Neidhart wrote: On 07/11/2015 09:43 PM, Phil Steitz wrote: On 7/11/15 12:29 PM, Thomas Neidhart wrote: On 07/11/2015 09:08 PM, Phil Steitz wrote: The code implemented in

[dbcp] 2.2 plan - feedback requested

2015-07-12 Thread Phil Steitz
There are a few decisions to make before we start rolling RCs for DBCP 2.2. I would appreciate feedback / patches for the following: DBCP-436 Seems a reasonable request but hard to implement and test. I would say either WONT_FIX or bump to 3.0. I am curious about how important this actually is

[GitHub] commons-collections pull request: Improve ListUtils#longestCommonS...

2015-07-12 Thread kaching88
GitHub user kaching88 opened a pull request: https://github.com/apache/commons-collections/pull/13 Improve ListUtils#longestCommonSubsequence methods. Improved version of ListUtils#longestCommonSubsequence to take third or more parameters. Rawtype lists is because in java 1.6

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-12 Thread Woonsan Ko
Hi Benedikt, I think the svn tree of scxml should go to _moved_to_git, leaving only SCXMLNowUsesGit.txt. [1] Would you or someone be able to do that? I don't think I have write access there. Thanks in advance, Woonsan [1] http://wiki.apache.org/commons/MovingToGit On Thu, Jul 9, 2015 at 2:50

Re: [math] random boolean arrays

2015-07-12 Thread Otmar Ertl
On Sun, Jul 12, 2015 at 8:16 PM, Gilles gil...@harfang.homelinux.org wrote: On Sun, 12 Jul 2015 19:38:45 +0200, Thomas Neidhart wrote: On 07/12/2015 04:58 PM, Phil Steitz wrote: On 7/12/15 2:50 AM, Thomas Neidhart wrote: On 07/11/2015 09:43 PM, Phil Steitz wrote: On 7/11/15 12:29 PM,

Re: [math] random boolean arrays

2015-07-12 Thread Thomas Neidhart
On 07/11/2015 09:43 PM, Phil Steitz wrote: On 7/11/15 12:29 PM, Thomas Neidhart wrote: On 07/11/2015 09:08 PM, Phil Steitz wrote: The code implemented in MATH-1242 to improve performance of KS monteCarloP in-lines efficient generation of random boolean arrays. Unfortunately, I think the

Jenkins build is back to stable : commons-jcs #115

2015-07-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/115/changes - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to stable : commons-jcs » Apache Commons JCS :: Core #115

2015-07-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/115/ - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is still unstable: commons-jcs » Apache Commons JCS :: Core #114

2015-07-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/org.apache.commons$commons-jcs-core/changes - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is still unstable: commons-jcs #114

2015-07-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/commons-jcs/changes - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VOTE][LAZY] Migrate Commons SCXML to Git

2015-07-12 Thread Woonsan Ko
GitHub integration (https://github.com/apache/commons-scxml) was done successfully. I validated it with a github pull request and merging it in the git repo. It seems to take about 1 hr for the GitHub mirror to take the changes from the git repo. I'll also update the site documentation with this:

Re: [math] random boolean arrays

2015-07-12 Thread Thomas Neidhart
On 07/12/2015 04:58 PM, Phil Steitz wrote: On 7/12/15 2:50 AM, Thomas Neidhart wrote: On 07/11/2015 09:43 PM, Phil Steitz wrote: On 7/11/15 12:29 PM, Thomas Neidhart wrote: On 07/11/2015 09:08 PM, Phil Steitz wrote: The code implemented in MATH-1242 to improve performance of KS monteCarloP

Re: [math] random boolean arrays

2015-07-12 Thread Gilles
On Sun, 12 Jul 2015 19:38:45 +0200, Thomas Neidhart wrote: On 07/12/2015 04:58 PM, Phil Steitz wrote: On 7/12/15 2:50 AM, Thomas Neidhart wrote: On 07/11/2015 09:43 PM, Phil Steitz wrote: On 7/11/15 12:29 PM, Thomas Neidhart wrote: On 07/11/2015 09:08 PM, Phil Steitz wrote: The code

Re: [math] random boolean arrays

2015-07-12 Thread Phil Steitz
On 7/12/15 2:50 AM, Thomas Neidhart wrote: On 07/11/2015 09:43 PM, Phil Steitz wrote: On 7/11/15 12:29 PM, Thomas Neidhart wrote: On 07/11/2015 09:08 PM, Phil Steitz wrote: The code implemented in MATH-1242 to improve performance of KS monteCarloP in-lines efficient generation of random