Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-4
-
Fix Version/s: 1.0-beta-5
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
The TreadLocalCA uses internally a static map for optimizations that prevent the garbage collection. Use a WeekHashMap instead and the ThreadLocalCA instance itself as key.
Activity
Jörg Schaible
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.0-beta-5 [ 11369 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Completely refactored THreadLocalCA. Improved Javadocs for use cases.