]
Jason Lee resolved WFLY-14300.
------------------------------
Resolution: Done
Guillaume Smet made some changes on the HV side. Scott and I worked with the Jenkins build
to get the tests to run.
Create Jakarta Bean Validation TCK runner for WildFly EE 9
----------------------------------------------------------
Key: WFLY-14300
URL:
https://issues.redhat.com/browse/WFLY-14300
Project: WildFly
Issue Type: Sub-task
Components: Bean Validation
Reporter: Scott Marlow
Assignee: Jason Lee
Priority: Major
Fix For: 23.0.0.Beta1
This task is about creating a new TCK test runner for running the
[
beanvalidation-tck|https://github.com/eclipse-ee4j/beanvalidation-tck] ([binary BV TCK
link
|https://download.eclipse.org/jakartaee/bean-validation/3.0/beanvalidation-tck-dist-3.0.0.zip])
that can be similar to the Hibernate Validator project
[
tck-runner|https://github.com/hibernate/hibernate-validator/tree/master/t...]
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... (and
https://docs.jboss.org/hibernate/stable/beanvalidation/tck/reference/html...)
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-validatio... points to
what should be Jakarta EE 9 setup examples documentation.