<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>In the current revision of the spec, the value-extractor element is at the same level as message-interpolator for instance.<br><br></div>So, when you want to add several value-extractors, you end up having the following:<br><validation-config><br><br> <message-interpolator>org.hibernate.beanvalidation.tck.tests.integration.cdi.managedobjects.MessageInterpolatorUsingDependencyInjection</message-interpolator><br><br> <value-extractor>package.MapKeyValueExtractorUsingDependencyInjection</value-extractor><br> <value-extractor>package.MapValueValueExtractorUsingDependencyInjection</value-extractor><br><br></validation-config><br><br></div>I was thinking that we should maybe wrap it into a value-extractors element. It would be nicer and more consistent with the usual conventions.<br><br></div>What do you all think about it?<br><br>-- <br></div>Guillaume<br></div>