[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-04-28 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29847&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 28 Apr 2014 07:00:09 + Finished at: Mon 28 Apr 2014 07:05:00 + Total time: 4m 50s Build Trigger: Sche

Re: [beanutils2] New JIRA Task added

2014-04-28 Thread Yogesh Rao
Hi, I have added the patch to JIRA issue "SANDBOX-473" Regards, -Yogesh On Fri, Apr 25, 2014 at 6:58 PM, Yogesh Rao wrote: > Hi Benedikt, > > I havent added patches yet wantes ro know if i need to add tht with jira > created > > Regards, > -Yogesh > > > On Friday, April 25, 2014, Benedikt Rit

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-28 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29848&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 28 Apr 2014 07:20:38 + Finished at: Mon 28 Apr 2014 07:20:56 + Total time: 17s Build Trigger: Schedul

Re: [math] Release planning for 3.3

2014-04-28 Thread Thomas Neidhart
Hi all, whats the status for the 3.3 release? I would volunteer as RM if there are no objections. Thomas On Sun, Feb 16, 2014 at 1:36 PM, Thomas Neidhart wrote: > On 02/08/2014 06:25 PM, Thomas Neidhart wrote: > > Hi, > > > > I think we are very close to releasing 3.3. > > Looking through th

Re: [math] Release planning for 3.3

2014-04-28 Thread Luc Maisonobe
Le 28/04/2014 09:41, Thomas Neidhart a écrit : > Hi all, Hi Thomas, > > whats the status for the 3.3 release? >From my side, everything is ready now. > > I would volunteer as RM if there are no objections. Great ! Thanks a lot for this. I have to admit I was little daunted by the task ... b

Re: [jcs] jcache support?

2014-04-28 Thread Jean-Louis MONTEIRO
+1 Olivier Thx 2014-04-28 7:02 GMT+02:00 Romain Manni-Bucau : > +1 > > Open question is jcs-jcache instead of jcs-tck (and jcache tests = tcks). I > think it makes sense to extract it > Le 28 avr. 2014 00:47, "Olivier Lamy" a écrit : > > > BTW the ideal would be to use modules in the build as:

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-04-28 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29850&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 28 Apr 2014 12:00:06 + Finished at: Mon 28 Apr 2014 12:04:50 + Total time: 4m 43s Build Trigger: Sche

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-28 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29851&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 28 Apr 2014 12:20:38 + Finished at: Mon 28 Apr 2014 12:20:57 + Total time: 19s Build Trigger: Schedul

[GitHub] commons-lang pull request: Add fuzzy String matching logic to Stri...

2014-04-28 Thread bripkens
GitHub user bripkens opened a pull request: https://github.com/apache/commons-lang/pull/20 Add fuzzy String matching logic to StringUtils Fuzzy algorithms are quite common nowadays with editors such as Sublime Text, TextMate, Atom and others implementing a fuzzy matching algorithm.

[LANG] Algorithm for fuzzy string matching

2014-04-28 Thread Benedikt Ritter
Hi all, we have a nice PR for StringUtils at github: https://github.com/apache/commons-lang/pull/20 It adds a new string matching algorithm to StringUtils, that calculates a score for the similarity between to strings. This kind of fuzzy matching is known from editors like Sublime Text, Text Mate

Re: [jcs] jcache support?

2014-04-28 Thread Thomas Vandahl
On 28.04.14 01:32, Olivier Lamy wrote: > Hi, > I will have a look at the pr. Then move to defaut maven sources directories. > > *NOTE*: jsr 107 is java 1.7 required. (just before someone complain :-) ). This throws me out of the game. My Snow Leopard MacBook is 1.6 only. Bye, Thomas. -

Re: [jcs] jcache support?

2014-04-28 Thread Thomas Vandahl
On 28.04.14 01:46, Olivier Lamy wrote: > BTW the ideal would be to use modules in the build as: > commons-jcs > commons-jcs-core > commons-jcs-tck > > Any issues with changing the structure? Could we keep the core at 1.6-compatibility? Bye, Thomas. -

Re: [jcs] jcache support?

2014-04-28 Thread Romain Manni-Bucau
my thought was: core: 1.6 jcache: 1.6 tck: run under java 7 think j6 is a constraint for 1-2 years but tck only runs on j7 @Thomas: in all cases some help on the produced code would be awesome Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.l

Re: [jcs] jcache support?

2014-04-28 Thread Emmanuel Bourg
Le 28/04/2014 20:44, Thomas Vandahl a écrit : > This throws me out of the game. My Snow Leopard MacBook is 1.6 only. You can't upgrade it to Mavericks and install Java 7? Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr..

Re: [jcs] jcache support?

2014-04-28 Thread Romain Manni-Bucau
Jvm doesnt need to be linked to os btw, i try to avoid it to not get upgrade surprises ;) Le 28 avr. 2014 19:56, "Emmanuel Bourg" a écrit : > Le 28/04/2014 20:44, Thomas Vandahl a écrit : > > > This throws me out of the game. My Snow Leopard MacBook is 1.6 only. > > You can't upgrade it to Maveri

Re: [math] Release planning for 3.3

2014-04-28 Thread Phil Steitz
On 4/28/14, 12:51 AM, Luc Maisonobe wrote: > Le 28/04/2014 09:41, Thomas Neidhart a écrit : >> Hi all, > Hi Thomas, > >> whats the status for the 3.3 release? > >From my side, everything is ready now. > >> I would volunteer as RM if there are no objections. > Great ! Thanks a lot for this. I have t

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ()

2014-04-28 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29852&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 28 Apr 2014 20:00:12 + Finished at: Mon 28 Apr 2014 20:04:39 + Total time: 4m 26s Build Trigger: Sche

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

2014-04-28 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=29853&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Mon 28 Apr 2014 20:21:04 + Finished at: Mon 28 Apr 2014 20:21:31 + Total time: 26s Build Trigger: Schedul

Re: Apache Commons & ApacheCon Europe 2014 ...

2014-04-28 Thread Thomas Neidhart
On 04/17/2014 04:02 PM, Siegfried Goeschl wrote: > Hi folks, > > thanks to Phil and Ate to present Apache Commons at the ApacheCon in Denver > :-) > > I would like to follow up the idea of having a dedicated Apache Commons slots > for ApacheCon Europe as we have done it in Atlanta > > * give t

Re: svn commit: r5188 - in /dev/commons/math: ./ binaries/ source/

2014-04-28 Thread Dennis Hendriks
> [...] see the Apache Apache Commons Math website: I think 'Apache Apache' should be 'Apache', at the end of the changelog? Best regards, Dennis On 04/29/2014 01:31 AM, t...@apache.org wrote: Author: tn Date: Mon Apr 28 23:31:16 2014 New Revision: 5188 Log: Creating distribution files for C

Re: svn commit: r5188 - in /dev/commons/math: ./ binaries/ source/

2014-04-28 Thread Thomas Neidhart
On 04/29/2014 08:12 AM, Dennis Hendriks wrote: >> [...] see the Apache Apache Commons Math website: > > I think 'Apache Apache' should be 'Apache', at the end of the changelog? Hi Dennis, ah, I missed this one. It looks like the component name has changed since the last release and some template

Re: [math] Release planning for 3.3

2014-04-28 Thread Thomas Neidhart
On 04/28/2014 09:34 PM, Phil Steitz wrote: > On 4/28/14, 12:51 AM, Luc Maisonobe wrote: >> Le 28/04/2014 09:41, Thomas Neidhart a écrit : >>> Hi all, >> Hi Thomas, >> >>> whats the status for the 3.3 release? >> >From my side, everything is ready now. >> >>> I would volunteer as RM if there are no