Andrew Guibert

Results 151 comments of Andrew Guibert
trafficstars

@m0mus before we merge this PR or the similar PR that @misl proposed, we need to address this at the JSON-B spec level over at https://github.com/eclipse-ee4j/jsonb-api/issues/121 Lets focus our efforts...

@m0mus I hesitate to add a yasson-specific switch to enable non-spec compliant behavior for the reasons that @emattheis outlined and also because it creates more long-term code maintenance for Yasson....

hi @nimo23, this issue seems to be an exact duplicate of this other issue you raised earlier: https://github.com/eclipse-ee4j/yasson/issues/297

> Am I forced to change all the primitive "double" properties to "Double" only to work with yasson? No, either one is acceptable. The issue is (as the error message...

Jackson produces values for infinity and Nan, but these are represented as Strings, not numbers, which would likely break clients that are expecting a number value here. The JSON-B spec...

hi @oliviercailloux, thanks for raising this issue. My first thought here is that this falls under the ["must-ignore" policy](https://github.com/eclipse-ee4j/jsonb-api/blob/master/spec/src/main/asciidoc/jsonb.adoc#318-must-ignore-policy) defined in section 3.18 of the JSON-B spec: > When JSON...

thanks for raising this issue @ivangreene and for including a test case to reproduce the issue! I've created a PR that pulls in this test case and gets the Enum...

hi @pedroosorio thanks for reporting this issue. Can you please include an example of the Java model class you are using in this case, along with indicating which fields are...

hi @pedroosorio, since Hibernate is commonly used with JSON-B/Yasson I'd like to come up with some sort of generic integration in Yasson. I like what you have proposed in your...