[EMAIL PROTECTED]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2008-01-17 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

Re: [pool] trunk?

2008-01-17 Thread Phil Steitz
On Jan 16, 2008 11:18 PM, Henri Yandell <[EMAIL PROTECTED]> wrote: > Is development back on trunk yet? > > Having it off on a branch worries me :) > We need to make a decision on the 1.3/1.4-incompatible changes that are currently in trunk, which should probably iteself have been branched as 2.0.

Re: [configuration] DatabaseConfiguration - should it escape SQL?

2008-01-17 Thread Oliver Heger
Henri Yandell schrieb: Should the DatabaseConfiguration class be responsible for protecting against SQL Injection, or should we make sure the javadoc states that it offers no protection and leave that up to the user? Hen Adding a note about this topic to the documentation would certainly do

RE: [VOTE] Release Commons IO 1.4 based on RC3

2008-01-17 Thread Gary Gregory
> From: sebb [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 17, 2008 11:46 AM > To: Jakarta Commons Developers List > Subject: Re: [VOTE] Release Commons IO 1.4 based on RC3 > > On 17/01/2008, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > On 1/16/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: >

Re: [VOTE] Release Commons IO 1.4 based on RC3

2008-01-17 Thread sebb
On 17/01/2008, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 1/16/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > > > [X] +1 I support this release > > [ ] +0 I am OK with this release > > [ ] -0 OK, but > > [ ] -1 I do not support this release > > > +1 Sigs all OK, src archive

Re: [VOTE] Release Commons IO 1.4 based on RC3

2008-01-17 Thread Rahul Akolkar
On 1/16/08, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > [X] +1 I support this release > [ ] +0 I am OK with this release > [ ] -0 OK, but > [ ] -1 I do not support this release > -Rahul - To unsubscribe, e-mail:

RE: svn commit: r612746 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2008-01-17 Thread Gary Gregory
> From: sebb [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 17, 2008 4:15 AM > To: dev@commons.apache.org > Subject: Re: svn commit: r612746 - > /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscape > Utils.java > > On 17/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Re: [VOTE] Release Commons IO 1.4 based on RC3

2008-01-17 Thread sebb
On 17/01/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Jan 17, 2008 4:09 PM, sebb <[EMAIL PROTECTED]> wrote: > > On 17/01/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > The changes since RC2 are: > > > > > > - Separate out tests requiring JDK 1.4 and change ant build to run > > > t

Re: Support for OSGi

2008-01-17 Thread Niall Pemberton
On Dec 28, 2007 2:39 PM, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > Two things: > > - if the bundle plugin could be released, it'd be great, if not > projects won't be able to make a release > > - my approach to add an osgified manifest to the current project is > different in order not to change

Re: [VOTE] Release Commons IO 1.4 based on RC3

2008-01-17 Thread Niall Pemberton
On Jan 17, 2008 4:32 PM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Jan 17, 2008 4:09 PM, sebb <[EMAIL PROTECTED]> wrote: > > On 17/01/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > The changes since RC2 are: > > > > > > - Separate out tests requiring JDK 1.4 and change ant build to r

Re: [VOTE] Release Commons IO 1.4 based on RC3

2008-01-17 Thread Niall Pemberton
On Jan 17, 2008 4:09 PM, sebb <[EMAIL PROTECTED]> wrote: > On 17/01/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > The changes since RC2 are: > > > > - Separate out tests requiring JDK 1.4 and change ant build to run > > tests depending on JDK version > > There's a problem with the Ant tests

Re: [VOTE] Release Commons IO 1.4 based on RC3

2008-01-17 Thread sebb
On 17/01/2008, Niall Pemberton <[EMAIL PROTECTED]> wrote: > The changes since RC2 are: > > - Separate out tests requiring JDK 1.4 and change ant build to run > tests depending on JDK version There's a problem with the Ant tests - Maven2 runs 470 tests, whereas Ant only runs 461, so 9 tests are mi

[VFS] Committer Privileges

2008-01-17 Thread Mark Fortner
Hi Henri, I saw your posts earlier about the bugs you've found. Are you using FindBugs to locate these? Mario mentioned that he was going to be tied up for a while. Are there other committers to the project that would be able to fix these bugs? Do you have class and line numbers or patches to a

[EMAIL PROTECTED]: Module commons-jelly success, but with warnings.

2008-01-17 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Module commons-jelly contains errors. The current state of this module is 'Success'. Ful

Re: svn commit: r612746 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java [NC]

2008-01-17 Thread sebb
I did consider that, but the values of all the fields are known at compile time, and so the compiler can construct a fixed string - and I think that's what it does. But to be sure, one could do what you suggest ... On 17/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Just a minor point:

Re: svn commit: r612746 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java [NC]

2008-01-17 Thread julien . ayme
Just a minor point: Wouldn't it be better to have a static final field CSV_QUOTE_QUOTE = CSV_QUOTE_STR + CSV_QUOTE_STR Considering performances issues, since the String would be constructed (and garbage collected) each time the method is called, Julien On 17/01/2008, [EMAIL PROTECTED] <[EMAIL

Re: svn commit: r612746 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2008-01-17 Thread sebb
On 17/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: ggregory > Date: Wed Jan 16 23:54:21 2008 > New Revision: 612746 > > URL: http://svn.apache.org/viewvc?rev=612746&view=rev > Log: > Remove dependency on Java 1.4.2. Stick with Java 1.3.1. > > Modified: > > commons/proper/lang

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi -- See [

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi -- || je

Re: [Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Niall Pemberton
On Jan 17, 2008 9:16 AM, Simon Kitching <[EMAIL PROTECTED]> wrote: > Apache Wiki <[EMAIL PROTECTED]> schrieb: > > set up. Therefore adding OSGi attributes to commons-logging is not > > useful, as commons-logging > > is not usable in an OSGi environment. > > > > + ''niallp: Can't be? But w

[Commons Wiki] Update of "Logging" by NiallPemberton

2008-01-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/Logging -- * [:/1.1

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi -- servl

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi -- servl

RE: [Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Jörg Schaible
Simon Kitching wrote: > Apache Wiki <[EMAIL PROTECTED]> schrieb: >> set up. Therefore adding OSGi attributes to > commons-logging is not useful, as commons-logging >> is not usable in an OSGi environment. >> >> + ''niallp: Can't be? But what if it is, logging is used by > many so I would

Re: [Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Simon Kitching
Apache Wiki <[EMAIL PROTECTED]> schrieb: > set up. Therefore adding OSGi attributes to commons-logging is not useful, > as commons-logging > is not usable in an OSGi environment. > > + ''niallp: Can't be? But what if it is, logging is used by many so I would > be surprised if its not.

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-01-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi -- set u