Andrew Guibert
Andrew Guibert
I don't see anywhere on the java-json-benchmark where it actually mentions Yasson. The only related thing it only compares the reference implementation of JSON-P.
Ah, I see Yasson is mentioned on the graph but it doesn't say what version they used. Never heard of dsljson (or anyone using it), but Jackson has been around...
thanks for creating that comparison @chrisgleissner @Tomas-Kraus you can run it on your own with the following steps: ``` git clone [email protected]:chrisgleissner/java-json-benchmark.git cd java-json-benchmark ./run ser --apis databind --libs yasson,jackson...
thanks for raising this issue @Simulant87, I've also raised https://github.com/eclipse-ee4j/jsonb-api/issues/188 on the JSON-B spec so we can clarify this at the spec level in the future
Another complexity I just realized is that the `Jsonb` interface has a `close()` method on it, which will complicate the ability to share instances. I don't have a clean solution...
hi @m0mus, I added a comment on the issue for this PR (#237) indicating we need to discuss this at the spec level first. Regarding your comment about the TCK...
haven't forgotten about this issue. I expect creators with missing/optional parameters will be one of the things we will be solving in the next version of JSON-B over in https://github.com/eclipse-ee4j/jsonb-api/issues/121...
hi @nimo23 thanks for raising this issue. EnumMap isn't required by the JSON-B spec but since it's part of the JDK I think we can add a default adapter for...
hi @nimo23, can you include the full stack trace of the error, and also include an example of the JPA entity class being used here?
we might be able to add a special-case in Yasson where we automatically ignore certain JPA entity proxy methods. Could you please upload a a dump of all of the:...