Hi all, Guess it's time to circle back and provide some visibility.
We started the Jakarta EE 10 work a while back. I went ahead and merged all the PR to origin/master and made sure the build was green. I created a profile -Ptck to run the TCK so we can keep working on the TCK while the build is still green. Here is the status for JSONP [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] Errors: [ERROR] ClientTests.jsonParserCurrentEvent:1862 » UnsupportedOperation [ERROR] ClientTests.jsonNumber21Test:347 » UnsupportedOperation 1 type is not known [INFO] [ERROR] Tests run: 179, Failures: 4, Errors: 2, Skipped: 0 Here is the status for JSONB [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] ClassesMappingTest.testPrivateAccessorsPublicField:302 Failed to ignore setting public value using private setter. Expected: is "Test String" but: was "New Test String" [ERROR] Errors: [ERROR] OptionalCreatorParametersTest.testOptionalTypesDefaultValues:98 » Jsonb Option... [ERROR] OptionalCreatorParametersTest.testOptionalTypesInCreator:113 » Jsonb OptionalT... [ERROR] OptionalCreatorParametersTest.testPrimitiveTypesDefaultValues:77 » Jsonb Primi... [ERROR] AnnotationTypeInfoTest.testCreatorDeserialization:83 » IllegalArgument Invalid... [INFO] [ERROR] Tests run: 295, Failures: 3, Errors: 4, Skipped: 5 We are not far at all. I know we have some contributors willing to help or already working on it, so hopefully this helps. I'll see if I can also have a look at some of them when possible. I'd like to maybe start creating a RC with what we have so people can start experimenting and provide feedback. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com