[
https://issues.apache.org/jira/browse/LOGGING-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory resolved LOGGING-158.
-------------------------------------
Fix Version/s: 1.3.2
(was: 2.0)
Resolution: Fixed
The class is no longer used in 1.x but remains for compatibility. It will be
completely removed for 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
> Priority: Major
> Fix For: 1.3.2
>
>
> 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
(v8.20.10#820010)