Closed
Description
Oliver Drotbohm opened DATACMNS-167 and commented
It's common to have wrapper classes around collections that implement Iterable
to still allow iterating over the collection but also add additional information about the collection. Currently these classes are considered collection like and thus handled like a collection in the mapping sub-system. We should only consider a type a collection like type it if is either Iterable
or assignable to Collection
Affects: 1.3 RC1
Referenced from: commits aec655a