jakartaee / jsonb-api

Jakarta JSON Binding
https://eclipse-ee4j.github.io/jsonb-api/
Other
78 stars 39 forks source link

TCK reworked to JUnit 5 and reformatted #276

Closed Verdent closed 2 years ago

KyleAure commented 2 years ago

@Verdent Sorry, I'm a bit late to the conversation on this PR, but I'm confused about the removal of Arquillian. Arquillian was being used as a mechanism for deploying and running these tests on application servers. Without that, and without any other documentation, how are application server implementations supposed to run these tests? I believe many of the other Jakarta EE specifications have been migrating their TCKs to use Junit/TestNG + Arquillian for a standard way to automate test deployments.

rmannibucau commented 2 years ago

There is some interesting work in JBatch about using junit5 primarly and be able to back by arquillian engine through an extension to run in a container without polluting tck code itself, can be worth checking since arquillian is not trendy nor attracting contributors today anymore.