File tree Expand file tree Collapse file tree 8 files changed +16
-8
lines changed Expand file tree Collapse file tree 8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Reflection-free pojo validation via apt source code generation. A light (~120kb
31
31
<!-- Alternatively can use Jakarta/Javax Constraints-->
32
32
<dependency >
33
33
<groupId >io.avaje</groupId >
34
- <artifactId >validator-constraints</artifactId >
34
+ <artifactId >avaje- validator-constraints</artifactId >
35
35
<version >${avaje.validator.version}</version >
36
36
</dependency >
37
37
```
Original file line number Diff line number Diff line change 45
45
46
46
<dependency >
47
47
<groupId >io.avaje</groupId >
48
- <artifactId >validator-constraints</artifactId >
48
+ <artifactId >avaje- validator-constraints</artifactId >
49
49
<version >${project.version} </version >
50
50
</dependency >
51
51
Original file line number Diff line number Diff line change 27
27
</dependency >
28
28
<dependency >
29
29
<groupId >io.avaje</groupId >
30
- <artifactId >validator-constraints</artifactId >
30
+ <artifactId >avaje- validator-constraints</artifactId >
31
31
<version >1.2-SNAPSHOT</version >
32
32
</dependency >
33
33
<dependency >
Original file line number Diff line number Diff line change 7
7
<artifactId >avaje-validator-parent</artifactId >
8
8
<version >1.3-SNAPSHOT</version >
9
9
</parent >
10
- <artifactId >validator-constraints</artifactId >
10
+ <artifactId >avaje-validator-constraints</artifactId >
11
+ <name >validator-constraints</name >
12
+ <description >avaje validator constraint annotations</description >
13
+
11
14
</project >
Original file line number Diff line number Diff line change 11
11
12
12
<artifactId >avaje-validator-generator</artifactId >
13
13
<name >validator generator</name >
14
- <description >annotation processor generating json adapters</description >
14
+ <description >annotation processor generating validation adapters</description >
15
15
<properties >
16
16
<avaje .prisms.version>1.16</avaje .prisms.version>
17
17
</properties >
20
20
21
21
<dependency >
22
22
<groupId >io.avaje</groupId >
23
- <artifactId >validator-constraints</artifactId >
23
+ <artifactId >avaje- validator-constraints</artifactId >
24
24
<version >${project.version} </version >
25
25
<optional >true</optional >
26
26
<scope >provided</scope >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<artifactId >avaje-validator-http-plugin</artifactId >
11
11
<name >validator-http-plugin</name >
12
+ <description >plugin to provide validation to request payloads for avaje-http</description >
13
+
12
14
<dependencies >
13
15
<dependency >
14
16
<groupId >io.avaje</groupId >
15
17
<artifactId >avaje-validator</artifactId >
16
- <version >0.16 </version >
18
+ <version >1.2 </version >
17
19
<scope >provided</scope >
18
20
<optional >true</optional >
19
21
</dependency >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
<artifactId >avaje-validator-inject-plugin</artifactId >
11
11
<name >validator-inject-plugin</name >
12
+ <description >plugin for avaje-inject to provide a default validator</description >
13
+
12
14
<dependencies >
13
15
<dependency >
14
16
<groupId >io.avaje</groupId >
28
30
29
31
<dependency >
30
32
<groupId >io.avaje</groupId >
31
- <artifactId >validator-constraints</artifactId >
33
+ <artifactId >avaje- validator-constraints</artifactId >
32
34
<version >${project.version} </version >
33
35
<scope >test</scope >
34
36
</dependency >
Original file line number Diff line number Diff line change 10
10
11
11
<artifactId >avaje-validator</artifactId >
12
12
<name >validator</name >
13
+ <description >validator for annotated pojos using constraint annotations and source code generation</description >
13
14
14
15
<dependencies >
15
16
You can’t perform that action at this time.
0 commit comments