File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/main/java/io/avaje/http/hibernate/validator Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >io.avaje</groupId >
66 <artifactId >avaje-http-hibernate-validator</artifactId >
7- <version >2.6 </version >
7+ <version >2.8 </version >
88
99 <parent >
1010 <groupId >org.avaje</groupId >
1111 <artifactId >java8-oss</artifactId >
12- <version >3.2</version >
12+ <version >3.8</version >
13+ <relativePath />
1314 </parent >
1415
1516 <scm >
2223 <dependency >
2324 <groupId >org.hibernate.validator</groupId >
2425 <artifactId >hibernate-validator</artifactId >
25- <version >6.2.0 .Final</version >
26+ <version >6.2.3 .Final</version >
2627 </dependency >
2728
2829 <dependency >
4142 <dependency >
4243 <groupId >io.avaje</groupId >
4344 <artifactId >avaje-inject</artifactId >
44- <version >6.12 </version >
45+ <version >8.3 </version >
4546 <scope >provided</scope >
4647 </dependency >
4748
5051 <dependency >
5152 <groupId >io.avaje</groupId >
5253 <artifactId >avaje-inject-generator</artifactId >
53- <version >6.12 </version >
54+ <version >8.3 </version >
5455 <scope >provided</scope >
5556 </dependency >
5657
Original file line number Diff line number Diff line change 33
44import io .avaje .http .api .ValidationException ;
55import io .avaje .http .api .Validator ;
6-
7- import jakarta .inject .Singleton ;
6+ import io .avaje .inject .Component ;
87
98import javax .validation .ConstraintViolation ;
109import javax .validation .Path ;
1413import java .util .Map ;
1514import java .util .Set ;
1615
17- @ Singleton
16+ @ Component
1817public class BeanValidator implements Validator {
1918
2019 private static final ValidatorFactory factory = Validation .buildDefaultValidatorFactory ();
You can’t perform that action at this time.
0 commit comments