Skip to content

Yasson 3.0.4 - Wildfly 34 - Entity Json Serialize #658

Description

@gjsbe

Is your feature request related to a problem? Please describe.
When I try to serialize a jpa entity I receive
jakarta.json.bind.JsonbException: Recursive reference has been found in class ....
I have just two references of the same object inside the serialized object (two join of the same record inside parent).

Describe the solution you'd like
Exclude recursive reference check, let me do it manually, add a parameter on jsonbconfig to disable it.

Describe alternatives you've considered
I am trying to patch the library and include it inside my ear (and excluding the default library provided by wildfly 34), even substitute the global default library inside modules, but is really a bad solution.

Thank you
Regards

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions