]
Ryan Emerson updated ISPN-7850:
-------------------------------
Status: Open (was: New)
JDBC Migrator 9.x Marshaller Incorrectly Loaded
-----------------------------------------------
Key: ISPN-7850
URL:
https://issues.jboss.org/browse/ISPN-7850
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.0.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.0.1.Final, 9.1.0.Alpha1
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.