Review collection/map converter optimizations that don't create new collection instances [SPR-6213] #10881
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Lance Arlaus opened SPR-6213 and commented
See comments below
—
This bug was originally encountered while converting lists. Passing in a list for conversion to list, one would expect a new list containing the elements of the original list.
Instead, the converted object that's returned is the original list itself.
The test case below demonstrates this.
Note that this test succeeds in version 3.0.0.M4
Affects: 3.0 RC1
Issue Links:
The text was updated successfully, but these errors were encountered: