Skip to content

Create well-known non-interface types in CollectionFactory without using reflection #28718

Closed
@wilkinsona

Description

@wilkinsona

Affects: 6.0

As discussed with @sdeleuze, it would be useful for native images if CollectionFactory could create instances of well-known non-interface collection types without using reflection. Aligning with the types that the factory creates for different interfaces, these well-known implementations could be LinkedHashSet, TreeSet, and ArrayList. Similar changes could be made for map creation as well.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions