Skip to content

Catnap ignores the JsonIgnoreProperties annotation and StackOverflowError occurs #24

Description

@ogok

class Person {
@JsonIgnoreProperties("friends")
private List friends;
}

I have a class just like above. Jackson ignores the friends of the friends when the catnap is disabled. But if I enable the catnap, catnap ignores the annotation and is trying to render the friends of friends. StackOverflowError occurs because of infinite loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions