-
Bug
-
Resolution: Done
-
Major
-
2.12.2.Final
-
None
When Bean Validation is setup, here is the generated META-INF/validation.xml file:
<validation-config xmlns="http://jboss.org/xml/ns/javax/validation/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration validation-configuration-1.1.xsd"/>
It misses the version attribute and should be :
<validation-config xmlns="http://jboss.org/xml/ns/javax/validation/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration validation-configuration-1.1.xsd" version="1.1"/>
- relates to
-
FORGE-1852 Parameter --beanValidationVersion missing in constraint-setup
- Open