validation-tck icon indicating copy to clipboard operation
validation-tck copied to clipboard

Bean Validation TCK

Results 4 validation-tck issues
Sort by recently updated
recently updated
newest added

We were wondering what your policy regarding AssertJ upgrades is as the current version is (indirectly) blocking us from upgrading AssertJ in our internal projects. To give some more background,...

The language in the [Appeals process doc.](https://github.com/eclipse-ee4j/beanvalidation-tck/blob/master/documentation/src/main/asciidoc/appeals-process.asciidoc) doesn't match what is in the TCK Process Doc https://jakarta.ee/committees/specification/tckprocess/. Please consider updating to the current text -- specifically for appeals to the...

Looking at this test `org.hibernate.beanvalidation.tck.tests.constraints.validatorresolution.ValidatorResolutionTest#testResolutionOfMinMaxForDifferentTypes` I don't understand why would `@Min` work on a `String` type; it's JavaDoc doesn't say anything about validating a `String.` ```java public class MinMax {...

The latest 3.1 TCK release on the staging repo is from March, @starksm64 can we get an updated release with the new fixes?