File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
integrationtest/wildfly/src/test/java/org/hibernate/validator/integration/util Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717import jakarta .validation .spi .ConfigurationState ;
1818import jakarta .validation .spi .ValidationProvider ;
1919
20+ import org .hibernate .validator .constraintvalidation .spi .DefaultConstraintValidatorFactory ;
21+
2022/**
2123 * @author Hardy Ferentschik
2224 */
@@ -61,7 +63,7 @@ public TraversableResolver getTraversableResolver() {
6163
6264 @ Override
6365 public ConstraintValidatorFactory getConstraintValidatorFactory () {
64- throw new UnsupportedOperationException ();
66+ return new DefaultConstraintValidatorFactory ();
6567 }
6668
6769 @ Override
Original file line number Diff line number Diff line change 134134 <version .org.jboss.logging.jboss-logging-tools>3.0.4.Final</version .org.jboss.logging.jboss-logging-tools>
135135
136136 <!-- Currently supported version of WildFly -->
137- <version .wildfly>35 .0.1 .Final</version .wildfly>
137+ <version .wildfly>36 .0.0 .Final</version .wildfly>
138138 <!-- Used to create a patch file for the second version of WildFly we support -->
139139 <!-- <version.wildfly.secondary>18.0.1.Final</version.wildfly.secondary>-->
140140 <!-- Version used to run the TCK in incontainer mode -->
You can’t perform that action at this time.
0 commit comments