Re: [JEXL] svn commit: r595987 - /commons/proper/jexl/trunk/pom.xml

2007-11-26 Thread Rahul Akolkar
On 11/20/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On Nov 18, 2007 6:56 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > On 11/18/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > On Nov 17, 2007 9:39 PM, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > > > > > > > A while ago, you pointed o

Re: [all] Component names for manifests

2007-11-26 Thread Rahul Akolkar
On 11/19/07, sebb <[EMAIL PROTECTED]> wrote: > On 19/11/2007, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > > > My preference is we stick with "Commons Foo" rather than "Apache > > Commons Foo" which is more of a mouthfull. Specifically for the > > manifest since we have "Vendor" entries which sa

Re: [math] Release planning, IOC-friendlyness

2007-11-26 Thread Luc Maisonobe
Phil Steitz wrote: On Sep 3, 2007 8:33 AM, Phil Steitz <[EMAIL PROTECTED]> wrote: On 9/2/07, Luc Maisonobe <[EMAIL PROTECTED]> wrote: On 2007-05-15, Phil Steitz wrote: I agree. So, probably best is to deprecate the current abstract factories and move to single concrete factories with impl se

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

2007-11-26 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

[RESULT][VOTE] Release commons-logging 1.1.1 (take 4)

2007-11-26 Thread Dennis Lundberg
...and we have a winner! The vote has passed with the following votes: +1 (binding): Torsten Curdt, Oliver Heger, Sebastian Bazley, Jörg Schaible, Dennis Lundberg +1 (non-binding at the time of his vote, but binding now): Ben Speakmon +1 (non-binding): Nicolas de Loof, I'm proceeding with t

Re: [VOTE] Release commons-logging 1.1.1 (take 4)

2007-11-26 Thread Dennis Lundberg
+1 Dennis Lundberg wrote: Hi This is the fourth attempt to release commons-logging 1.1.1. Changes since the last go: - The manifests now has the correct X-Compile-Target-JDK in them - The manifests no longer mention Jakarta - [LOGGING-118] Generate source and binary archives. Release Notes: h

[EMAIL PROTECTED]: Project commons-id (in module commons-sandbox) failed

2007-11-26 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects 1

Re: [PATCH][commons-io] Added method for getting InputStream from ByteArrayOutputStream & IOUtils avoiding unnecessary array allocation and copy

2007-11-26 Thread Nikunj Trivedi
Patch Attached. On Nov 26, 2007 8:19 PM, Nikunj Trivedi <[EMAIL PROTECTED]> wrote: > Hi All, > > I have created a Patch having two methods and test cases for both, as > explained below. Any Comments ? > > 1) New Method: ByteArrayOutputStream.toInputStream > ByteArrayOutputStream exposes its byte

[PATCH][commons-io] Added method for getting InputStream from ByteArrayOutputStream & IOUtils avoiding unnecessary array allocation and copy

2007-11-26 Thread Nikunj Trivedi
Hi All, I have created a Patch having two methods and test cases for both, as explained below. Any Comments ? 1) New Method: ByteArrayOutputStream.toInputStream ByteArrayOutputStream exposes its byte buffers by toByteArray(), which creates a fresh buffer and copy existing data to it. A new method