[
https://issues.apache.org/jira/browse/LOGGING-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart updated LOGGING-158:
------------------------------------
Fix Version/s: 2.0
> 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
> Fix For: 2.0
>
>
> 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)