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

@onacit commented on [Fri Jul 24 2020](https://github.com/eclipse-ee4j/yasson/issues/441) I know this is not what an implementation should concern. But someone please issue to any spec guy for supporting the `java.beans.Transient`. I...

enhancement

I'm migrating from JAX-B (+Jackson Binding) to JSON-B (Yasson) and found a possible issue concerning the processing of the `@JsonbProperty(value = "...")` in some special cases. Simplified I have POJOs...

I'm testing some Jsonb stuff with Quarkus 1.4.1 and quarkus-resteasy-jsonb, and I came across the following inconsistent behavior: ```java class Foo { ... } class Bar extends Foo { ......

documentation

The Ryu algorithm (https://github.com/ulfjack/ryu) for IEEE-754 serialization offer a number of interesting features such a simple, fast and (with a minor tweak) 100% compatible with ES6. Using the Ryu algorithm...

enhancement

Recently it was pointed out by @MartijnDwars [in this Yasson issue](https://github.com/eclipse-ee4j/yasson/issues/387) that we were not serializing `ZoneId.of("UTC")` correctly: JSON-B spec section 3.5.3 states: > Implementations MUST support the deserialization of...

TCK
challenge

Currently, when annotating a field of type `F` with `@JsonbTypeAdapter(MyAdapter.class)`, the adapter must have `F` as original parameterized type (or compatible with `F`). But it would be very useful to...

enhancement

Issue from @maald moved over from Yasson repo at: https://github.com/eclipse-ee4j/yasson/issues/407 Assume you have a class with 2 properties ```java public class Whatever { public int numberProp; public String stringProp; //...

question

**Create/Update CONTRIBUTING files** Per input from the Eclipse EMO, each Specification Project needs to ensure that a CONTRIBUTING.md or CONTRIBUTING.adoc file exists in each specification-related repository maintained by Specification Projects....