Hello, I am trying to use the JSonApi data format with Camel Rest DSL. There are not examples, as far as I know. So I am configuring it like this:
<dataFormats>
<jsonApi contentTypeHeader="false" dataFormatTypes=“org.my.class.here"/>
</dataFormats>
<restConfiguration
component="servlet"
bindingMode="json"
jsonDataFormat="jsonApi”
This is not working, the rest service produces 500 error. Anybody knows how to
set it up correctly or point me to an example?
Best regards,
Alex soto
