DATACMNS-390 - Create defensive copy for persistent entities in AbstractMappingContext.
To prevent ConcurrentModificationExceptions when iterating over PersistentEntities while further entity types are potentially added to the MappingContext we now return a immutable defensive copy of the current entity set.
@ -122,7 +122,7 @@ public abstract class AbstractMappingContext<E extends MutablePersistentEntity<?
@@ -122,7 +122,7 @@ public abstract class AbstractMappingContext<E extends MutablePersistentEntity<?