Skip to content

LinkedCaseInsensitiveMap does not properly support Java 8's merge() and compute() methods [SPR-15026] #19593

Closed
@spring-projects-issues

Description

@spring-projects-issues

John Mark opened SPR-15026 and commented

LinkedCaseInsensitiveMap does not properly implement many of the new Map methods that have been added in Java 1.8 such as merge() and the compute* methods.

Using those methods on a LinkedCaseInsensitiveMap results in an entry that can never be retrieved.


Affects: 4.3.4

Issue Links:

Referenced from: commits e9a87de, 505480c, 8147c11, 50e5a65

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions