Re: NDC implementation log4j-1.2.8

2004-10-27 Thread E. Epstein (ML)
Thanks for the reply. Looking at the CVS HEAD revisions I see that the bulk of the changes have already been made. And as Yoav Shapira pointed out in his reply log4j-1.2.8 is built to work with JDK 1.1 and ThreadLocal was introduced with JDK 1.2. So there it is. There's some minor cleanup to the

Re: NDC implementation log4j-1.2.8

2004-10-27 Thread Niclas Hedhman
On Thursday 28 October 2004 03:01, E. Epstein (ML) wrote: > So having not contributed to log4j before, what step next? > P.S., Since writing this I've gone ahead and changed NDC.java. It > compiles and passes basic tests. It is gzipped and attached here. Generally, most Apache projects appr

RE: NDC implementation log4j-1.2.8

2004-10-27 Thread Shapira, Yoav
Hi, A couple of things: - 1.2.8 is not likely to change. There won't be a 1.2.9. Effort is focused on 1.3, so any contributions should be made against the 1.3 codebase which is in CVS HEAD. - 1.2 is designed to work on JDK 1.1 as well, and ThreadLocal is not in JDK 1.1, so it can't be used on l

NDC implementation log4j-1.2.8

2004-10-27 Thread E. Epstein (ML)
Hi Ceki, et. al.: I think this belongs here, in the developers list. If, however, you decide it does not and should instead be posted in the user list, please accept my apologies in advance and just let me know and I'll repost accordingly. We have a system using NDC that kicks off threads to perfo

LRU-Indentity-HashMap

2004-10-27 Thread Ceki Gülcü
Hello all, In addressing bug #6229 [1], it transpired that we needed a bounded hash map using LRU heuristics and identity to compute hashmap and object references for equality. Basically, it would be a HashMap merging the qualities of a LRUMap [2] and those of IdentityHashMap [3, 4, 5]. This HashMa

cvs commit: logging-log4j build.xml

2004-10-27 Thread ceki
ceki2004/10/27 05:36:52 Modified:.build.xml Log: Added o.a.l.html package to the log4j.jar build Revision ChangesPath 1.112 +1 -0 logging-log4j/build.xml Index: build.xml === RCS