jsonb-api icon indicating copy to clipboard operation
jsonb-api copied to clipboard

Jakarta JSON Binding

Results 120 jsonb-api issues
Sort by recently updated
recently updated
newest added

Related to #292 and #332 Various places of this project refer to https://eclipse-ee4j.github.io/jsonb-api (also the "About" section of this GitHub repo), however all these links lead to a 404 page,...

The JSON-B specification lacks several details about the use of JsonAdapter. As a result, the existing implementations behave differently. As a consequence, existing applications need to apply workarounds to work...

It would be rather comfortable if we could allow to annotate any POJO with `@JsonbTypeAdapter`, so ANY use of that POJO in ANY location (as field content, in collections, as...

If @JsonbPreoprty(nillable) is deprecated, what is the proper usage to use both @JsonbProperty and @JsonbNillable? I have tried several different combination with none of them working. We have an instance...

When you define your classes in different jar you can't specify every possible child / subtype via annotation on the superclass. Please allow specifing the subtype mapping inside the JsonbConfig.

Jackson has added `@JsonManagedReference`, `@JsonBackReference`, & `@JsonIdentityInfo` to support putting JPA Entities directly to the wire. Similar annotations in JSON-B would be useful for getting rid of entity-object-to-value-object and value-object-to-entity-object...

Per the current [TCK Process documentation](https://jakarta.ee/committees/specification/tckprocess/), please find bellow a challenge related to JSON-B TCK. Can someone please add the challenge label which is required by the TCK Process but...

challenge

A @JsonbNumberFormat(value = "###,###.##") without any specified locale results in a JSON serialisation which is depending on the Locale of the box you run the TCK on. This is not...