24b99aa16b
[Problem] testSerializeExtend add an item to a static mapper, and testDeserializeExtend read that item from that static mapper. So if testDeserializeExtend runs before testSerializeExtend, testDeserializeExtend will fail. @Ignore testSerializeExtend can stably reproduce this issue. [Solution] Add that item to the static mapper in @BeforeClass method (Even though using static variables in unit tests is a bad practice) |
||
---|---|---|
.. | ||
src | ||
pom.xml |