Jdk8Serializer.findReferenceSerializer()
leads to StackOverflowError
in 2.8.9
#33
Milestone
Jdk8Serializer.findReferenceSerializer()
leads to StackOverflowError
in 2.8.9
#33
The commit 4d71c27 made the
Jdk8Serializer.findReferenceSerializer
method to go into infinite recursion if the matched reference type is not found.Before the commit the method returned
null
, I think the author intended to callsuper.findReferenceSerializer
at the end like the code does in thefindSerializer
method.Currently 2.8.9 release is unusable for code that registers
Jdk8Module
The text was updated successfully, but these errors were encountered: