You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by James Carman <ja...@carmanconsulting.com> on 2018/09/12 13:56:07 UTC

StackOverflowException in OpenApiFeature with Protobuf?

I have an example JAX-RS application [1] which is using the
OpenApiFeature.  When I try to access the openapi.json endpoint, it goes
into an infinite recursion loop while trying to resolve the details of a
Protobuf-generated type.  Any ideas on how to work around this?

[1] https://github.com/jaxxy-rs/jaxxy/tree/master/example


James