Skip to content

Jdk8Serializer.findReferenceSerializer() leads to StackOverflowError in 2.8.9 #33

@gmokki

Description

@gmokki

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 call super.findReferenceSerializer at the end like the code does in the findSerializer method.

Currently 2.8.9 release is unusable for code that registers Jdk8Module

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions