Create well-known non-interface types in CollectionFactory without using reflection #28718
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
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 beLinkedHashSet
,TreeSet
, andArrayList
. Similar changes could be made for map creation as well.The text was updated successfully, but these errors were encountered: