JiriOndrusek commented on pull request #2001: URL: https://github.com/apache/camel-quarkus/pull/2001#issuecomment-724606425
@jamesnetherton I agree with you. `camel-jsonb` which this extension is for is using geronimo_spec, so excluding geronimo didn't come to my mind. But from my POV geronimo should be removed from `camel-jsonb`, which will allow `yasson`. Then similarly as here (https://www.codeflow.site/de/article/java-json-binding-api) yasson could be used (without need of any exclusion) or johnzon (but with addition of geronimo spec) I've tested it locally and without geronimo we can use yasson. So there is only a question, whether we want 1. exlude geronimo with yasson 2. or include geronimo with johnzon (option 1 seems to be more usual from my POV) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
