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
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