JiriOndrusek commented on pull request #2001:
URL: https://github.com/apache/camel-quarkus/pull/2001#issuecomment-724590191


   @jamesnetherton Unfortunatelly using `quarkus-jsonb` is not a solution. 
`Camel-jsonb` is based on geronimo_spec (which is by the way using Johnzon as 
default implementation, see 
https://github.com/apache/geronimo-specs/blob/trunk/geronimo-jsonb_1.0_spec/src/main/java/javax/json/bind/spi/JsonbProvider.java#L30).
   
    `Quarkus-jsonb` is using `yasson` (see 
https://github.com/quarkusio/quarkus/blob/master/extensions/jsonb/runtime/pom.xml#L19).
 Yasson implements `javax.json.bind:javax.json.bind-api` not 
`org.apache.geronimo.specs:geronimo-jsonb_1.0_spec`.


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


Reply via email to