Re: [VOTE] Release commons-logging 1.1.0 As Alpha1

2006-02-18 Thread robert burrell donkin
On Sun, 2006-02-19 at 10:02 +1300, Simon Kitching wrote: > Site: > > I think the navigation panel on the left should contain a "1.1 Release" > section, or "latest release" heading. Without this a brief glance makes > it look like the latest release is 1.0.4. Alternately, the "1.0.4 > Release" h

Re: [logging] please check release candidate 5

2006-02-18 Thread robert burrell donkin
On Fri, 2006-02-17 at 08:44 +0100, Boris Unckel wrote: > Good Morning, > Simon Kitching wrote: > > At some point I think it would be a good idea to post a notice to the > > tomcat dev list, as the subscribers there are likely to (a) care about > > JCL, and (b) have some interesting apps to test it

Re: [VOTE] Release commons-logging 1.1.0 As Alpha1

2006-02-18 Thread robert burrell donkin
On Sat, 2006-02-18 at 16:12 +, Niall Pemberton wrote: > On 2/18/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: > > --8<--- > > [ ] +1 Approve this process > > [ ] +0 > > [X] -0 > > [ ] -1 Do not use this process > > -

Re: [primitives] objects indexed by int's and long's

2006-02-18 Thread Sandy McArthur
On 2/18/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: > an IntMap (for want of a better name) would have > > Object get(int key) > > rather than > > Object get(Object key) > > and so would avoid creating these intermediary key objects. Looks like to me what you really want is a SparseArrayL

svn commit: r378848 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetNestedPropertiesRule.java

2006-02-18 Thread skitching
Author: skitching Date: Sat Feb 18 20:50:45 2006 New Revision: 378848 URL: http://svn.apache.org/viewcvs?rev=378848&view=rev Log: Fix for bugzilla#34819. There is one odd situation where AnyChildRules.rules() will be called, so we can't throw an "unsupported exception" in that case. Modified:

[EMAIL PROTECTED]: Project commons-lang (in module jakarta-commons) failed

2006-02-18 Thread Ted Husted
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-lang has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-lang (in module jakarta-commons) failed

2006-02-18 Thread Ted Husted
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-lang has an issue affecting its community integration. This issue affects

Re: [logging] new simple logging component?

2006-02-18 Thread Torsten Curdt
Sounds all excellent ...but IMO that's exactly what JCL2 should target on. I say: let's get started with the 2.x version. I would not try to push that into the 1.x version. It's a pretty big change ...and frankly speaking - it will also help marketing wise. JCL1 has a bit of a bad reputation. J

DO NOT REPLY [Bug 34819] - [digester] NodeCreateRule failing with Kaffe JVM (Aelfred xml parser)

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [logging] new simple logging component?

2006-02-18 Thread Simon Kitching
On Sat, 2006-02-18 at 21:33 +, robert burrell donkin wrote: > On Sun, 2006-02-19 at 10:05 +1300, Simon Kitching wrote: > > On Sat, 2006-02-18 at 16:14 +, robert burrell donkin wrote: > > > i've been considering for a while whether the commons should ship a > > > simpler but reasonably compa

Re: [primitives] objects indexed by int's and long's

2006-02-18 Thread Stephen Colebourne
I believe that an IntMap and similar classes uis a valuable addition to [primitives]. However there is a case for releasing the current SVN code as v1.1 before adding any new code. Stephen robert burrell donkin wrote: i've been thinking about performance for a client side application over t

Re: [logging] new simple logging component?

2006-02-18 Thread robert burrell donkin
On Sun, 2006-02-19 at 10:05 +1300, Simon Kitching wrote: > On Sat, 2006-02-18 at 16:14 +, robert burrell donkin wrote: > > i've been considering for a while whether the commons should ship a > > simpler but reasonably compatible version of JCL. over the years, we've > > recommended this so many

Re: [logging] new simple logging component?

2006-02-18 Thread Simon Kitching
On Sat, 2006-02-18 at 16:14 +, robert burrell donkin wrote: > i've been considering for a while whether the commons should ship a > simpler but reasonably compatible version of JCL. over the years, we've > recommended this so many times but have always left it to the actual > user to go away an

Re: [VOTE] Release commons-logging 1.1.0 As Alpha1

2006-02-18 Thread Simon Kitching
On Sat, 2006-02-18 at 15:38 +, robert burrell donkin wrote: > -- 8< - > > Release RC5 > === +1 for jar. Site: I think the navigation panel on the left should contain a "1.1 Release" section, or "latest release" headin

Re: [primitives] objects indexed by int's and long's

2006-02-18 Thread robert burrell donkin
On Sat, 2006-02-18 at 22:03 +0530, Karthik Kumar wrote: > Well, if the hashcode is already precalculated, we can use it to do lookups. > Isn't that how the searching already works? i'm not sure i understand this point... if i'm using a java.util.Map then get takes an object. this means that i hav

Re: [logging] new simple logging component?

2006-02-18 Thread Craig McClanahan
On 2/18/06, Boris Unckel <[EMAIL PROTECTED]> wrote: > > Hello Robert, > > robert burrell donkin wrote: > > the java 2 model causes issues with J2ME, embedded applications and some > > containers which be found on clients and the failure of very many > > container and framework vendors to create app

Re: [logging] new simple logging component?

2006-02-18 Thread robert burrell donkin
On Sat, 2006-02-18 at 23:01 +0530, Karthik Kumar wrote: > Robert said J2ME. > > J2ME has issues with classloading? :o AIUI it's typical for classloading to be performed by a single simple classloader. this is basically the java 1 classloading model. - robert ---

Re: [logging] new simple logging component?

2006-02-18 Thread robert burrell donkin
On Sat, 2006-02-18 at 18:25 +0100, Boris Unckel wrote: > Hello Robert, > > robert burrell donkin wrote: > > the java 2 model causes issues with J2ME, embedded applications and some > > containers which be found on clients and the failure of very many > > container and framework vendors to create a

DO NOT REPLY [Bug 38669] - [pool] proposed ObjectPoolFactorys JavaDoc changes for 2.0

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r378766 - in /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool: KeyedObjectPoolFactory.java ObjectPoolFactory.java

2006-02-18 Thread rdonkin
Author: rdonkin Date: Sat Feb 18 11:47:47 2006 New Revision: 378766 URL: http://svn.apache.org/viewcvs?rev=378766&view=rev Log: Updates to javadoc contracts for 2.0. Contributed by Sandy McArthur. Issue#38669. Modified: jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/Keye

DO NOT REPLY [Bug 38667] - [pool] proposed ObjectPools.close JavaDoc changes for 2.0

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r378764 - in /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool: KeyedObjectPool.java ObjectPool.java

2006-02-18 Thread rdonkin
Author: rdonkin Date: Sat Feb 18 11:41:10 2006 New Revision: 378764 URL: http://svn.apache.org/viewcvs?rev=378764&view=rev Log: Updates to javadoc contracts for 2.0. Contributed by Sandy McArthur. Issue#38667. Modified: jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/Keye

DO NOT REPLY [Bug 38666] - [pool] proposed ObjectPools.getNum{Active,Idle} JavaDoc changes for 2.0

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r378763 - in /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool: KeyedObjectPool.java ObjectPool.java

2006-02-18 Thread rdonkin
Author: rdonkin Date: Sat Feb 18 11:29:33 2006 New Revision: 378763 URL: http://svn.apache.org/viewcvs?rev=378763&view=rev Log: Updates to javadoc contracts for 2.0. Contributed by Sandy McArthur. Issue#38666. Modified: jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/Keye

DO NOT REPLY [Bug 38664] - [pool] proposed PoolableObjectFactorys JavaDoc changes for 2.0

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r378762 - in /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool: KeyedPoolableObjectFactory.java PoolableObjectFactory.java

2006-02-18 Thread rdonkin
Author: rdonkin Date: Sat Feb 18 11:22:21 2006 New Revision: 378762 URL: http://svn.apache.org/viewcvs?rev=378762&view=rev Log: Updates to javadoc contracts for 2.0. Contributed by Sandy McArthur. Issue#38664.. Modified: jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/Key

DO NOT REPLY [Bug 38660] - [pool] proposed ObjectPools.borrowObject JavaDoc changes for 2.0

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r378761 - in /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool: KeyedObjectPool.java ObjectPool.java

2006-02-18 Thread rdonkin
Author: rdonkin Date: Sat Feb 18 11:17:13 2006 New Revision: 378761 URL: http://svn.apache.org/viewcvs?rev=378761&view=rev Log: Updates to javadoc contracts for 2.0. Contributed by Sandy McArthur. Issue#38660. Modified: jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/Keye

DO NOT REPLY [Bug 38690] - [pool] BaseObjectPool closed boolean field needs to be volatile

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r378757 - /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/BaseObjectPool.java

2006-02-18 Thread rdonkin
Author: rdonkin Date: Sat Feb 18 10:49:03 2006 New Revision: 378757 URL: http://svn.apache.org/viewcvs?rev=378757&view=rev Log: Field closed now volatile to ensure that changes to this value are seen in a timely manner. Contributed by Sandy McArthur. Issue #38690. Modified: jakarta/commons/

Re: [logging] new simple logging component?

2006-02-18 Thread Boris Unckel
Hello Karthik, Karthik Kumar wrote: Robert said J2ME. J2ME has issues with classloading? :o J2ME is not my domain, I have never written any app or API for it. I just have read container and I do not know if there is something over a J2ME Virtual Machine(VM) that can be compared to a J2SE VM a

Re: [logging] new simple logging component?

2006-02-18 Thread Karthik Kumar
Robert said J2ME. J2ME has issues with classloading? :o -- Karthik

Re: [logging] new simple logging component?

2006-02-18 Thread Boris Unckel
Hello Robert, robert burrell donkin wrote: the java 2 model causes issues with J2ME, embedded applications and some containers which be found on clients and the failure of very many container and framework vendors to create applications that adhere to this specification causes the majority of pr

DO NOT REPLY [Bug 38649] - [pool] Generic[Keyed]ObjectPool.ObjectTimestampPair can be static and can be shared

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r378743 - in /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl: GenericKeyedObjectPool.java GenericObjectPool.java

2006-02-18 Thread rdonkin
Author: rdonkin Date: Sat Feb 18 09:22:07 2006 New Revision: 378743 URL: http://svn.apache.org/viewcvs?rev=378743&view=rev Log: Converted inner class to static and shared single instance. Contributed by Sandy McArthur. Kudos due to FindBugs. Issue #38649. Modified: jakarta/commons/proper/po

Re: [logging] new simple logging component?

2006-02-18 Thread robert burrell donkin
On Sat, 2006-02-18 at 21:45 +0530, Karthik Kumar wrote: > Well, > > Is 1.1 really used nowadays? i mean.. at least 1.2 is acceptable coz the > threading model was changed. J2ME, (some) applets and lots of embedded applications > We could, strip out all unwanted loggers, and give a lite-version o

Re: [pool] roadmap 1.3, 2.0, 3.0

2006-02-18 Thread robert burrell donkin
On Tue, 2006-02-14 at 21:47 -0500, Sandy McArthur wrote: > A lot of this was brought up in Nov 2005 starting with Robert's post: > http://tinyurl.com/aq7cx feel free to add this road map to the wiki ;) > Now that all known issues for the existing Pool code have been fixed > I'd like to see one mo

Re: [primitives] objects indexed by int's and long's

2006-02-18 Thread Karthik Kumar
Well, if the hashcode is already precalculated, we can use it to do lookups. Isn't that how the searching already works? IMHO, using polynomial function hashes is a better idea. On 2/18/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: > > i've been thinking about performance for a client side

[proxy] progress?

2006-02-18 Thread robert burrell donkin
we seem to have lost some momentum... - robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[primitives] objects indexed by int's and long's

2006-02-18 Thread robert burrell donkin
i've been thinking about performance for a client side application over the last week (or so). it seems to do a lot of operations whereby an object (of a list of objects) is looked up by a primary key. this is an int or a long but using a Map requires an indexing object (Int or Long). this is okay

Re: [logging] new simple logging component?

2006-02-18 Thread Karthik Kumar
Well, Is 1.1 really used nowadays? i mean.. at least 1.2 is acceptable coz the threading model was changed. We could, strip out all unwanted loggers, and give a lite-version of JCL (with SimpleLogger), IMHO. On 2/18/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: > > i've been considering f

Re: [VOTE] Release commons-logging 1.1.0 As Alpha1

2006-02-18 Thread Niall Pemberton
On 2/18/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: > --8<--- > [ ] +1 Approve this process > [ ] +0 > [X] -0 > [ ] -1 Do not use this process > --- I think

[logging] new simple logging component?

2006-02-18 Thread robert burrell donkin
i've been considering for a while whether the commons should ship a simpler but reasonably compatible version of JCL. over the years, we've recommended this so many times but have always left it to the actual user to go away and do the work themselves. i've come to the conclusion that it would be a

[VOTE] Release commons-logging 1.1.0 As Alpha1

2006-02-18 Thread robert burrell donkin
this is a little involved and the explanations a little length. if you are just voting then please cut the context. if you wish to make some comments then please cut the votes (this should make the thread easier to handle. there are two votes here: the first is a release vote on the latest release

DO NOT REPLY [Bug 38537] - [VFS] copyFrom keep the file with imaginary type

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38537] - [VFS] copyFrom keep the file with imaginary type

2006-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[Jakarta-commons Wiki] Update of "Logging/1.1.0ReleasePlan" by SimonKitching

2006-02-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by SimonKitching: http://wiki.apache.org/jakarta-commons/Logging/1%2e1%2e0ReleasePlan The comment on the change is: Fix spelling of Ceki Gul

svn commit: r378713 - /jakarta/commons/proper/digester/trunk/build.xml

2006-02-18 Thread skitching
Author: skitching Date: Sat Feb 18 02:44:10 2006 New Revision: 378713 URL: http://svn.apache.org/viewcvs?rev=378713&view=rev Log: Suppress "local variable shadows field" warnings generated by Jikes compiler. Modified: jakarta/commons/proper/digester/trunk/build.xml Modified: jakarta/commons/

svn commit: r378712 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginContext.java

2006-02-18 Thread skitching
Author: skitching Date: Sat Feb 18 02:42:33 2006 New Revision: 378712 URL: http://svn.apache.org/viewcvs?rev=378712&view=rev Log: Make constants static; no need to waste memory. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginContext.java M

svn commit: r378711 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

2006-02-18 Thread skitching
Author: skitching Date: Sat Feb 18 02:30:41 2006 New Revision: 378711 URL: http://svn.apache.org/viewcvs?rev=378711&view=rev Log: Trivial cleanup: use more meaningful local variable name, and remove unnecessary brackets. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/co

svn commit: r378710 - /jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/ObjectParamRuleTestCase.java

2006-02-18 Thread skitching
Author: skitching Date: Sat Feb 18 02:27:10 2006 New Revision: 378710 URL: http://svn.apache.org/viewcvs?rev=378710&view=rev Log: Trivial cleanup: don't invoke static method via instance, it's misleading. Also, Kaffe generates warning messages. Modified: jakarta/commons/proper/digester/trunk

Re: [logging] please check release candidate 5

2006-02-18 Thread robert burrell donkin
On Sat, 2006-02-18 at 06:21 +, Niall Pemberton wrote: > I downloaded both the src and binary zip files and opened up a few of the > *.java, *.html and *.txt files with Notepad on windows - all looked good, no > problem with the EOLs. Is that enough of a check or did you want something > more?

[Jakarta-commons Wiki] Update of "Logging/1.1.0ReleasePlan" by RobertBurrellDonkin

2006-02-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/jakarta-commons/Logging/1%2e1%2e0ReleasePlan The comment on the change is: Added proposal for

[Jakarta-commons Wiki] Update of "CommonsCommitters/ReleasesInProgress" by RobertBurrellDonkin

2006-02-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/jakarta-commons/CommonsCommitters/ReleasesInProgress