In Github Issue #670 an attempt was made to fix a StackOverflowError attempting to resolve a generic type. The fix was not quite right and will throw an exception if the type seems to have been resolved, but the search type and the discovered type are the same.
The original fix was misguided and if the types are equal, the type should simply be returned.
The correction is Github Issue #682.
- duplicates
-
JBEAP-31436 [GSS](8.1.z) Yasson: Serialization may throw an exception when a generic bound type is discovered, but not of type Class #682
-
- Verified
-