File tree Expand file tree Collapse file tree 31 files changed +79
-81
lines changed
aws-cognito/http-client-authtoken
src/main/java/io/avaje/http/api
http-client-moshi-adapter
main/java/io/avaje/http/generator/client
test/java/io/avaje/http/generator/client/clients
src/main/java/example/github Expand file tree Collapse file tree 31 files changed +79
-81
lines changed Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<groupId >io.avaje</groupId >
19
19
<artifactId >avaje-http-client</artifactId >
20
- <version >3.5-RC3 </version >
20
+ <version >3.5-RC4 </version >
21
21
</dependency >
22
22
23
23
<dependency >
24
24
<groupId >io.avaje</groupId >
25
25
<artifactId >avaje-json-core</artifactId >
26
- <version >3.6 </version >
26
+ <version >3.7 </version >
27
27
</dependency >
28
28
29
29
<!-- test dependencies -->
30
30
<dependency >
31
31
<groupId >io.avaje</groupId >
32
32
<artifactId >avaje-json-node</artifactId >
33
- <version >3.6 </version >
33
+ <version >3.7 </version >
34
34
<scope >test</scope >
35
35
</dependency >
36
36
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.avaje</groupId >
8
8
<artifactId >avaje-http-parent</artifactId >
9
- <version >3.5-RC3 </version >
9
+ <version >3.5-RC4 </version >
10
10
</parent >
11
11
12
12
<artifactId >avaje-htmx-api</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.avaje</groupId >
8
8
<artifactId >avaje-http-parent</artifactId >
9
- <version >3.5-RC3 </version >
9
+ <version >3.5-RC4 </version >
10
10
</parent >
11
11
12
12
<artifactId >avaje-htmx-nima-jstache</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.avaje</groupId >
8
8
<artifactId >avaje-http-parent</artifactId >
9
- <version >3.5-RC3 </version >
9
+ <version >3.5-RC4 </version >
10
10
</parent >
11
11
12
12
<artifactId >avaje-htmx-nima</artifactId >
22
22
<dependency >
23
23
<groupId >io.avaje</groupId >
24
24
<artifactId >avaje-htmx-api</artifactId >
25
- <version >3.5-RC3 </version >
25
+ <version >3.5-RC4 </version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >io.helidon.webserver</groupId >
29
29
<artifactId >helidon-webserver</artifactId >
30
- <version >4.2.6 </version >
30
+ <version >4.2.7 </version >
31
31
</dependency >
32
32
</dependencies >
33
33
</project >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-parent</artifactId >
7
- <version >3.5-RC3 </version >
7
+ <version >3.5-RC4 </version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-parent</artifactId >
7
- <version >3.5-RC3 </version >
7
+ <version >3.5-RC4 </version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 17
17
* interface CustomerApi {
18
18
* ...
19
19
* @Get("/{id}")
20
- * @SupressLogging
20
+ * @SuppressLogging
21
21
* Customer getById(long id);
22
22
*
23
23
* @Post
24
- * @SupressLogging
24
+ * @SuppressLogging
25
25
* long save(Customer customer);
26
26
* }
27
27
*
28
28
* }</pre>
29
29
*/
30
30
@ Retention (SOURCE )
31
31
@ Target ({ElementType .TYPE , ElementType .METHOD })
32
- public @interface SupressLogging {}
32
+ public @interface SuppressLogging {}
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-parent</artifactId >
7
- <version >3.5-RC3 </version >
7
+ <version >3.5-RC4 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-client-gson</artifactId >
15
15
<dependency >
16
16
<groupId >com.google.code.gson</groupId >
17
17
<artifactId >gson</artifactId >
18
- <version >2.13.1 </version >
18
+ <version >2.13.2 </version >
19
19
</dependency >
20
20
21
21
<dependency >
22
22
<groupId >io.avaje</groupId >
23
23
<artifactId >avaje-http-client</artifactId >
24
- <version >3.5-RC3 </version >
24
+ <version >3.5-RC4 </version >
25
25
<scope >provided</scope >
26
26
</dependency >
27
27
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.avaje</groupId >
5
5
<artifactId >avaje-http-parent</artifactId >
6
- <version >3.5-RC3 </version >
6
+ <version >3.5-RC4 </version >
7
7
</parent >
8
8
<artifactId >avaje-http-client-moshi</artifactId >
9
9
<name >avaje-http-client-moshi</name >
20
20
<dependency >
21
21
<groupId >io.avaje</groupId >
22
22
<artifactId >avaje-http-client</artifactId >
23
- <version >3.5-RC3 </version >
23
+ <version >3.5-RC4 </version >
24
24
<scope >provided</scope >
25
25
</dependency >
26
26
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-parent</artifactId >
7
- <version >3.5-RC3 </version >
7
+ <version >3.5-RC4 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-client</artifactId >
30
30
<dependency >
31
31
<groupId >com.fasterxml.jackson.core</groupId >
32
32
<artifactId >jackson-databind</artifactId >
33
- <version >2.19.2 </version >
33
+ <version >2.20.0 </version >
34
34
<optional >true</optional >
35
35
</dependency >
36
36
37
37
<dependency >
38
38
<groupId >io.avaje</groupId >
39
39
<artifactId >avaje-jsonb</artifactId >
40
- <version >3.6 </version >
40
+ <version >3.7 </version >
41
41
<optional >true</optional >
42
42
</dependency >
43
43
44
44
<dependency >
45
45
<groupId >io.avaje</groupId >
46
46
<artifactId >avaje-json-node</artifactId >
47
- <version >3.6 </version >
47
+ <version >3.7 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
112
112
<plugin >
113
113
<groupId >org.apache.maven.plugins</groupId >
114
114
<artifactId >maven-compiler-plugin</artifactId >
115
- <version >3.14.0 </version >
115
+ <version >3.14.1 </version >
116
116
<executions >
117
117
<execution >
118
118
<id >default-testCompile</id >
You can’t perform that action at this time.
0 commit comments