yasson
yasson copied to clipboard
StackOverflowError when deserializing an interface bounded to a dynamically Deserializer
trafficstars
Binding a deserializer to an interface with JsonbConfig.withDeserializers() leads to a StackOverflowError Exception. Doing the same using the annotation works. This worked in java 8 & yasson 1.0.6
To Reproduce: To Reproduce the bug, just run the Spock Spec included in the attached zip. One of the two test cases works, the other fails.
Expected behaviour: No exception is expected
- OS: Windows
- Java Version: 11
- Yasson Version: 3.0.x (it happens even with 2.0.x)
probably related to the #594.