Re: Download-Link on Website wrong

2019-04-28 Thread Benedikt Ritter
Hello, Am Fr., 26. Apr. 2019 um 13:06 Uhr schrieb Wolff Bock von Wülfingen < wlf...@gmail.com>: > Hey, > > currently your download link in the sidebar is still pointing to sanselan: > https://commons.apache.org/proper/commons-imaging/download_sanselan.cgi > > Pretty sure it's supposed to be: >

Re: Copying methods?

2019-03-04 Thread Benedikt Ritter
Am Mo., 4. März 2019 um 00:48 Uhr schrieb Petko Hupka : > Hi there. > > If I understand correctly your license of your lib I can modify and and > use your product but what if i want only one method and I don't need whole > library. Can I simply copy it in to my project?? > Yes you can copy the

Re: Help with migrating one of OpenJPA classes to commons-collections4

2018-09-25 Thread Benedikt Ritter
Am Di., 25. Sep. 2018 um 15:36 Uhr schrieb Benedikt Ritter < brit...@apache.org>: > Hello Maxim, > Am Mo., 24. Sep. 2018 um 05:32 Uhr schrieb Maxim Solodovnik < > solomax...@gmail.com>: > >> Hello, >> >> could you please create 4.3-SNAPSHOT build? &

Re: Help with migrating one of OpenJPA classes to commons-collections4

2018-09-25 Thread Benedikt Ritter
Hello Maxim, Am Mo., 24. Sep. 2018 um 05:32 Uhr schrieb Maxim Solodovnik < solomax...@gmail.com>: > Hello, > > could you please create 4.3-SNAPSHOT build? > I'll check whether I have permission to publish a SNAPSHOT build to the SNAPSHOT repo. > > And if you have any estimates on 4.3 release,

Re: [DBCP] Link to Examples is broken

2017-10-13 Thread Benedikt Ritter
Hello Greg, > Am 13.10.2017 um 16:42 schrieb Greg Thomas : > > At http://commons.apache.org/proper/commons-dbcp/mail-lists.html there's a > link to "Examples" - normally about the first place I'll visit. > > It's currently broken - anyone know where I should be looking?

Re: [fileupload] API compatibility across versions

2017-09-25 Thread Benedikt Ritter
Hello Christopher, > Am 20.09.2017 um 18:18 schrieb Christopher Schultz > : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I've taken a look back at the "recent" fileupload release > announcements, and I can't seem to see any documentation on

[ANNOUNCE] Apache Commons BCEL 6.1 released!

2017-09-19 Thread Benedikt Ritter
For complete information on Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website: http://commons.apache.org/proper/commons-bcel/ Best regards, Benedikt Ritter on behalf of the Apache Commons community

Re: Release BCEL 6.1?

2017-09-12 Thread Benedikt Ritter
Hello Andreas, > Am 11.09.2017 um 13:57 schrieb Andreas Sewe : > > Hi Benedikt, > >> I’ll have a look on my next cycle. > > is there anything I can do to help? No, not really. There where some discussions on the ML regarding breaking changes. I’m not sure we

Re: Release BCEL 6.1?

2017-08-31 Thread Benedikt Ritter
Hi Stephan, I’ll have a look on my next cycle. Benedikt > Am 30.08.2017 um 23:25 schrieb Stephan Herrmann : > >

Re: Release BCEL 6.1?

2017-08-30 Thread Benedikt Ritter
Hello Andreas, > Am 30.08.2017 um 11:23 schrieb Andreas Sewe : > > Hi Benedikt, > > you wrote: I’ll have a look into this and come back to you. Probably on Sunday since I’ll be on the train then and will have some time. >>> >>> sounds good. Thank you for

Re: Release BCEL 6.1?

2017-08-25 Thread Benedikt Ritter
Hello Andreas, > Am 25.08.2017 um 15:24 schrieb Andreas Sewe : > > Hi, > > would it be possible to release a new version of BCEL? The last release > (6.0) was over a year ago (in July 2016 [1]). > > As a committer to the SpotBugs project (the successor of

Re: [CSV] CSVMutableRecord

2017-08-15 Thread Benedikt Ritter
Hi, I very much like that CSVRecord is unmodifiable. So I’d suggest an API, that creates a new record instead of mutating the existing one: CSVRecord newRecord = myRecord.put(1, „value") I’m not sure about „put“ as a method name since it clashes with java.util.Map#put, which is mutation

[ANNOUNCE] Apache Commons Lang 3.6 released!

2017-06-14 Thread Benedikt Ritter
The Apache Commons community is happy to announce the availability of Apache Commons Lang 3.6. Apache Commons Lang provides helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and

Re: [io] Links to 2.5 release notes point to 2.4 release notes?

2017-06-06 Thread Benedikt Ritter
Hello, > Am 06.06.2017 um 16:30 schrieb Christopher Schultz > : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > On the IO home page[1] it looks like the links for the "release notes" > for both 2.5 and 2.4 versions point to the same document. >

[ALL] Video recordings of Apache Commons presentations at ApacheCON 2017 in Miami

2017-05-21 Thread Benedikt Ritter
Hi, at this year’s ApacheCON we had some nice presentations. I’d like to share the video recordings with you (in order they were held at the event) Apache Commons - State of the Union by myself: https://www.youtube.com/watch?v=dejxS9qkfMc=5=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp

Re: [daemon]

2017-05-19 Thread Benedikt Ritter
Hello Vadym, > Am 18.05.2017 um 17:50 schrieb Vadym Slavov : > > Hello, > > I have a question regarding jsvc daemon: > > I have installed successfully the server apache-tomcat-9.0.0.M11 on my «macOS > Sierra» and It works, I can start and stop it. > I also installed

[ANNOUNCE] Apache Commons Modeler has been moved to dormant

2017-03-25 Thread Benedikt Ritter
Hi, since no development has happened for a long while, the Apache Commons Modeler component has been moved to dormant. No further development is expected. The SVN location has changed from: https://svn.apache.org/repos/asf/commons/proper/modeler

Re: [cli] Cannot combine Option with multiple Values with arguments using Apache Commons CLI V1.2

2017-03-15 Thread Benedikt Ritter
Hello Adalbert, > Am 14.03.2017 um 15:36 schrieb adalbert.perba...@infineon.com: > > Hi there, > > I'm trying to implement a command line parser using Apache Commons CLI v. 1.2 > (unfortunately I am forced to use that version). The syntax to be accepted is > quite simple: > > MyProg [ -x

[ANNOUNCE] Apache Commons CLI 1.4 has been released

2017-03-14 Thread Benedikt Ritter
for improvement, see the Apache Commons CLI website: http://commons.apache.org/proper/commons-cli/ Best regards, Benedikt Ritter on behalf of the Apache Commons community

[ANNOUNCE] Apache Commons Configuration 2.1.1 released!

2017-02-09 Thread Benedikt Ritter
The Apache Commons team is happy to announce the release of Commons Configuration 2.1.1! The Commons Configuration software library provides a generic configuration interface which enables a Java application to read configuration data from a variety of sources. Commons Configuration provides

[ANNOUNCE] Apache Commons Lang 3.5 Released!

2016-10-19 Thread Benedikt Ritter
The Apache Commons community is happy to announce the availability of Apache Commons Lang 3.5. Apache Commons Lang provides helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System

[ANNOUNCE] Apache Commons EL moved to dormant

2016-10-02 Thread Benedikt Ritter
/proper/commons-el/ to: http://commons.apache.org/dormant/commons-el/ Regards, Benedikt Ritter, on behalf of the Apache Commons community

Re: [cli] optional args not working as expected

2016-09-07 Thread Benedikt Ritter
e.org/jira/browse/CLI-265 > > joined it and linked this thread. > > Thanks > Veit > > Am 06.09.2016 um 19:56 schrieb Benedikt Ritter: > > Hello Veit, > > > > it looks to me, like this is a bug in 1.3.1 Could you please file a bug > in > > our Is

Re: [cli] optional args not working as expected

2016-09-06 Thread Benedikt Ritter
Hello Veit, it looks to me, like this is a bug in 1.3.1 Could you please file a bug in our Issue tracker [1] and provide your code sample there? Thank you! Benedikt [1] https://issues.apache.org/jira/browse/CLI Veit Guna schrieb am Di., 6. Sep. 2016 um 10:09 Uhr: > Hi. > >

Re: Commons CLI - possible faulty build

2016-08-18 Thread Benedikt Ritter
Hello Thomas, Benedikt Ritter <brit...@apache.org> schrieb am Do., 18. Aug. 2016 um 12:09 Uhr: > Hello Thomas, > > Thomas Brand <t...@trellis.ch> schrieb am Fr., 5. Aug. 2016 um 13:50 Uhr: > >> Hi, >> >> i was looking for a tool to parse command li

Re: Commons CLI - possible faulty build

2016-08-18 Thread Benedikt Ritter
Hello Thomas, Thomas Brand schrieb am Fr., 5. Aug. 2016 um 13:50 Uhr: > Hi, > > i was looking for a tool to parse command line arguments in Java and came > to Apache Commons CLI. > > I noticed that using the binary package (commons-cli-1.3.1.jar) from > >

Re: [dbutils] Confusion about the release process

2016-08-16 Thread Benedikt Ritter
Matt Sicker schrieb am Di., 16. Aug. 2016 um 20:51 Uhr: > Is dbutils in git yet? > No, but we can easily migrate it. > > On 16 August 2016 at 13:46, William Speirs wrote: > > > I was, but am no longer, working on DBUTILS 2.0. There are a LOT of > changes

[ANNOUNCE] Apache Commons BCEL 6.0 released!

2016-07-15 Thread Benedikt Ritter
.cgi Alternatively the release can be pulled via maven: org.apache.bcel bcel 6.0 For information about how to use Apache Commons BCEL, report bugs or contribute to the project, please visit the website: http://commons.apache.org/bcel Thank you! Benedikt Ritter, on behalf of the Apache Com

ApacheCon EU 2016

2016-07-12 Thread Benedikt Ritter
Dear Apache Enthusiast, As you are no doubt already aware, we will be holding ApacheCon in Seville, Spain, the week of November 14th, 2016. The call for papers (CFP) for this event is now open, and will remain open until September 9th. The event is divided into two parts, each with its own CFP.

[ANNOUNCE] Apache Commons Primitives moved to dormant

2016-07-02 Thread Benedikt Ritter
Hello, the Apache Commons community has decided to move the Apache Commons Primitives component to dormant. Apache Commons Primitives provides a library of collections and utilities specially designed for use with primitive types. There has been decreasing interest in the component over the past

Re: [fileupload] accessing the base64 encoded file

2016-06-24 Thread Benedikt Ritter
Hello Massimo Massimo Redaelli schrieb am Do., 23. Juni 2016 um 18:16 Uhr: > Hello! > > I'm using fileupload for a page that sits in between the actual server > receiving the call and the browser. > So what I'm doing at the moment is: > - Parsing the request with

Re: Deadlock in PropertyUtilsBean

2016-06-17 Thread Benedikt Ritter
Hello Elias, Elias K schrieb am Do., 16. Juni 2016 um 18:56 Uhr: > Hi > > I'm investigating why my application keeps crashing. Last time I was able > to take a thread dump and found a possible deadlock in PropertyUtilsBean. > > "http-apr-8080-exec-197" #7560 daemon

Re: [daemon] [windows] JVM exit codes in jvm mode

2016-06-17 Thread Benedikt Ritter
Hello Thomas, I can't help you right away, but maybe Mark Thomas (in cc) can help since AFAIK Tomcat uses daemon as well. Regards, Benedikt Thomas Kappler schrieb am Di., 14. Juni 2016 um 21:37 Uhr: > Hi! > > We run a Java application with procrun on Windows Server 2012.

Re: Creating EXIF tags (TiffOutputField) the right way

2016-06-02 Thread Benedikt Ritter
nedikt [1] http://commons.apache.org/proper/commons-imaging/index.html [2] http://commons.apache.org/proper/commons-imaging/sampleusage.html [3] http://svn.apache.org/repos/asf/commons/proper/imaging/trunk [4] http://issues.apache.org/jira/browse/IMAGING [5] http://commons.apache.org/patches.html &

Re: Creating EXIF tags (TiffOutputField) the right way

2016-06-01 Thread Benedikt Ritter
ent, unicodeMarker.length, > comment.length); > > > > TiffOutputField exif_comment = new > TiffOutputField(TiffConstants.EXIF_TAG_USER_COMMENT, > > TiffFieldTypeConstants.FIELD_TYPE_UNDEFINED, > bytesComment.length, bytesComment); > > > > > > I can now write UserCo

Re: Creating EXIF tags (TiffOutputField) the right way

2016-05-31 Thread Benedikt Ritter
ed links indicate to me, that it is possible to write non ASCII characters. Are you sure your code looks like what Damjan suggested? Benedikt > > > > Joakim > > > > On 22 May 2016 at 15:29, Benedikt Ritter <brit...@apache.org> wrote: > > > Hello Joakim >

[ANNOUNCE] Apache Commons FileUpload 1.3.2 released!

2016-05-27 Thread Benedikt Ritter
, patches, or suggestions for improvement, see the Apache Commons FileUpload website: http://commons.apache.org/proper/commons-fileupload/ Have fun! Benedikt Ritter, on behalf of the Apache Commons Community

Re: Creating EXIF tags (TiffOutputField) the right way

2016-05-22 Thread Benedikt Ritter
Hello Joakim Joakim Knudsen schrieb am Sa., 21. Mai 2016 um 19:29 Uhr: > Hi List! > > I'm working on an Android app, where I want to read and write "EXIF tags" > to JPEG files on the device. Sanselan 0.97 seems to work perfectly, > although it's a bit complicated to work

[ANNOUNCE] Apache Commons git repositories now writable for all ASF committers

2016-05-21 Thread Benedikt Ritter
Hello, a while back, the Apache Commons project decided to grant write access to all ASF committers [1]. While setting this up for our SVN repositories was easy, we had some problems to grant the necessary karma to all ASF committers for our git repositories. This problem has now been fixed [2].

Re: [dbutils] Would it be possible to have parameters passed to QueryRunner as an Iterable?

2016-05-19 Thread Benedikt Ritter
Hello Robert, Robert Huffman schrieb am Mi., 18. Mai 2016 um 19:00 Uhr: > If a prepared statement is built dynamically, with a variable number of > parameters, and parameters are collected in a Collection of some sort > instead of an array, usage QueryRunner requires

Re: [ANNOUNCE] Apache Commons Crypto component established

2016-05-19 Thread Benedikt Ritter
not tell. Just give it a try an let us know if you encounter any issues. Benedikt > > Thanks for the help. > ____ > From: Benedikt Ritter <brit...@apache.org> > Sent: Monday, May 9, 2016 3:53:33 PM > To: annou...@apache.org; Comm

[ANNOUNCE] Apache Commons Crypto component established

2016-05-09 Thread Benedikt Ritter
git repository: https://git-wip-us.apache.org/repos/asf/commons-crypto.git Have fun! Benedikt Ritter, on behalf of the Apache Commons Community

[ANNOUNCE] Apache Commons CSV 1.3 released

2016-05-09 Thread Benedikt Ritter
CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Validator website: http://commons.apache.org/proper/commons-csv/ Have fun! Benedikt Ritter, on behalf of the Apache Commons Community

Re: [SCXML] Next states

2016-05-02 Thread Benedikt Ritter
Hello Mansour, Mansour Al Akeel schrieb am Mo., 2. Mai 2016 um 02:19 Uhr: > Is there a way to get the next valid states or transitions ? > I am working with AbstractStateMachine > I think Woosan and Ate are the ones who have worked mostly on SCXML. Maybe they can

Re: [dbutils] Issue when using more than 1 parameter in query

2015-11-18 Thread Benedikt Ritter
t > only an exception is thrown. So what could be an issue in getting > metadata. > I'm not sure I can follow. Do you think there is a problem in dbutils? Benedikt > > > > On Tue, Nov 17, 2015 at 12:35 PM, Benedikt Ritter <brit...@apache.org> > wrote: > > > He

Re: [configuration] is common-configuration affected by COLLECTIONS-580

2015-11-17 Thread Benedikt Ritter
Hello Joel, 2015-11-17 18:01 GMT+01:00 Joël Traber : > Hi guys, > > I am running an application working with commons-configuration version 1.6 > I just noticed a bug in commons-collection.( >

Re: [dbutils] Issue when using more than 1 parameter in query

2015-11-16 Thread Benedikt Ritter
Hello Amol, 2015-11-10 21:03 GMT+01:00 Amol Kulkarni : > Hi, > > I am getting a ORA-00942: table or view does not exist when I query using > dbutils api with 2 parameters. My enviroment si WAS 8.5.5 and oracle db 11g > > I am using dbutils1.6 to make db calls. The problem

Re: Commons Lang substitution

2015-11-16 Thread Benedikt Ritter
Hello, 2015-11-14 22:25 GMT+01:00 Anthony Brice : > I could be wrong, but I do believe StrSubstitor requires a prefix and > suffix. I don't think the class will replace variables that aren't in the > map either, unless you write a custom StrLookup that returns an

Re: [dbutils] Issue when using more than 1 parameter in query

2015-11-16 Thread Benedikt Ritter
gt; from sql plus it works. The problem occurs only through dbutils. > > On Tue, Nov 17, 2015 at 12:33 AM, Benedikt Ritter <brit...@apache.org> > wrote: > > > Hello Amol, > > > > 2015-11-10 21:03 GMT+01:00 Amol Kulkarni <amolkul...@gmail.com>: > > > &

Re: [Imaging] 1.0 Release Date?

2015-10-29 Thread Benedikt Ritter
Hi, the main problem blocking a release ATM is the massive amount of findbugs and PMD violations. Lot's of them probably require breaking changes to the API, that's why we currently don't want to release it in the current state. I've come to the conclusion that this may not be the best way to

Re: [cli] Commons CLI silently removes numbers from arguments

2015-10-16 Thread Benedikt Ritter
Hello Janus, thank you for your report and the example repository. Feel free to create a new JIRA ticket for the CLI component [1]. If you like, you can even provide a fix either as a svn diff file for the CLI svn repository [2] or as pull request for our github mirror [3]. Don't forget to add

Re: [beanutils2]

2015-10-07 Thread Benedikt Ritter
road map with me? Or, is it online somewhere? > Anything I can do to help? > > -Matt > > On Sat, Sep 26, 2015 at 6:31 PM, Matthew Mann <mattmann...@gmail.com> > wrote: > > > Cool! Is the road map online somewhere? > > > > On Wed, Sep 23, 2015 at 9

Re: [beanutils2]

2015-09-23 Thread Benedikt Ritter
2015-09-19 22:17 GMT+02:00 Matthew Mann : > When will beanutils2 be released? > There are now plans/release road map. The plan more features so that it is a real substitute to BeanUtils1. Regards, Benedikt -- http://people.apache.org/~britter/

Re: [beanutils2]

2015-09-23 Thread Benedikt Ritter
Woops, hit send to early... 2015-09-23 15:16 GMT+02:00 Benedikt Ritter <brit...@apache.org>: > > > 2015-09-19 22:17 GMT+02:00 Matthew Mann <mattmann...@gmail.com>: > >> When will beanutils2 be released? >> > > There are now plans/release road map. The

Re: is BCEL the tool for me?

2015-06-24 Thread Benedikt Ritter
Hello Li Li 2015-06-24 11:21 GMT+02:00 Li Li fancye...@gmail.com: Hi all, I have a jar file and without the source code, I want to replace a package and all classes of this package with my own. e.g. There is a package com.abc.tool com.abc.tool.A.class

Re: Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-24 Thread Benedikt Ritter
Hello Kiran, 2015-06-24 1:22 GMT+02:00 Kiran Badi ki...@poonam.org: Hi All, I was using Apache FileUpload 1.2 for my classic web app based on jsp/servlets and now I have integrated Struts 2.3.20 with this application. For some reason after adding S2 with my classic app, its breaking file

Re: is BCEL the tool for me?

2015-06-24 Thread Benedikt Ritter
code also uses the shared library and it depends on it's current behavior? You could introduce unforeseeable side effects. Doesn't the library you're using provide extension points you can use to add the desired functionality in a save way? Benedikt On Wed, Jun 24, 2015 at 5:37 PM, Benedikt

Re: [math] noob; performance metrics?

2015-06-24 Thread Benedikt Ritter
Hello Luc, 2015-06-23 22:50 GMT+02:00 Luc Maisonobe l...@spaceroots.org: Hi Mike, Le 23/06/2015 21:17, mike shugar a écrit : To amplify and extend the question - would also like to know the same info where bigdecimal is involved. I really don't know. We don't reall use BigDecimal in

Re: [beanutils] Getting issue with Bean Utils v1.9.2.

2015-06-23 Thread Benedikt Ritter
Hello Ramesh, can you please file a bug at https://issues.apache.org/jira/browse/BEANUTILS ? Would be good if you could provide a JUnit test reproducing the issue that works with 1.6 but fails with 1.9.2. Thank you! Benedikt 2015-06-23 14:38 GMT+02:00 Gopi Ramesh gopi_ram...@hotmail.com: Hi,

[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

Re: [commons-httpclient] Continuously getting 401 response when using commons-httpclient

2015-05-13 Thread Benedikt Ritter
Hello Mahendran, 2015-05-12 17:18 GMT+02:00 Mahendran Pirinthapan mpirintha...@gmail.com: Hi all, We are using apache commons-httpclient-3.1.0 in our project to send Rest call requests to Jenkins server, which is deployed in our environment. We have the following code to set the credentials

[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: [validator] DomainValidator instance thread-safe?

2015-05-01 Thread Benedikt Ritter
Hello Cyrill, 2015-05-01 17:44 GMT+02:00 Cyril coder...@gmail.com: Hello, I am interested by using a few validator routines such as the DomainValidator (package org.apache.commons.validator.routines). However, looking at the javadoc, I cannot find information about thread-safety in the

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 r...@llgc.org.uk: 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

Re: [imaging] Images gain size.

2015-04-27 Thread Benedikt Ritter
[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 test together to reproduce this. br, Benedikt

[ANNOUNCE] Apache Commons Lang 3.4 released!

2015-04-07 Thread Benedikt Ritter
, including instructions on how to submit bug reports, patches, 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

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 *

[ANNOUNCEMENT] Apache Commons Validator 1.4.1 released!

2015-01-14 Thread Benedikt Ritter
, or suggestions for improvement, see the Apache Commons Validator website: http://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

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 garydgreg...@gmail.com: We need a Commons Committer or PMC member to step to up to volunteer to

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

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 brit...@apache.org: Hello David, the problem you're encountering is a problem with scopes. A variable

[ANNOUNCE] Apache Commons CSV 1.0 released!

2014-08-15 Thread Benedikt Ritter
For complete information on Commons CSV, including instructions on how to 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

Re: Rule profiles for community projects on nemo

2014-08-07 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

[ANNOUNCE] Apache Commons DbUtils 1.6 released!

2014-07-20 Thread Benedikt Ritter
information on Commons DbUtils, including instructions 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

[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

Re: StringEscapeUtils.escapeXml XX

2014-05-07 Thread Benedikt Ritter
MVC in Tomcat 7. On Tue, May 6, 2014 at 4:29 AM, Benedikt Ritter brit...@apache.org wrote: Hello Akash, 2014-05-05 22:16 GMT+02:00 Akash Jain akash.delh...@gmail.com: Hello Benedikt, Basically I am using it as XSS prevention mechanism. So I want to use is it safe enough

Re: StringEscapeUtils.escapeXml XX

2014-05-06 Thread Benedikt Ritter
inclined to use ESAPI as XSS protection mechanism, hence I am using escapeXml On Mon, May 5, 2014 at 10:54 AM, Benedikt Ritter brit...@apache.org wrote: Hello Akash, escapeXml will just escape the basic XML entities. For example: bread butter = quot;breadquot; amp; quot;butterquot

Re: [CSV] Wish: format-specific date generation

2014-04-25 Thread Benedikt Ritter
Agreed, feel free to raise an improvement ticket. 2014-04-22 14:24 GMT+02:00 Gary Gregory garydgreg...@gmail.com: For 1.0 at least, we do not plan on doing any type conversion. Later, perhaps, but the current thought is to leave type conversion to other components. Gary On Tue, Apr 22,

[ANNOUNCE] Apache Commons Lang 3.3.2 released!

2014-04-09 Thread Benedikt Ritter
/changes-report.html For complete information on Commons Lang, including instructions on how to submit bug reports, patches, 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

[ANNOUNCE] Apache Commons Lang 3.3.1 released!

2014-03-19 Thread Benedikt Ritter
://commons.apache.org/proper/commons-lang/changes-report.html For complete information on Commons Lang, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Lang website: http://commons.apache.org/proper/commons-lang/ Benedikt Ritter, on behalf

[ANNOUNCE] Commons Betwixt has been moved to dormant

2014-03-16 Thread Benedikt Ritter
/dormant/betwixt Synchronization of the git mirror (git://git.apache.org/commons-betwixt.git) has been deactivated. The website has moved from: http://commons.apache.org/proper/commons-betwixt/ to: http://commons.apache.org/dormant/commons-betwixt/ Regards, Benedikt Ritter, on behalf

[ANNOUNCE] Apache Commons Lang 3.3 released!

2014-03-05 Thread Benedikt Ritter
/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

[ANNOUNCE] Commons Attributes has been moved to dormant

2014-02-28 Thread Benedikt Ritter
/commons/dormant/attributes Synchronization of the git mirror (git:// git.apache.org/commons-attributes.git) has been deactivated. The website has moved from: http://commons.apache.org/proper/commons-attributes/ to: http://commons.apache.org/dormant/commons-attributes/ Regards, Benedikt Ritter

Re: [beanutils] How can reset all the properties value?

2014-01-23 Thread Benedikt Ritter
2014/1/23 Eric Chow eric...@gmail.com Hello, Is it possible to reset all the properties to the new instance default value? What do you mean by default values? The values that get assigned during construction of the object? You could use: MyBean beanToReset = ...;

[ANNOUNCEMENT] Apache Commons Lang 3.2.1 released

2014-01-09 Thread Benedikt Ritter
: http://commons.apache.org/proper/commons-lang/changes-report.html For complete information on Commons Lang, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Lang website: http://commons.apache.org/proper/commons-lang/ Benedikt

Re: mod_authnz_ldap question

2013-10-28 Thread Benedikt Ritter
Hi Andrea, sorry but I think this is the wrong mailing list :-) Please subscribe to the HTTP Server Mailing list [1] and ask your question there. You will get more responses ;-) Regards, Benedikt [1] http://httpd.apache.org/lists.html#http-users 2013/10/28 Laack,Andrea P ala...@sw.org I

Re: BCEL 6 release?

2013-10-26 Thread Benedikt Ritter
/javadocs/api-5.2/ I hope to get the link working on the site soon. HTH Benedikt 2013/10/24 Benedikt Ritter benerit...@gmail.com Adding the JavaDoc from 5.2 to the site like in [lang] should be possibile. I'll have a look ok friday. Benedikt Send from my mobile device Am 24.10.2013 um 00:10

Re: [beanutils] BeanUtilsBean.getInstance() pseudo-singleton implications in a Java 7 parallel class loading environment

2013-10-25 Thread Benedikt Ritter
Hello Matt, about the mailing lists: the separation is a bit fuzzy :-) The user list usually is concerned about problems and question around using components while we discuss the development of the components on the dev list. What you have described is on the one hand a problem while using

Re: BCEL 6 release?

2013-10-23 Thread Benedikt Ritter
Hello Russell, there is currently very low activity in BCEL. The reason that the API documentation refers to the SNAPSHOT is, that we don't maintain the website by hand. It is generated and deployed by maven. So if anybody decides to update other parts of the website (like the user guide for

Re: BCEL 6 release?

2013-10-23 Thread Benedikt Ritter
, Benedikt Ritter brit...@apache.org wrote: Hello Russell, there is currently very low activity in BCEL. The reason that the API documentation refers to the SNAPSHOT is, that we don't maintain the website by hand. It is generated and deployed by maven. So if anybody decides to update other

Re: BCEL 6 release?

2013-10-23 Thread Benedikt Ritter
, Benedikt Ritter brit...@apache.org wrote: Hello Russell, no the whole site of on component is published at once. I cannot decide to just publish the JavaDoc for example. If I want to go back to the JavaDoc of BCEL 5.1 I would have to checkout the release tag and publish that. Hope

Re: Chain Configuration

2013-10-13 Thread Benedikt Ritter
:48:37 +0530 Benedikt Ritter lt;brit...@apache.orggt; wrote Hi Jagan, sorry I don't understand what you mean by retained CatalogFactory instance in our backend code. Can you explain? Benedikt 2013/10/12 Jagan Ranganathan lt;ja...@zohocorp.comgt; gt; Hi, gt; gt; Thanks for your

Re: Chain Configuration

2013-10-12 Thread Benedikt Ritter
Hi Jagan, sorry I don't understand what you mean by retained CatalogFactory instance in our backend code. Can you explain? Benedikt 2013/10/12 Jagan Ranganathan ja...@zohocorp.com Hi, Thanks for your response. We retained CatalogFactory instance in our backend code where we parsed the

Re: Chain Configuration

2013-10-11 Thread Benedikt Ritter
Hi Jagan, as far as I know, no there isn't... We know this is a flaw in chain and we intended to fix it for chain2 (which is in the current trunk of chain). But currently there is nobody who really has the time make chain2 ready for a release. Simone Tripodi was working on it and he intended to

Re: [imaging] Success!

2013-08-08 Thread Benedikt Ritter
Hello Thad, thanks for your feedback. It is currently very quite around commons-imaging. But Maybe you can bring some life back to that component ;-) Benedikt 2013/8/7 Thad Humphries thad.humphr...@gmail.com First, thanks for your great work. I downloaded the 1.0-SNAPSHOT JAR and I also

Re: [imaging] Latest Download Links Are not working

2013-08-07 Thread Benedikt Ritter
The latest SNAPSHOT build is available via the snapshot repo: https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-imaging/ I'll try to get some time tonight to update the site. Sorry for the inconvenience. Benedikt 2013/8/7 Thad Humphries thad.humphr...@gmail.com

Re: [imaging] Latest Download Links Are not working

2013-08-07 Thread Benedikt Ritter
2013/8/7 Thad Humphries thad.humphr...@gmail.com On Wed, Aug 7, 2013 at 2:53 AM, Benedikt Ritter brit...@apache.org wrote: The latest SNAPSHOT build is available via the snapshot repo: https://repository.apache.org/content/groups/snapshots/org/apache/commons/commons-imaging/ I'll try

Re: [imaging] Latest Download Links Are not working

2013-08-07 Thread Benedikt Ritter
2013/8/7 Benedikt Ritter brit...@apache.org 2013/8/7 Thad Humphries thad.humphr...@gmail.com On Wed, Aug 7, 2013 at 2:53 AM, Benedikt Ritter brit...@apache.org wrote: The latest SNAPSHOT build is available via the snapshot repo: https://repository.apache.org/content/groups

Re: [csv] streaming proposal

2013-07-29 Thread Benedikt Ritter
Hi Adam, proposals for new functionality are better discussed on the dev ML. Can you please repost your message there? TIA! Benedikt 2013/7/29 Adam Foxman a...@thefoxmans.net Hi all, Have you considered building a stream-based version of CSVPrinter's printRecords(ResultSet ...)?

Re: [proxy] Remove Remoting Providers in 2.x...

2013-07-29 Thread Benedikt Ritter
Hi James, I guess this was supposed to go to the dev ML? Benedikt 2013/7/28 James Carman jcar...@savoirtech.com All, I would doubt the remoting providers are really used by anyone, but we should probably ask before removing them. We currently support the following remoting protocols:

  1   2   >