Skipped TCK tests
by Matt Benson
As mentioned elsewhere, the Apache BVal implementation of BV2 (which
includes an extensive rewrite of much of our supporting code) is
proceeding but we are seeing a large number of skipped tests. Our
configuration looks very much like the Maven example pointed to by the
TCK reference guide and can be observed at [1]. If anyone has any tips
on how to determine what's causing so many skipped tests, they would
be much appreciated.
Thanks,
Matt & team
[1] https://github.com/apache/bval/blob/bv2/bval-tck/pom.xml
6 years, 8 months
Value extractors and the TCK
by Matt Benson
Hi all,
We are progressing on the Apache BVal implementation of BV 2.0 and I have a
question. Taking as a concrete example,
CascadingOnContainerElementsTest#cascading_on_container_element_of_constructor_parameter_is_applied():
BarService#<init>(List) annotates the Bar element type of the List
parameter, yet the unit test appears to treat this identically to a BV < 2
@Valid List, from the perspective of the expected path nodes. I can perhaps
accept that, but if that is what is expected by the spec (I don't find this
explicitly stated, but that may be my problem), when would the built in
list element value extractor be expected to kick in and supply the <list
element> node as stated in the spec, and/or when would said node be
expected to show up in a path?
Thanks,
Matt
6 years, 9 months