-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
JDK 21 comes with new SequencedCollection
/SequencedSet
/SequencedMap
types, with SequencedCollection
as super-interface of List
and Deque
, and the other implemented by LinkedHashSet
/LinkedHashMap
. While we won't be able to benefit from the new hierarchy and its new operations in the framework codebase yet, we should provide everything we can for application usage: e.g. detection in CollectionFactory
and support for the new operations in our org.springframework.util
List implementations.
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement