jeanouii commented on PR #98:
URL: https://github.com/apache/johnzon/pull/98#issuecomment-1520639362
For JSONB, we have so far
````
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] SerializersCustomizationCDITest.testCDISupport:110 Failed to
correctly unmarshall complex type hierarchy using a serializer configured using
JsonbTypeSerializer annotation and a deserializer with a CDI managed field
configured using JsonbTypeDeserializer annotation.
Expected: is
<ee.jakarta.tck.json.bind.cdi.customizedmapping.serializers.model.AnimalShelterWithInjectedSerializer@672037ff>
but: was
<ee.jakarta.tck.json.bind.cdi.customizedmapping.serializers.model.AnimalShelterWithInjectedSerializer@1>
[ERROR]
InstantiationCustomizationTest.testJsonbDeserializerOnCreatorParameter:221
JsonbDeserializer on the JsonbCreator parameter was not executed.
Expected: is "Test String Deserialized"
but: was "Test String"
[ERROR] NumberFormatCustomizationTest.testNumberFormatField:112 Failed to
correctly customize number format during marshalling using JsonbNumberFormat
annotation on field.
Expected: a string matching the pattern
'\{\s*"instance"\s*:\s*"123\u00a0456,789"\s*\}'
but: was "{\"instance\":\"123 456,789\"}"
[ERROR] ClassesMappingTest.testPrivateAccessorsPublicField:302 Failed to
ignore setting public value using private setter.
Expected: is "Test String"
but: was "New Test String"
[ERROR] SpecificTypesMappingTest.testBigDecimalMapping:83
[testMarshalling] - Failed to correctly marshal java.math.BigDecimal property
with value 0.0
Expected: a string matching the pattern '\{\s*"instance"\s*:\s*0.0\s*\}'
but: was "{\"instance\":\"0.0\"}"
[ERROR] SpecificTypesMappingTest.testBigIntegerMapping:68
[testMarshalling] - Failed to correctly marshal java.math.BigInteger property
with value 0
Expected: a string matching the pattern '\{\s*"instance"\s*:\s*0\s*\}'
but: was "{\"instance\":\"0\"}"
[ERROR] Errors:
[ERROR] AdaptersCustomizationCDITest.testCDISupport:94 » Jsonb Cannot
invoke "ee.jakar...
[ERROR] OptionalCreatorParametersTest.testOptionalTypesDefaultValues:98 »
Jsonb Option...
[ERROR] OptionalCreatorParametersTest.testOptionalTypesInCreator:113 »
Jsonb OptionalT...
[ERROR] OptionalCreatorParametersTest.testPrimitiveTypesDefaultValues:77 »
Jsonb Primi...
[ERROR] NumberFormatCustomizationTest.testNumberFormatAccessors:138 »
Jsonb AccessorCu...
[ERROR] AnnotationTypeInfoTest.testCreatorDeserialization:83 »
IllegalArgument Invalid...
[ERROR] JSONBSigTest.signatureTest:280 Fault JSONBSigTest.signatureTest()
failed!, dif...
[INFO]
[ERROR] Tests run: 295, Failures: 6, Errors: 7, Skipped: 5
````
For JSONP, we have
````
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ClientTests.jsonGeneratorStreamNotClosedTest:2106 The underlying
stream is closed but it shouldn't because JSON object was not completed
[ERROR] ClientTests.jsonObjectBuilderBuildTest:1365 expected: <null> but
was: <"value">
[ERROR] ClientTests.testDuplicateKeysFirst:3223 expected: <A> but was: <B>
[ERROR] ClientTests.testDuplicateKeysNone:3203 It is expected a
JsonException
[ERROR] ClientTests.jsonProviderTest1:103 jsonProviderTest1 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest11:343 jsonProviderTest11 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest12:365 jsonProviderTest12 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest13:388 jsonProviderTest13 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest14:410 jsonProviderTest14 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest15:433 jsonProviderTest15 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest16:455 jsonProviderTest16 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest17:477 jsonProviderTest17 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest18:500 jsonProviderTest18 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest2:132 jsonProviderTest2 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest3:162 jsonProviderTest3 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest4:181 jsonProviderTest4 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest5:204 jsonProviderTest5 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest6:227 jsonProviderTest5 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest7:250 jsonProviderTest7 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest8:273 jsonProviderTest8 Failed ==>
expected: <true> but was: <false>
[ERROR] ClientTests.jsonProviderTest9:296 jsonProviderTest9 Failed ==>
expected: <true> but was: <false>
[ERROR] Errors:
[ERROR] ClientTests.jsonParserCurrentEvent:1862 » UnsupportedOperation
[ERROR] ClientTests.jsonNumber21Test:347 » UnsupportedOperation 1 type is
not known
[ERROR] JSONPSigTest.signatureTest:281 Fault JSONPSigTest.signatureTest()
failed!, diffs found
[INFO]
[ERROR] Tests run: 197, Failures: 21, Errors: 3, Skipped: 0
````
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]