rmannibucau commented on issue #27: JOHNZON-189 Add support for JAX RS Whiteboard URL: https://github.com/apache/johnzon/pull/27#issuecomment-561694528 @rotty3000 i guess these days - ie since JSON-B is there - we mainly expect JsonbJaxrsProvider [1] to be the one used and no more JohnzonProvider (and JsrProvider is embedded in JsonbJaxrsProvider), means we have the choice between these options: 1. do an actual OSGi bundle/new module supporting optionally ConfigAdmin 2. only osgi-fy johnzon-jaxrs 3. only osgi-fy johnzon-jsonb 4. osgi-fy all of them While SE and EE code has no impact at all - manifest changes are ignored by EE, no new transitive dependency, no new META-INF/services/xxx registration etc... - then I'm fine with any first step but as an user I'm expecting 1, in particular to configure ignorable types, be able to enable pretty mode etc... All that to say I'm quite mixed since I see values in both 1 and you already done work and that while you can harness the EE case - guess meecrowave is a trivial test you can run - I'm happy to get any first step forward. [1] https://github.com/apache/johnzon/blob/master/johnzon-jsonb/src/main/java/org/apache/johnzon/jaxrs/jsonb/jaxrs/JsonbJaxrsProvider.java#L68
---------------------------------------------------------------- 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