Value extraction for cascaded validation and type argument constraints: No way to unwrap Iterable without index error during error when using Set. #33278
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
will cause:
Everything is fine if using a
List
instead of aSet
as parameter.P.S. If you want to replicate the error using kotlin, be sure to enable:
tasks.compileKotlin { compilerOptions { freeCompilerArgs.add("-Xemit-jvm-type-annotations") } }
Further reference: https://beanvalidation.org/proposals/BVAL-508-appendix/
The text was updated successfully, but these errors were encountered: