Description
Dan:
I [..] noticed that the returned List pojo when it is converted to a ManagedObject we no longer retain the element type ... in other words we go from it being a List<SomeDomainClass> to simply List<Object>. Perhaps this breaks things later on.
MemberExecutorServiceDefault...