Thomas Neidhart created LOGGING-158:
---------------------------------------
Summary: Replace WeakHashtable with WeakHashMap
Key: LOGGING-158
URL: https://issues.apache.org/jira/browse/LOGGING-158
Project: Commons Logging
Issue Type: Improvement
Reporter: Thomas Neidhart
When dropping support for Java 1.1 we could also replace the custom
WeakHashtable that is used internally with a WeakHashMap which is supported
since Java 1.2. This would also allow to clean up some deprecated code as a
Hashtable does not allow null keys.
--
This message was sent by Atlassian JIRA
(v6.2#6252)