You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/10 09:48:16 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #2001: [Camel 3.7] JSON-B data format support

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:
users@infra.apache.org