[jelly] Working on some old issues

2015-05-01 Thread Bruno P. Kinoshita
Hi all, Since I joined Commons I've had a special interest in [jelly] due to its importance in the Jenkins project. Jenkins uses a patched version of [jelly]. Kohsuke, creator of Jenkins, is/was a Commons committer too, and submitted some issues. I intend to investigate if that'd be doable fix

Re: [LANG] Adding StringUtils split by length methods

2015-05-01 Thread Benedikt Ritter
Hey Loic, thank you for this proposal. I'll have a look at it this Sunday! Benedikt 2015-04-30 10:08 GMT+02:00 Loic Guibert : > Hello, > I've implemented 2 methods to split a String by fixed lengths : > - public static String[] splitByLength(String str, int ... lengths) > - public static St

Re: [jelly] Working on some old issues

2015-05-01 Thread Benedikt Ritter
2015-05-01 10:22 GMT+02:00 Bruno P. Kinoshita : > Hi all, > Since I joined Commons I've had a special interest in [jelly] due to its > importance in the Jenkins project. > > Jenkins uses a patched version of [jelly]. Kohsuke, creator of Jenkins, > is/was a Commons committer too, and submitted some

Re: [jelly] Working on some old issues

2015-05-01 Thread Siegfried Goeschl
Go for it :-) Siegfried Goeschl > On 01 May 2015, at 12:00, Benedikt Ritter wrote: > > 2015-05-01 10:22 GMT+02:00 Bruno P. Kinoshita : > >> Hi all, >> Since I joined Commons I've had a special interest in [jelly] due to its >> importance in the Jenkins project. >> >> Jenkins uses a patched ve

[LANG] Build failing on Travis CI

2015-05-01 Thread Benedikt Ritter
Hello Charles, it looks like your latest fixes have caused a regression (but only on JDK 6?!) [1]. Do you have time to have a look? Thank you so much for working on the time package. Best regards, Benedikt [1] https://travis-ci.org/apache/commons-lang/builds/60788015 -- http://people.apache.o

Re: [jelly] Working on some old issues

2015-05-01 Thread Bruno P. Kinoshita
Jenkins supports Groovy as an alternative to Jelly too, so both UI template engines of Jenkins are powered by Apache software :-) There's a comment on a problem they had with Groovy in this Wiki page, and I want to take a look at the Groovy version in the incubator to see if that's easy to repro

[GitHub] commons-compress pull request: Olddesign

2015-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/2 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: [LANG] Build failing on Travis CI

2015-05-01 Thread Chas Honton
I will work on this weekend. Regards, Chas > On May 1, 2015, at 3:07 AM, Benedikt Ritter wrote: > > Hello Charles, > > it looks like your latest fixes have caused a regression (but only on JDK > 6?!) [1]. Do you have time to have a look? Thank you so much for working on > the time package. >