[LANG] Feature request: Custom word boundary separators for WordUtils.wrap

2014-07-08 Thread Benedikt Ritter
Hello Andrew, we use jira for tracking new ideas / feature requests [1]. Chances that this will be implemented are even higher if you provide a patch with acompanying unit tests ;-) Currently I'm not sure whether this really belongs to lang. WordUtils is supposed as a utility for simple use cases

[ANNOUNCE] Apache Commons DbUtils 1.6 released!

2014-07-20 Thread Benedikt Ritter
on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons DbUtils website: http://commons.apache.org/proper/commons-dbutils/ Benedikt Ritter, on behalf of the Apache Commons community -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http

Re: Rule profiles for community projects on nemo

2014-08-06 Thread Benedikt Ritter
Why is this being discussed on the user list? :o) I don't like the style because every IDE I have worked with is configured with the Sun code style by default. So you always have to change the default settings. But in the end I say: give me a proper eclipse formatter and I'll use what ever convent

[ANNOUNCE] Apache Commons CSV 1.0 released!

2014-08-14 Thread Benedikt Ritter
submit bug reports, patches, or suggestions for improvement, see the Apache Commons CSV website: http://commons.apache.org/proper/commons-csv/ Benedikt Ritter, on behalf of the Apache Commons community -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com

Re: [math] JDBC output to generate statistical results.

2014-08-26 Thread Benedikt Ritter
Hello David, the problem you're encountering is a problem with scopes. A variable is only available in the scope it was defined. In you're code the variable values is defined within the scope of the while loop. This means, that the variable is only defined between the curly brackets of the while l

Re: [math] JDBC output to generate statistical results.

2014-08-26 Thread Benedikt Ritter
> In you're code the variable values is defined within the scope of the while loop. D'oh worst of typos... should be "in your code" of corse ;-) 2014-08-26 15:13 GMT+02:00 Benedikt Ritter : > Hello David, > > the problem you're encountering is a prob

Re: [beanutils] recursive populate does not instantiate nested properties from Map to my bean

2014-12-16 Thread Benedikt Ritter
2014-12-15 13:12 GMT+01:00 Alfonso Mateos : > > Hi guys, > > I can execute the following code: > > I've got the following bean: > > RecruitingPersonDto rPersonDto = new RecruitingPersonDto(); > > rPersonDto.setProcessInstanceId("pid-000-1"); > > TgssPersonDtoAudited tgssPers

Re: Commons Validator 1.4.1

2014-12-26 Thread Benedikt Ritter
Hello Pier-Luc, I've just started a vote for Validator 1.4.1. If the vote is successful, the release will be available before the end of the year. Benedikt 2014-12-24 6:50 GMT+01:00 Gary Gregory : > > We need a Commons Committer or PMC member to step to up to volunteer to > manage the release pr

[ANNOUNCEMENT] Apache Commons Validator 1.4.1 released!

2015-01-14 Thread Benedikt Ritter
://commons.apache.org/proper/commons-validator/ 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/britter

Re: [dbcp] SQLException: Error preloading the connection pool after upgrade to commons-dbcp2

2015-01-27 Thread Benedikt Ritter
Hello Sergio, 2015-01-27 13:56 GMT+01:00 Cuenca, Sergio < sergio.cue...@external.grifols.com>: > TITLE: SQLException: Error preloading the connection pool after upgrade to > commons-dbcp2 > ENVIRONTMENT: > > * Windows XP > * Junit 4.11 > * Java 1.7 > * Spring 4.0 > * maven-com

Re: [vfs] announcing an Azure Blob Storage Provider

2015-03-26 Thread Benedikt Ritter
We could add a section with 3rd party providers to our website... 2015-03-24 22:30 GMT+01:00 Gary Gregory : > Cool! I would put the license file in the root though, if you do want to > license the whole project. > > G > > On Tue, Mar 24, 2015 at 1:49 PM, Kervin Pierre wrote: > > > Hi, > > > > I'

[ANNOUNCE] Apache Commons Lang 3.4 released!

2015-04-06 Thread Benedikt Ritter
s, or suggestions for improvement, see the Apache Commons Lang website: http://commons.apache.org/proper/commons-lang/ 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/britter

Re: [sanselan] Writing TIFF back to a file

2015-04-27 Thread Benedikt Ritter
Hello Remi, based on your second question I assume you have managed to resolve this problem yourself? br, Benedikt 2015-04-22 17:32 GMT+02:00 Remi Malessa : > Hi there, > > I am starting my work with Sanselan. I am trying to remove a Tag from a > TIFF file. > I managed to find the Tag and prob

Re: [imaging] Images gain size.

2015-04-27 Thread Benedikt Ritter
Hello Remi, 2015-04-27 10:44 GMT+02:00 Remi Malessa : > Hi, > > I work with scanned Tiff images. Because of the type of scanner used, > there is a tag I need to remove. > I tried to accomplish this with Commons Imaging libraries. > > The problem is, the images gain significantly in size, after th

Re: [imaging] Images gain size.

2015-04-27 Thread Benedikt Ritter
kt [1] http://issues.apache.org/jira/browse/IMAGING > > Cheers > Remi > > On 27/04/15 11:53, Benedikt Ritter wrote: > >> I'll need some time to look into this. I'll try to put a minimal te

<    1   2