Re: [beanutils2]

2015-10-27 Thread Benedikt Ritter
on, /on/(*new*Person(), transformerRegistry) > >> > >> .set("firstName").with("Barack") > >> > >> .set("lastName").with("Obama") > >> > >> .set("birthDate").with("August 4, 1961") >

Re: libcommons-lang-java packaging?

2015-10-27 Thread Benedikt Ritter
Hello Emmanuel, thank you for the comprehensive how-to on how to get involved. I'll have a look as soon as possible. Benedikt 2015-10-27 14:08 GMT+01:00 Emmanuel Bourg <ebo...@apache.org>: > Le 19/10/2015 21:36, Benedikt Ritter a écrit : > > > One thing I'd like to work

Write access for ASF committers to our git repositories

2015-10-21 Thread Benedikt Ritter
Hello, Sergio has indicated, that he can not push to the Commons Lang git repository [1]. Since we decided to grant write access to our repositories to all ASF committers [2], I had expected that this would apply to the git repositories as well. Does this need any special set up? Regards,

Re: [LANG] Adding StringUtils replace by regular expression methods

2015-10-21 Thread Benedikt Ritter
Hello Loic, sounds good to me. Go for it. Benedikt 2015-10-20 9:52 GMT+02:00 Loïc Guibert : > Hello, > I proposed some time ago to add in StringUtils 2 null safe methods > to replace into a String with regular expression > and I'd like to hear opinions about that. > > I

Re: [LANG] Adding null safe compare methods in StringUtils

2015-10-21 Thread Benedikt Ritter
r > > and not the total CharSequence length > > or charAt(int index) that return the (current position + index)th char). > > > > Loic Guibert > > PGP : 0x65EB4F33 > > > > > > Le 06/10/2015 23:07, Benedikt Ritter a écrit : > >> Hi Loic, > >

Re: Write access for ASF committers to our git repositories

2015-10-21 Thread Benedikt Ritter
like to make sure Sergio really can't push to the repo. Maybe he just hasn't tried because he didn't know that it works. If there is a problem, I'll talk to infra. Benedikt > > Gary > > On Tue, Oct 20, 2015 at 11:38 PM, Benedikt Ritter <brit...@apache.org> > wrote: > > &

Re: Write access for ASF committers to our git repositories

2015-10-21 Thread Benedikt Ritter
2015-10-21 9:42 GMT+02:00 Sergio Fernández <wik...@apache.org>: > On Wed, Oct 21, 2015 at 9:11 AM, Benedikt Ritter <brit...@apache.org> > wrote: > > > 2015-10-21 9:06 GMT+02:00 Gary Gregory <garydgreg...@gmail.com>: > > > > > Git must be different

Re: [lang] Add myself to the developers list

2015-10-20 Thread Benedikt Ritter
+1 :-) 2015-10-20 8:33 GMT+02:00 : > Repository: commons-lang > Updated Branches: > refs/heads/master fd595d747 -> ae865193e > > > Add myself to the developers list > > > Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo > Commit: >

Re: [LANG] Drop Ant build?

2015-10-19 Thread Benedikt Ritter
2015-10-19 10:50 GMT+02:00 Jan Matèrne (jhm) : > > > I thought it was being used to create Debian packages. > > > > If this turns out to be the case, then please add a note to the Ant > > build file to explain this requirement. > > > Haven't looked at the build script. > But

Re: [LANG] Drop Ant build?

2015-10-19 Thread Benedikt Ritter
ct 19, 2015 at 1:24 PM, James Carman <ja...@carmanconsulting.com> > wrote: > > > +1 > > > > On Mon, Oct 19, 2015 at 5:39 AM Benedikt Ritter <brit...@apache.org> > > wrote: > > > > > 2015-10-19 10:50 GMT+02:00 Jan Matèrne (jhm) <apa...@materne.de>: >

[IMAGING] Contributions to Apache Commons Imaging

2015-10-19 Thread Benedikt Ritter
Hello Michael, you have shown quit some interest in the Apache Commons Imaging component [1]. There are several pull requests created by you at GitHub and we very much appreciate that. I'd love to apply your changes, but I don't see sufficient test coverage by unit tests. I know that Imaging is

Re: [LANG] Drop Ant build?

2015-10-19 Thread Benedikt Ritter
Oliver > > Am 19.10.2015 um 13:24 schrieb James Carman: > > +1 > > > > On Mon, Oct 19, 2015 at 5:39 AM Benedikt Ritter <brit...@apache.org> > wrote: > > > >> 2015-10-19 10:50 GMT+02:00 Jan Matèrne (jhm) <apa...@materne.de>: > >> > &g

Re: [IMAGING] Contributions to Apache Commons Imaging

2015-10-19 Thread Benedikt Ritter
FYI: The E-Mail address I extracted from Michael's jira account is unreachable. I'll try to reach him via jira. 2015-10-19 21:17 GMT+02:00 Benedikt Ritter <brit...@apache.org>: > Hello Michael, > > you have shown quit some interest in the Apache Commons Imaging component > [1].

Re: libcommons-lang-java packaging?

2015-10-19 Thread Benedikt Ritter
Hello Emmanuel, 2015-10-19 16:23 GMT+02:00 Emmanuel Bourg : > Hi Sergio, > > Le 19/10/2015 15:37, Sergio Fernández a écrit : > > > So, do you really need the build.xml for maintain > > the libcommons-lang-java.deb package? > > libcommons-lang-java contains the old 2.x version,

Re: libcommons-lang-java packaging?

2015-10-19 Thread Benedikt Ritter
2015-10-19 20:45 GMT+02:00 Benedikt Ritter <brit...@apache.org>: > Hello Emmanuel, > > 2015-10-19 16:23 GMT+02:00 Emmanuel Bourg <ebo...@apache.org>: > >> Hi Sergio, >> >> Le 19/10/2015 15:37, Sergio Fernández a écrit : >> >> > So, do you r

Re: [LANG] Drop Ant build?

2015-10-17 Thread Benedikt Ritter
2015-10-16 22:32 GMT+02:00 Bruno P. Kinoshita <brunodepau...@yahoo.com.br>: > +1 if not being used/maintained anymore. > > I thought it was being used to create Debian packages. > Any idea how we can find out whether this is the case? BR, Benedikt > > Bruno > &g

[LANG] Drop Ant build?

2015-10-16 Thread Benedikt Ritter
Hi, Maven has been our leading build system for a long time now. Maintaining the Ant build causes trouble. For example I often forget to synchronize changes I make to the dependencies in pom.xml with the ant build. Are there any objections against removing the Ant build from the project? BR,

[LANG] Drop special surefire configuration?

2015-10-16 Thread Benedikt Ritter
Hi, we have some special configuration for the surefire plugin [1]. I don't really any value in this configuration. It just complicates the build. Can we drop it? Regards, Benedikt [1] https://paste.apache.org/k8s4 -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/

[CSV] Request for comments: CSV-158

2015-10-07 Thread Benedikt Ritter
Hello, we have this pull request [1] at github which proposed to change the way ExtendedBufferedReader handles EOL. I currently don't understand the implications of this change and the contributor has not provided a test case that fails without this change. It like to here more opinions about

Re: [LANG] Adding null safe compare methods in StringUtils

2015-10-06 Thread Benedikt Ritter
Hi Loic, first of all, I like this proposal. Thank you for that! Regarding your question I see two options: - implement compare so that is accepts CharSequences as well. That would mean to implement a compare for CharSequences which compares two sequences character by character - exclude the

Re: [validator] Inconsistent behavior in UrlValidator

2015-09-28 Thread Benedikt Ritter
ld wrote: > >>> > >>> 127.0.0.1 is not always the address for localhost. This is a can of > worms > >>> big enough to drive a medium-sized container ship into > >>> > >>> Kristian > >>> 27. sep. 2015 4.13 p.m. skrev "Be

Re: [validator] Inconsistent behavior in UrlValidator

2015-09-27 Thread Benedikt Ritter
Hm... since localhost is usually only an alias for 127.0.0.1 it doesn't really make sense to allow one but not the other. 2015-09-25 23:18 GMT+02:00 Adrian Crum : > I was just looking at the UrlValidator test and I noticed that localhost > is allowed in the

Re: [DRAFT] Report from the Apache Commons committee [Gary Gregory]

2015-09-10 Thread Benedikt Ritter
+1 2015-09-09 18:49 GMT+02:00 Gary Gregory : > Sorry for the late post. This is what I plan on sending the board, it is > due today. > > I can update it if you find any issues or want any changes. > > Thank you! > > Report from the Apache Commons committee [Gary Gregory]

Re: need some help

2015-09-02 Thread Benedikt Ritter
Hello Arsen, you can get an idea about what projects are currently been worked on by looking into the SVN/git commit history. We have some projects which are maintained more frequently like Commons Lang, Commons Net, Commons VFS and the like. You should just dig into the projekt you're interested

Re: [VOTE] Apache Commons-CSV 1.2-RC1

2015-08-21 Thread Benedikt Ritter
Hello Gary, thank you for pushing this! Here is my review. - Signs and hashes look good - Source and binary archives have the same content - Site looks good - clirr and rat look good - builds fine with: -- Maven 3.1.1 and Java 1.6.0_65 -- Maven 3.3.3 and Java 1.7.0_79 and Java 1.8.0_60 But:

Re: [ALL] Commons Parent - drop trunks-proper profile?

2015-08-19 Thread Benedikt Ritter
I don't use it. But maybe there is a CI build somewhere in the ASF CI infrastructure that uses it ;-) 2015-08-19 10:18 GMT+02:00 sebb seb...@gmail.com: I'm not sure anyone ever uses the trunks-proper profile? Some proper components use Git now, so it needs a bit more work than just checking

Re: [jira] [Resolved] (BCEL-233) The access_flags field in AccessFlags class should be final

2015-08-14 Thread Benedikt Ritter
I would prefer field anmes in camel case... 2015-08-12 17:48 GMT+02:00 Gary Gregory garydgreg...@gmail.com: Any thoughts on not using underscores in names? Gary -- Forwarded message -- From: Sebb (JIRA) j...@apache.org Date: Wed, Aug 12, 2015 at 5:52 AM Subject: [jira]

Re: [LANG] Adding StringUtils split by length methods

2015-08-04 Thread Benedikt Ritter
:09 GMT+02:00 Loic Guibert lfdummy-apa...@yahoo.fr: Hello Benedikt, Have you had time to look at these elements and my feedback comments on github ? https://github.com/apache/commons-lang/pull/75 Loic Guibert PGP : 0x65EB4F33 Le 01/05/2015 13:47, Benedikt Ritter a écrit : Hey Loic

Re: [LANG] Adding StringUtils replace by regular expression methods

2015-08-04 Thread Benedikt Ritter
you had time to look at these 2 methods ? https://issues.apache.org/jira/browse/LANG-1139 https://github.com/apache/commons-lang/pull/92 Loic Guibert PGP : 0x65EB4F33 Le 02/06/2015 10:24, Benedikt Ritter a écrit : Hello Loic, I really appreciate your effort to get this code into lang

Re: svn commit: r1692683 - /commons/proper/bcel/tags/BCEL_6_0_RC4/

2015-07-27 Thread Benedikt Ritter
It's okay if the tag has not been published to the staging repo, IMHO. Benedikt 2015-07-26 17:35 GMT+02:00 Gary Gregory garydgreg...@gmail.com: Never delete a RC tag! Gary Original message From: c...@apache.org Date: 07/25/2015 18:49 (GMT-08:00) To:

Re: [lang] LANG-1149 Ability to throw checked exceptions without declaring them

2015-07-24 Thread Benedikt Ritter
Hello, 2015-07-12 0:42 GMT+02:00 c...@apache.org: Repository: commons-lang Updated Branches: refs/heads/master 1b066eb4f - 59022fb87 LANG-1149 Ability to throw checked exceptions without declaring them Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

Re: [SCXML][Git migration] trunks-proper externals broken Fwd: [Gump] BATCH: All dressed up, with nowhere to go...

2015-07-16 Thread Benedikt Ritter
Hello Konstantin, 2015-07-16 2:22 GMT+02:00 Konstantin Kolinko knst.koli...@gmail.com: Hi! Below is a copy of an automated message from Apache Gump. Gump builds a number of Commons libraries. It performs checkout of commons/trunks-proper directory from svn. The svn update command on a

Re: [DISCUSSION] jlibaio proposal

2015-07-15 Thread Benedikt Ritter
Hello Clebert, 2015-07-13 22:11 GMT+02:00 Clebert Suconic clebert.suco...@gmail.com: forgot the link: https://github.com/clebertsuconic/activemq-artemis/tree/master/artemis-native On Mon, Jul 13, 2015 at 4:10 PM, Clebert Suconic clebert.suco...@gmail.com wrote: I have this sub-project

Re: [SCXML] Move to Git: website/POM/DOAP need urgent updating

2015-07-15 Thread Benedikt Ritter
I have updated the website. 2015-07-13 16:48 GMT+02:00 Woonsan Ko woon...@apache.org: I've just updated the DOAP as well. Thanks for the pointer! Cheers, Woonsan On Mon, Jul 13, 2015 at 8:06 AM, sebb seb...@gmail.com wrote: What about the DOAP? On 13 July 2015 at 12:55, Woonsan Ko

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

2015-07-13 Thread Benedikt Ritter
, Jul 9, 2015 at 2:50 AM, Benedikt Ritter brit...@apache.org wrote: Hello Woonson, one think you will have to do after the migration is to create a ticket for the github mirror. Otherwise it will continue mirroring the SVN repo. Benedikt 2015-07-09 6:06 GMT+02:00 Woonsan Ko woon

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

2015-07-13 Thread Benedikt Ritter
committer should have write access to the whole SVN tree. Benedikt Thanks in advance, Woonsan [1] http://wiki.apache.org/commons/MovingToGit On Thu, Jul 9, 2015 at 2:50 AM, Benedikt Ritter brit...@apache.org wrote: Hello Woonson, one think you will have to do after the migration

Re: [CLI] Configure Options from usage statement??

2015-07-09 Thread Benedikt Ritter
Hello Ralph, 2015-07-09 22:25 GMT+02:00 LeVan,Ralph le...@oclc.org: My apologies if I'm going about this wrong. Several years ago I wrote a layer on top of JSAP to configure its parser from a simple usage statement. I tried to push that code back to the developer, with no success. I'd

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

2015-07-09 Thread Benedikt Ritter
Hello Woonson, one think you will have to do after the migration is to create a ticket for the github mirror. Otherwise it will continue mirroring the SVN repo. Benedikt 2015-07-09 6:06 GMT+02:00 Woonsan Ko woon...@apache.org: Thanks for your support, Ate! :-) It was already migrated to git

Re: [dbutils] Adding fluent api

2015-07-01 Thread Benedikt Ritter
Hello Mansour, 2015-06-30 23:57 GMT+02:00 Mansour Al Akeel mansour.alak...@gmail.com: I am not sure if this is the right place to suggest this. Please let me know, before filling a Jira Ticket. I believe DbUtils has place for additional component: - A fluent API to generate SQL string:

Re: Looking for normal to reverse domain name conversion

2015-06-28 Thread Benedikt Ritter
Hi Gary, none that I'm aware of. Would fit into either [net] or [lang] IMHO. For example: ClassUtils.domainToPackageName(String) ?! Benedikt 2015-06-27 23:33 GMT+02:00 Gary Gregory garydgreg...@gmail.com: Hi all, Do we have in Commons a util method that converts a domain name (

Re: [1/2] [lang] Javadoc: Fix typo but working is still awkward.

2015-06-28 Thread Benedikt Ritter
Hello Gary, it is not clear to me, what happened here. The diff looks like ArrayUtils has been removed completely in this commit. What were you trying to do? Benedikt 2015-06-27 23:44 GMT+02:00 ggreg...@apache.org: Repository: commons-lang Updated Branches: refs/heads/master 38e829fb3 -

Re: [SCXML] Mirror or move to git?

2015-06-28 Thread Benedikt Ritter
/5/15 3:27 PM, Benedikt Ritter wrote: Hello, there is a request to mirror SCXML to github [1]. Now I'm wondering whether the majority of the SCXML developers would rather like to the a SVN - git migration then just a mirroring. br, Benedikt [1] https://issues.apache.org/jira

[LANG] Time for 3.5?

2015-06-26 Thread Benedikt Ritter
Hi, we have a lot of good new stuff, so I'm planning to review pending issues over the next weeks and push out the next release until end of July. If there's anything you'd like to have included, now is your chance to do it :-) Benedikt -- http://people.apache.org/~britter/

Re: [ALL] re-organise dist directory layout?

2015-06-25 Thread Benedikt Ritter
: On 6/23/15 9:05 AM, sebb wrote: On 22 June 2015 at 19:11, Benedikt Ritter brit...@apache.org wrote: Sounds good to me. Would be more maven-style. However I'm not sure how this change would affect clients referencing the absolute URLs of the artifacts. It won't affect Maven URLs. Maybe

Re: Automatic rebuild of the site with foopubsub

2015-06-23 Thread Benedikt Ritter
2015-06-23 9:39 GMT+02:00 Jochen Wiedmann jochen.wiedm...@gmail.com: On Tue, Jun 23, 2015 at 9:36 AM, Benedikt Ritter brit...@apache.org wrote: At Commons we publish the site manually via mvn clean site-deploy. But I think we would be interested in an automated solution. Thanks, Benedikt

Re: Automatic rebuild of the site with foopubsub

2015-06-23 Thread Benedikt Ritter
Hello Jochen, I'm not sure the Commons Developer list is the right place to ask this since we probably don't know more about this stuff then you do :-) Maybe you should ask on the infra list? At Commons we publish the site manually via mvn clean site-deploy. But I think we would be interested in

Re: Jira permissions gone .. ?

2015-06-22 Thread Benedikt Ritter
Hello Kristian, sorry for the late reply. I'll have a look. Benedikt 2015-06-19 19:06 GMT+02:00 Kristian Rosenvold krosenv...@apache.org: I seem to have lost my jira permissions to assign issues to myself and close them. I believe I had them not so long ago... ? Kristian (krosenvold)

Re: svn commit: r1686260 [1/5] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ test/java/org/apache/

2015-06-22 Thread Benedikt Ritter
Does one really have to be part of the PMC group to be able to deploy to nexus? Can't we change the privileges in a way that we can grant deploy privileges to anybody who is up for RMing? Benedikt 2015-06-18 19:23 GMT+02:00 Gary Gregory garydgreg...@gmail.com: I'm a RERO fan. Why not cut a

Re: [io] How picky about backward compatibility ?

2015-06-22 Thread Benedikt Ritter
2015-06-21 14:34 GMT+02:00 Kristian Rosenvold kristian.rosenv...@gmail.com : 2015-06-21 14:16 GMT+02:00 sebb seb...@gmail.com: Is there a genuine use-case which requires that the same IOE instance be used? (Other than the unit tests!) If not, then we could look into relaxing the

[CLI] Need advice on CLI-254

2015-06-22 Thread Benedikt Ritter
Hello all, we have this [1] bug report from the Groovy project. Apparently, [cli] will remove the quotes from the following command line: -f test This goes back to CLI-22 and CLI-185. I have no idea what the problem of the original reporter was, but my feeling is, that we should not mess around

Re: [lang] Regression in StrSubstitutor?

2015-06-22 Thread Benedikt Ritter
Hello Oliver, I've commented on LANG-1141. Your patch looks good to me. Benedikt 2015-06-09 7:26 GMT+02:00 Benedikt Ritter brit...@apache.org: Hello Oliver, I need some more time to look into this. Sorry, I'm pretty busy at the moment :-( br, Benedikt 2015-06-01 22:25 GMT+02:00 Oliver

Re: [LANG][COLLECTIONS] Require a static function to swap 2 elements in a array (primitive as well non-primitive)

2015-06-22 Thread Benedikt Ritter
Hello, we already have such a functionality in [lang], but it hasn't been released yet. Please see LANG-1099 [1] for more information. br, Benedikt [1] https://issues.apache.org/jira/browse/LANG-1099 2015-06-18 16:44 GMT+02:00 venkatesha murthy venkateshamurth...@gmail.com: Hi Thomas,

Re: Jira permissions gone .. ?

2015-06-22 Thread Benedikt Ritter
Hello again, looks like you have been removed from the commons-developer group. I've added you again. Does it work? Benedikt 2015-06-22 19:53 GMT+02:00 Benedikt Ritter brit...@apache.org: Hello Kristian, sorry for the late reply. I'll have a look. Benedikt 2015-06-19 19:06 GMT+02:00

Re: [ALL] re-organise dist directory layout?

2015-06-22 Thread Benedikt Ritter
Sounds good to me. Would be more maven-style. However I'm not sure how this change would affect clients referencing the absolute URLs of the artifacts. Maybe we should change the layout for the releases to come and leave anything we already have there as it is? Benedikt 2015-06-22 7:18 GMT+02:00

Re: svn commit: r9464 - in /release/commons/cli: binaries/ source/

2015-06-22 Thread Benedikt Ritter
Thank you, I must have forgotten that before I went on vacation. 2015-06-22 2:48 GMT+02:00 s...@apache.org: Author: sebb Date: Mon Jun 22 00:48:02 2015 New Revision: 9464 Log: Archive old release Removed: release/commons/cli/binaries/commons-cli-1.3-bin.tar.gz

Re: [cli] GnuParser vs DefaultParser

2015-06-22 Thread Benedikt Ritter
Hello Alex, can you please file an issue at https://issues.apache.org/jira/browse/CLI ? Thank you! 2015-06-18 0:02 GMT+02:00 Alex P student...@gmail.com: Hi All, Not sure if that is a change in API or bug in DefaultParser. If I use GnuParser (what I used in 1.2) like:

[ANNOUNCE] Apache Commons CLI 1.3.1 released!

2015-06-18 Thread Benedikt Ritter
information on Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website: http://commons.apache.org/proper/commons-cli/ Thank you! Benedikt Ritter, on behalf of the Apache Commons Community [1] https://issues.apache.org

[RESULT][VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-17 Thread Benedikt Ritter
Hello, this vote passes with the following votes: Oliver Heger: +1 (binding) Gary Gregory: +1 (binding) Bruno P. Kinoshita: +1 (non-binding) Paul King: +1 (non-binding) Benedikt Ritter: +1 (binding) I go on and publish the artifacts. Thank you to all how reviewed this RC. Benedikt 2015-06-14

Re: [VOTE] Release Configuration 2.0-beta1 based on RC1

2015-06-17 Thread Benedikt Ritter
Hello Oliver, 2015-06-17 21:46 GMT+02:00 Oliver Heger oliver.he...@oliver-heger.de: Am 15.06.2015 um 21:34 schrieb Oliver Heger: Hi Bruno, Am 15.06.2015 um 10:34 schrieb Bruno P. Kinoshita: Hi -1 not binding The following test fails in Ubuntu 14.04 with Java versions: *

[IO] Re: ByteSizeUnit a la TimeUnit

2015-06-17 Thread Benedikt Ritter
Hi Gary, 2015-06-17 9:50 GMT+02:00 Gary Gregory garydgreg...@gmail.com: Hi All: Java 5 introduced TimeUnit, a very nice enum. What do you all think of a ByteSizeUnit enum to handle bit, nibble, byte, kilobyte, kilobit, megabyte and so on? Have a look at IO-294 [1] and IO-373 [2].

Re: ByteSizeUnit a la TimeUnit

2015-06-17 Thread Benedikt Ritter
2015-06-17 14:03 GMT+02:00 David Blevins david.blev...@gmail.com: I'd be happy to donate these if we want them: https://raw.githubusercontent.com/tomitribe/tomitribe-util/master/src/main/java/org/tomitribe/util/SizeUnit.java

Re: Finding a Place to Help

2015-06-16 Thread Benedikt Ritter
Hello Landon, welcome to Apache Commons, 2015-06-16 19:21 GMT+02:00 Landon Blake sunburned.surve...@gmail.com: I'm interested in helping a bit with Jakarta Commons. Is there anyone currently working on the BeanUtils or Collections modules? What about the image IO modules? I've worked on

Re: [CSV] org.skife not downloaded

2015-06-16 Thread Benedikt Ritter
2015-06-16 22:53 GMT+02:00 Gary Gregory garydgreg...@gmail.com: On Tue, Jun 16, 2015 at 2:36 AM, Benedikt Ritter brit...@apache.org wrote: 2015-06-16 10:17 GMT+02:00 Gary Gregory garydgreg...@gmail.com: On Mon, Jun 15, 2015 at 11:25 PM, Benedikt Ritter brit...@apache.org wrote

Re: [CSV] org.skife not downloaded

2015-06-16 Thread Benedikt Ritter
You have to manually download the file and put it in the correct location. It is only used during the OpenJMH tests. Here is the relevant snippet form pom.xml: !-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and copy in the base directory -- dependency

Re: [CSV] org.skife not downloaded

2015-06-16 Thread Benedikt Ritter
2015-06-16 10:17 GMT+02:00 Gary Gregory garydgreg...@gmail.com: On Mon, Jun 15, 2015 at 11:25 PM, Benedikt Ritter brit...@apache.org wrote: You have to manually download the file and put it in the correct location. It is only used during the OpenJMH tests. Here is the relevant snippet

Re: [VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-16 Thread Benedikt Ritter
2015-06-14 12:32 GMT+02:00 Benedikt Ritter brit...@apache.org: Hi, We have introduced a pretty severe bug in CLI 1.3, so I'd like to call a vote to release CLI 1.3.1 based on RC1. The only change compared to 1.3 is the fix of CLI-252 [1]. CLI 1.3.1 RC1 is available for review here

[VOTE] Release Apache Commons CLI 1.3.1 based on RC1

2015-06-14 Thread Benedikt Ritter
Hi, We have introduced a pretty severe bug in CLI 1.3, so I'd like to call a vote to release CLI 1.3.1 based on RC1. The only change compared to 1.3 is the fix of CLI-252 [1]. CLI 1.3.1 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/cli/ (svn 9362) Maven

Re: [CLI] Release of version 1.3.1

2015-06-12 Thread Benedikt Ritter
Hello Oliver, 2015-06-11 21:28 GMT+02:00 Oliver Kopp kopp@gmail.com: Hi, I saw that CLI-252 is fixed. Is it possible to release a bugfix version containing that fix or do we have to wait for a version 1.4? Background: In our project JabRef we want to switch from the ritopt library to

Re: [lang] Regression in StrSubstitutor?

2015-06-08 Thread Benedikt Ritter
Hello Oliver, I need some more time to look into this. Sorry, I'm pretty busy at the moment :-( br, Benedikt 2015-06-01 22:25 GMT+02:00 Oliver Heger oliver.he...@oliver-heger.de: Hi, I just tried to update the [lang] dependency in [configuration] from 3.3.2 to 3.4. However, after this

Re: RandomStringUtils with variable lengths

2015-06-07 Thread Benedikt Ritter
Hello Caleb, 2015-06-06 21:45 GMT+02:00 Caleb Cushing xenoterrac...@gmail.com: I'm not sure I understand your proposal. Is this about returning a single random character? It would be good if you could provide a patch with some unit tests. You can use GitHub for contributing [1] I created

Re: [VALIDATOR] Update on TLD list and assistance for new contributor

2015-06-02 Thread Benedikt Ritter
Hello Ayoma, welcome to the dev list. Sorry for the delay, I'm pretty busy at work currently... 2015-05-29 9:04 GMT+02:00 Ayoma Wijethunga ayoma...@gmail.com: Dear Dev Team, Thought, I have been a regular user of Apache projects, I am new to contributing towards Apache way. After going

Re: [LANG] Adding StringUtils replace by regular expression methods

2015-06-02 Thread Benedikt Ritter
Hello Loic, I really appreciate your effort to get this code into lang. Thank you very much! Sorry that I'm unable to give you timely feedback on the proposed changes. I'm pretty busy at work at the moment and I've almost zero time for OSS right now :-( I'll review the changes as soon as I have

Re: RandomStringUtils with variable lengths

2015-06-02 Thread Benedikt Ritter
Hello Caleb, 2015-05-24 22:16 GMT+02:00 Caleb Cushing xenoterrac...@gmail.com: I have written the following for my own project, and a couple of variants elsewhere (randomNumeric( min, max ) etc. Also I'm considering maybe a randomGraph() (for printable characters that match the posix graph

Re: [jelly] Working on some old issues

2015-05-26 Thread Benedikt Ritter
2015-05-25 8:07 GMT+02:00 Bruno P. Kinoshita brunodepau...@yahoo.com.br: Thanks for clarifying Niall. I'll try to fix the tests, and will try to generate the Maven site and the tags documentation. Probably I'll update the commons-parent version in the pom.xml, and will use the new bootstrap

[IO] Input parameter checking

2015-05-22 Thread Benedikt Ritter
Hi, I've noticed that there are some classes that do not validate input parameters. For example the constructor o.a.c.io.output.XmlStreamWriter(final OutputStream out, final String defaultEncoding) does not check whether out is null, which will lead to late failure in detectEncoding(final

Re: [math] Fix repository location in doap file

2015-05-19 Thread Benedikt Ritter
2015-05-19 2:49 GMT+02:00 sebb seb...@gmail.com: On 18 May 2015 at 20:09, Benedikt Ritter brit...@apache.org wrote: 2015-05-18 16:12 GMT+02:00 sebb seb...@gmail.com: On 18 May 2015 at 08:17, brit...@apache.org wrote: Repository: commons-math Updated Branches: refs/heads/master

Re: svn commit: r1680133 - in /commons/proper/pool/trunk: pom.xml src/changes/changes.xml

2015-05-19 Thread Benedikt Ritter
2015-05-19 8:24 GMT+02:00 Mark Thomas ma...@apache.org: On 19/05/2015 01:51, sebb wrote: On 19 May 2015 at 00:45, Phil Steitz phil.ste...@gmail.com wrote: On 5/18/15 4:40 PM, ggreg...@apache.org wrote: Author: ggregory Date: Mon May 18 23:40:21 2015 New Revision: 1680133 URL:

Re: svn commit: r1680133 - in /commons/proper/pool/trunk: pom.xml src/changes/changes.xml

2015-05-19 Thread Benedikt Ritter
I do add this kind of changes to changes.xml if it they have been contributed. In this case I think attribution of the contributor is more important. What do you think about that? Benedikt 2015-05-19 7:56 GMT+02:00 Gary Gregory garydgreg...@gmail.com: Done. Thank you for keeping a keen eye

Re: [VOTE] Release Email 1.4 Based on RC1

2015-05-19 Thread Benedikt Ritter
Hello Thomas, thank you for pushing another release of [email]. Here is my review of email 1.4 RC 1: - Hashes and signatures look good - Tag and sources archive have the same content - builds from sources with Java 7+8 and Maven 3.3.3 on Mac OS X 10.10 - Site and reports look good.

Re: [math] Fix repository location in doap file

2015-05-19 Thread Benedikt Ritter
2015-05-19 8:24 GMT+02:00 Benedikt Ritter brit...@apache.org: 2015-05-19 2:49 GMT+02:00 sebb seb...@gmail.com: On 18 May 2015 at 20:09, Benedikt Ritter brit...@apache.org wrote: 2015-05-18 16:12 GMT+02:00 sebb seb...@gmail.com: On 18 May 2015 at 08:17, brit...@apache.org wrote

Re: [math] Fix repository location in doap file

2015-05-18 Thread Benedikt Ritter
: cf571ba2a63651ad7cf1407c10847eb1d2898a5b Parents: 241dccd Author: Benedikt Ritter benerit...@gmail.com Authored: Mon May 18 09:17:18 2015 +0200 Committer: Benedikt Ritter benerit...@gmail.com Committed: Mon May 18 09:17:18 2015 +0200

Re: [LANG] Doap and website still refer to SVN repo rather than Git

2015-05-18 Thread Benedikt Ritter
Fixed in f8669ed70ac155b8808caee6c3438bd9a429eef1. 2015-05-15 15:11 GMT+02:00 sebb seb...@gmail.com: As the subject says - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: Missing release on reporter.a.o

2015-05-12 Thread Benedikt Ritter
. Thanks! Benedikt Ralph On May 11, 2015, at 10:54 PM, Benedikt Ritter benerit...@gmail.com wrote: Hello Ralph, 2015-05-12 7:34 GMT+02:00 Ralph Goers ralph.go...@dslextreme.com mailto:ralph.go...@dslextreme.com: It would seem that for each commons subproject you need to add the Jira

Re: Missing release on reporter.a.o

2015-05-12 Thread Benedikt Ritter
2015-05-12 14:30 GMT+02:00 James Carman ja...@carmanconsulting.com: I added Lang-3.4 to the reporter.a.o site by clicking on Fetch releases from JIRA and selecting LANG as the JIRA project name and Lang as the prefix. That seems to have done the trick. I'm asking about automating this, but

[DISCUSS] Release imaging in its current state? (or release it never...)

2015-05-11 Thread Benedikt Ritter
Hi, over the past few month I've been working on [imaging]. Looking through the list of FindBugs and Checkstyle issues, I wonder what we should do with imaging. The code doesn't meet our quality requirements, yet people seem to be using imaging. I wonder if we should simply release [imaging] in

Re: Missing release on reporter.a.o

2015-05-11 Thread Benedikt Ritter
him (on the log4j dev ML?) Gary On Sun, May 10, 2015 at 10:55 PM, Benedikt Ritter brit...@apache.org wrote: If you're talking about [lang] 3.4, then I'm the one to blame :-) I had problems using the reporter and didn't received feedback [1]. Then I forgot to take care

Re: [lang] Check for Duplicate Event Listener

2015-05-11 Thread Benedikt Ritter
Hello Matthew, 2015-05-11 18:01 GMT+02:00 Matthew Aguirre matt.agui...@gmail.com: I would like to add support to check for a duplicate event listener to the org.apache.commons.lang3.event.EventListenerSupport class. This would save me (and possibly others) from then checking the listeners

Re: Missing release on reporter.a.o

2015-05-10 Thread Benedikt Ritter
If you're talking about [lang] 3.4, then I'm the one to blame :-) I had problems using the reporter and didn't received feedback [1]. Then I forgot to take care of that. Sorry! Maybe you can help me? If not, you can I get in touch with? Benedikt [1] http://markmail.org/message/ooz5aw3x4tqiphsf

Re: [io] Is commons-io dormant?

2015-05-10 Thread Benedikt Ritter
I'll be on vacation the next week. I could do it in two weeks at the earliest. Benedikt 2015-05-11 5:26 GMT+02:00 Gary Gregory garydgreg...@gmail.com: Hello, it is not dormant. It's just that no one has volunteered to cut a release candidate. The component is due for a refresh. I did not

[ANNOUNCE] Apache Commons CLI 1.3 released!

2015-05-10 Thread Benedikt Ritter
, or suggestions for improvement, see the Apache Commons CLI website: http://commons.apache.org/proper/commons-cli/ Benedikt Ritter, on behalf of the Apache Commons Community -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com

Re: [LANG] Release notes for 3.4 disappeared

2015-05-09 Thread Benedikt Ritter
Fixed now. Thank you! 2015-05-08 22:05 GMT+02:00 Phil Steitz phil.ste...@gmail.com: On 5/8/15 12:51 PM, Timo wrote: Hello everyone, I just noticed that the release notes for 3.4 [1] are a 404. Can someone with access take a look, please? Thanks for pointing this out. As a workaround

Re: [Git] drop SVN repos for components using Git?

2015-05-09 Thread Benedikt Ritter
2015-05-08 21:55 GMT+02:00 Gary Gregory garydgreg...@gmail.com: On Fri, May 8, 2015 at 9:02 AM, Luc Maisonobe l...@spaceroots.org wrote: Le 08/05/2015 17:55, Adrian Crum a écrit : Do the Git repos include the Subversion commit history? Yes, it includes the full history, including tags.

[RESULT][VOTE] Release Apache Commons CLI 1.3 based on RC1

2015-05-09 Thread Benedikt Ritter
Hello, 2015-05-03 17:18 GMT+02:00 Benedikt Ritter brit...@apache.org: Hi, We have fixed quite a few bugs and added some significant enhancements since CLI 1.2 was released and the Groovy Project is asking for a new release, so I would like to release CLI 1.3. The most notable change

Re: [LANG] error in git owner field

2015-05-09 Thread Benedikt Ritter
2015-05-08 18:27 GMT+02:00 sebb seb...@gmail.com: The git owner is shown as owner ARRAY(0x2b87708) https://git-wip-us.apache.org/repos/asf?p=commons-lang.git;a=summary This looks odd. I agree. I'll create a JIRA for this. Thank you! Benedikt

[RESULT][VOTE][LAZY] Release commons-skin-4.1 based on RC1

2015-05-07 Thread Benedikt Ritter
2015-05-03 11:43 GMT+02:00 Benedikt Ritter brit...@apache.org: Hi all, the Commons RDF project has discovered a problem with the Commons Skin when using it with a base url different from commons.apache.org (see COMMONSSITE-82 [1]). To fix this, I'd like to call a vote by lazy consensus

Re: [VOTE] Release Apache Commons CLI 1.3 based on RC1

2015-05-07 Thread Benedikt Ritter
. This is not the thread for discussing a CLI2 of course... ;-) Gary On Sun, May 3, 2015 at 8:18 AM, Benedikt Ritter brit...@apache.org wrote: Hi, We have fixed quite a few bugs and added some significant enhancements since CLI 1.2 was released and the Groovy Project is asking for a new release, so

Re: [VOTE] Release Apache Commons CLI 1.3 based on RC1

2015-05-07 Thread Benedikt Ritter
My +1 for this release. 2015-05-03 17:18 GMT+02:00 Benedikt Ritter brit...@apache.org: Hi, We have fixed quite a few bugs and added some significant enhancements since CLI 1.2 was released and the Groovy Project is asking for a new release, so I would like to release CLI 1.3. The most

[ANNOUNCE] Apache Commons Skin 4.1 has been released

2015-05-07 Thread Benedikt Ritter
Hello, The Apache Commons Team is pleased to announce the release of the Apache Commons Skin 4.1. The Apache Commons Skin is used for building all the Apache Commons component websites. 4.1 is a bugfix release for the previous release, which only contains one fix that was reported by the

Re: [lang] Allocate array of the correct size

2015-05-05 Thread Benedikt Ritter
2015-05-05 14:52 GMT+02:00 Benedikt Ritter brit...@apache.org: Hello Jörg, 2015-05-05 8:30 GMT+02:00 Jörg Schaible joerg.schai...@swisspost.com: Hi Benedikt, brit...@apache.org wrote: Repository: commons-lang Updated Branches: refs/heads/master 8548b12d8 - 60b32953a Allocate

Re: [lang] Allocate array of the correct size

2015-05-05 Thread Benedikt Ritter
: 60b32953a968e5623f82a6b27d6c679bc17c48e5 Parents: 8548b12 Author: Benedikt Ritter brit...@apache.org Authored: Mon May 4 21:26:07 2015 +0200 Committer: Benedikt Ritter brit...@apache.org Committed: Mon May 4 21:26:07 2015 +0200

<    5   6   7   8   9   10   11   12   13   14   >