Skip to content

Changes

Summary

  1. Prepare release org.eclipse:yasson:3.0.0-RELEASE (details)
  2. Prepare next development cycle for 3.0.1-SNAPSHOT (details)
  3. Prepare release org.eclipse:yasson:3.0.1-RELEASE (details)
  4. Prepare next development cycle for 3.0.2-SNAPSHOT (details)
  5. Value access calls toString() on failure, potentially leading to infinite recursion #456 (#570) (details)
  6. @JsonbTransient does not work on abstract classes #454 (#572) (details)
  7. JsonValue.NULL is no longer returned to nonJsonValue values (#574) (details)
  8. Null in Optional type fields should not fail (#576) (details)
Commit 0686c29c7f5c8704e0c89cc6273293d82099aa47 by Eclipse Yasson Bot
Prepare release org.eclipse:yasson:3.0.0-RELEASE
The file was modified pom.xml (diff)
Commit 4186439aae26df7bf0d9264289d4cc6e255cfa34 by Eclipse Yasson Bot
Prepare next development cycle for 3.0.1-SNAPSHOT
The file was modified pom.xml (diff)
Commit 39b667a0eb40c9604e0f634d4f59a273c5d5cde5 by Eclipse Yasson Bot
Prepare release org.eclipse:yasson:3.0.1-RELEASE
The file was modified pom.xml (diff)
Commit a8217fcbbc5bd44b1bf050469bceced872e861a2 by Eclipse Yasson Bot
Prepare next development cycle for 3.0.2-SNAPSHOT
The file was modified pom.xml (diff)
Commit 5fb9f864158bac3fa454fd91699ff9c39900e1b4 by noreply
Value access calls toString() on failure, potentially leading to infinite recursion #456 (#570)

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
The file was modified src/main/java/org/eclipse/yasson/internal/serializer/ValueGetterSerializer.java (diff)
The file was addedsrc/test/java/org/eclipse/yasson/Issue456Test.java
Commit a7fb7a4cafb69e50ef96630ee9ee963e34ee105c by noreply
@JsonbTransient does not work on abstract classes #454 (#572)

@JsonbTransient does not work on abstract classes #454

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
The file was modified src/main/java/org/eclipse/yasson/internal/model/PropertyModel.java (diff)
The file was addedsrc/test/java/org/eclipse/yasson/Issue454Test.java
Commit 325cf97d5a1a8a02b58c3eb80cc93876d56d7f04 by noreply
JsonValue.NULL is no longer returned to nonJsonValue values (#574)

Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified src/test/java/org/eclipse/yasson/defaultmapping/jsonp/JsonpTest.java (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/deserializer/types/JsonValueDeserializer.java (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/deserializer/types/TypeDeserializers.java (diff)
Commit 9d6aad9d16dbc81c549aace5322bfb119abda272 by noreply
Null in Optional type fields should not fail (#576)

Signed-off-by: David Kral <david.k.kral@oracle.com>
The file was modified src/main/java/org/eclipse/yasson/internal/serializer/types/OptionalLongSerializer.java (diff)
The file was addedsrc/test/java/org/eclipse/yasson/defaultmapping/specific/model/SpecificOptionalWrapper.java
The file was modified src/main/java/org/eclipse/yasson/internal/serializer/types/OptionalDoubleSerializer.java (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/serializer/OptionalSerializer.java (diff)
The file was modified src/test/java/org/eclipse/yasson/defaultmapping/specific/OptionalTest.java (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/serializer/types/OptionalIntSerializer.java (diff)