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)
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
deserializer.zip