File tree 2 files changed +4
-2
lines changed
integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/util
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 17
17
import jakarta .validation .spi .ConfigurationState ;
18
18
import jakarta .validation .spi .ValidationProvider ;
19
19
20
+ import org .hibernate .validator .constraintvalidation .spi .DefaultConstraintValidatorFactory ;
21
+
20
22
/**
21
23
* @author Hardy Ferentschik
22
24
*/
@@ -61,7 +63,7 @@ public TraversableResolver getTraversableResolver() {
61
63
62
64
@ Override
63
65
public ConstraintValidatorFactory getConstraintValidatorFactory () {
64
- throw new UnsupportedOperationException ();
66
+ return new DefaultConstraintValidatorFactory ();
65
67
}
66
68
67
69
@ Override
Original file line number Diff line number Diff line change 134
134
<version .org.jboss.logging.jboss-logging-tools>3.0.4.Final</version .org.jboss.logging.jboss-logging-tools>
135
135
136
136
<!-- Currently supported version of WildFly -->
137
- <version .wildfly>35 .0.1 .Final</version .wildfly>
137
+ <version .wildfly>36 .0.0 .Final</version .wildfly>
138
138
<!-- Used to create a patch file for the second version of WildFly we support -->
139
139
<!-- <version.wildfly.secondary>18.0.1.Final</version.wildfly.secondary>-->
140
140
<!-- Version used to run the TCK in incontainer mode -->
You can’t perform that action at this time.
0 commit comments