-
Bug
-
Resolution: Done
-
Major
-
9.0.0.Final
-
None
-
None
When loading the CURRENT marshaller we extract it from an existing CacheManager and place it in the config for the target cache manager. This is wrong, because it results in the GlobalMarshaller having another instance of a GlobalMarshaller as the `external` marshaller, resulting in an infinite loop occurring when attempting to extract externalizers from the SerializeWith annotation.