jakartaee / platform-tck

Jakartaee-tck
Other
124 stars 103 forks source link

Refactor the TCK repo to maintain the optional tests being removed from EE 11 #1342

Open starksm64 opened 6 days ago

starksm64 commented 6 days ago

Is your feature request related to a problem? Please describe. The TCK tests for optional specifications are not required to be run for EE 11, and so we may not be porting them to the Arquillian/JUnit5 framework.

Describe the solution you'd like We should decide how to refactor the TCK repo to preserve these tests as some form of JavaTest/CTS legacy bundle for people to use. Maybe a EE11-legacy-optional branch that removes all tests that have been ported over would be a good approach.