Skip to content
Success

Changes

Summary

  1. Incorrect user generator position checking fixed (#562) (details)
  2. Object and array values skip if property is missing (#564) (details)
  3. Dependency versions updated (#565) (details)
  4. Type information related exception texts corrected (#566) (details)
Commit df026bd77182433a03b91975d17680e443415a53 by noreply
Incorrect user generator position checking fixed (#562)

Incorrect user generator position checking fixed

Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified src/main/java/org/eclipse/yasson/internal/serializer/YassonGenerator.java (diff)
The file was modified src/test/java/org/eclipse/yasson/serializers/SerializersTest.java (diff)
Commit c1da842103db42b4edf1e7719728240dd08c849d by noreply
Object and array values skip if property is missing (#564)

Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified src/main/java/org/eclipse/yasson/internal/deserializer/ObjectDeserializer.java (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/deserializer/JsonbCreatorDeserializer.java (diff)
The file was modified src/test/java/org/eclipse/yasson/defaultmapping/specific/UnmarshallingUnsupportedTypesTest.java (diff)
Commit 9e2e9588815f777b924b8d5d0f618d186051f823 by noreply
Dependency versions updated (#565)

Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified yasson-tck/pom.xml (diff)
The file was modified pom.xml (diff)
Commit c09137e0b20c055b4a37a2f743f3457ee3537692 by noreply
Type information related exception texts corrected (#566)

Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified src/main/java/org/eclipse/yasson/internal/AnnotationIntrospector.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/model/JsonbAnnotatedElement.java (diff)