rotty3000 commented on a change in pull request #56: add a ClientBuilder service already prepared with json URL: https://github.com/apache/johnzon/pull/56#discussion_r355578453
########## File path: johnzon-osgi/pom.xml ########## @@ -101,6 +101,11 @@ <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jsonb_1.0_spec</artifactId> </dependency> + <dependency> Review comment: Maybe I'm confused by the code in johnzon-jsonb module: https://github.com/apache/johnzon/blob/master/johnzon-jsonb/src/main/java/org/apache/johnzon/jaxrs/jsonb/jaxrs/JsonbJaxrsProvider.java#L262 That does not appear to support jsonp. It explicitly rejects it. Is this a bug? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services