-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
Undefined
-
---
-
---
This task is about creating a new TCK test runner for running the beanvalidation-tck (binary BV TCK link ) that can be similar to the Hibernate Validator project tck-runner except it will be updated to work with Bean Validation 3.0 (Jakarta EE 9) instead of Bean Validation 2.0.
https://github.com/eclipse-ee4j/bvtck-porting is an example TCK runner that is used for GlassFish.
The documentation for the Bean Validation TCK is available at https://docs.jboss.org/hibernate/stable/beanvalidation/tck/reference/html_single (and https://docs.jboss.org/hibernate/stable/beanvalidation/tck/reference/html_single/#configuration) which I believe describes how to set up a TCK runner for an EE 8 implementation.
Please note that https://github.com/eclipse-ee4j/beanvalidation-tck#jakarta-bean-validation-tck points to what should be Jakarta EE 9 setup examples documentation.