Inconsistent handling of null values through Java 8 accessors in ConcurrentReferenceHashMap [SPR-16584] #21126
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Christoph Strobl opened SPR-16584 and commented
ConcurrentReferenceHashMap
needs to override the default implementation ofcomputeIfAbsent
in order to allow adding computednull
values.The following currently fails:
Affects: 4.3.14, 5.0.4
Issue Links:
Referenced from: commits 8d8bb04, 356ef45
Backported to: 4.3.15
The text was updated successfully, but these errors were encountered: