File tree Expand file tree Collapse file tree 27 files changed +58
-54
lines changed
aws-cognito/http-client-authtoken
http-client-moshi-adapter Expand file tree Collapse file tree 27 files changed +58
-54
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.3 </version >
20
+ <version >3.4-RC1 </version >
21
21
</dependency >
22
22
23
23
<dependency >
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.3 </version >
9
+ <version >3.4-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >avaje-htmx-api</artifactId >
13
-
14
- <properties >
15
- </properties >
13
+ <name >avaje-htmx-api</name >
16
14
17
15
<dependencies >
18
16
<dependency >
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.3 </version >
9
+ <version >3.4-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >avaje-htmx-nima-jstache</artifactId >
13
+ <name >avaje-htmx-nima-jstache</name >
13
14
14
15
<properties >
15
16
<maven .compiler.source>21</maven .compiler.source>
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.3 </version >
9
+ <version >3.4-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >avaje-htmx-nima</artifactId >
13
+ <name >avaje-htmx-nima</name >
13
14
14
15
<properties >
15
16
<maven .compiler.release>21</maven .compiler.release>
21
22
<dependency >
22
23
<groupId >io.avaje</groupId >
23
24
<artifactId >avaje-htmx-api</artifactId >
24
- <version >3.3 </version >
25
+ <version >3.4-RC1 </version >
25
26
</dependency >
26
27
<dependency >
27
28
<groupId >io.helidon.webserver</groupId >
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
11
11
<artifactId >avaje-http-api-javalin</artifactId >
12
+ <name >avaje-http-api-javalin</name >
12
13
13
14
<scm >
14
15
<developerConnection >scm:git:git@github.com:avaje/avaje-http.git</developerConnection >
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
11
11
<artifactId >avaje-http-api</artifactId >
12
+ <name >avaje-http-api</name >
12
13
13
14
<scm >
14
15
<developerConnection >scm:git:git@github.com:avaje/avaje-http.git</developerConnection >
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-client-gson</artifactId >
11
+ <name >avaje-http-client-gson</name >
11
12
12
13
<dependencies >
13
14
20
21
<dependency >
21
22
<groupId >io.avaje</groupId >
22
23
<artifactId >avaje-http-client</artifactId >
23
- <version >3.3 </version >
24
+ <version >3.4-RC1 </version >
24
25
<scope >provided</scope >
25
26
</dependency >
26
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.3 </version >
6
+ <version >3.4-RC1 </version >
7
7
</parent >
8
8
<artifactId >avaje-http-client-moshi</artifactId >
9
+ <name >avaje-http-client-moshi</name >
9
10
10
11
<dependencies >
11
12
12
- <dependency >
13
- <groupId >com.squareup.moshi</groupId >
14
- <artifactId >moshi</artifactId >
15
- <version >1.15.2</version >
16
- <optional >true</optional >
17
- </dependency >
18
-
19
13
<dependency >
20
- <groupId >io.avaje </groupId >
21
- <artifactId >avaje-http-client </artifactId >
22
- <version >3.3 </version >
23
- <scope >provided</ scope >
14
+ <groupId >com.squareup.moshi </groupId >
15
+ <artifactId >moshi </artifactId >
16
+ <version >1.15.2 </version >
17
+ <optional >true</ optional >
24
18
</dependency >
25
19
26
- <!-- test dependencies -->
27
-
28
20
<dependency >
29
21
<groupId >io.avaje</groupId >
30
- <artifactId >junit </artifactId >
31
- <version >1.6 </version >
32
- <scope >test </scope >
22
+ <artifactId >avaje-http-client </artifactId >
23
+ <version >3.4-RC1 </version >
24
+ <scope >provided </scope >
33
25
</dependency >
34
26
35
27
</dependencies >
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-client</artifactId >
11
+ <name >avaje-http-client</name >
11
12
12
13
<scm >
13
14
<developerConnection >scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection >
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-client-generator</artifactId >
11
+ <name >avaje-http-client-generator</name >
11
12
12
13
<properties >
13
14
<maven .compiler.release>11</maven .compiler.release>
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-generator-core</artifactId >
11
+ <name >avaje-http-generator-core</name >
11
12
12
13
<dependencies >
13
14
<dependency >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >avaje-http-parent</artifactId >
6
6
<groupId >io.avaje</groupId >
7
- <version >3.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-helidon-generator</artifactId >
11
+ <name >avaje-http-helidon-generator</name >
11
12
12
13
<properties >
13
14
<maven .compiler.release>21</maven .compiler.release>
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-javalin-generator</artifactId >
11
+ <name >avaje-http-javalin-generator</name >
11
12
12
13
<dependencies >
13
14
23
24
<version >${avaje.prisms.version} </version >
24
25
<scope >provided</scope >
25
26
</dependency >
26
-
27
+
27
28
<dependency >
28
29
<groupId >io.avaje</groupId >
29
30
<artifactId >avaje-http-api-javalin</artifactId >
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-jex-generator</artifactId >
11
-
11
+ <name >avaje-http-jex-generator</name >
12
+
12
13
<properties >
13
14
<maven .compiler.release>21</maven .compiler.release>
14
15
</properties >
15
-
16
+
16
17
<dependencies >
17
18
18
19
<dependency >
19
20
<groupId >io.avaje</groupId >
20
21
<artifactId >avaje-http-generator-core</artifactId >
21
22
<version >${project.version} </version >
22
23
</dependency >
23
-
24
+
24
25
<dependency >
25
26
<groupId >io.avaje</groupId >
26
27
<artifactId >avaje-prisms</artifactId >
27
28
<version >${avaje.prisms.version} </version >
28
29
<scope >provided</scope >
29
30
</dependency >
30
-
31
+
31
32
</dependencies >
32
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-http-sigma-generator</artifactId >
11
+ <name >avaje-http-sigma-generator</name >
11
12
12
13
<properties >
13
14
<maven .compiler.release>17</maven .compiler.release>
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.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
11
11
<artifactId >avaje-http-inject-plugin</artifactId >
12
+ <name >avaje-http-inject-plugin</name >
12
13
13
14
<scm >
14
15
<developerConnection >scm:git:git@github.com:avaje/avaje-http.git</developerConnection >
Original file line number Diff line number Diff line change 9
9
10
10
<groupId >io.avaje</groupId >
11
11
<artifactId >avaje-http-parent</artifactId >
12
- <version >3.3</version >
12
+ <name >avaje-http-parent</name >
13
+ <version >3.4-RC1</version >
13
14
<packaging >pom</packaging >
14
15
15
16
<scm >
23
24
<jackson .version>2.14.2</jackson .version>
24
25
<jex .version>3.0-RC10</jex .version>
25
26
<avaje .prisms.version>1.42</avaje .prisms.version>
26
- <project .build.outputTimestamp>2025-04-29T22:40:45Z </project .build.outputTimestamp>
27
+ <project .build.outputTimestamp>2025-06-03T19:27:32Z </project .build.outputTimestamp>
27
28
<module-info .shade>${project.build.directory}${file.separator} module-info.shade</module-info .shade>
28
29
</properties >
29
30
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >avaje-http-parent</artifactId >
6
6
<groupId >io.avaje</groupId >
7
- <version >3.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >tests</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >tests</artifactId >
7
- <version >3.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >test-client-generation</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.avaje</groupId >
8
8
<artifactId >tests</artifactId >
9
- <version >3.3 </version >
9
+ <version >3.4-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >test-client</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.avaje</groupId >
7
7
<artifactId >tests</artifactId >
8
- <version >3.3 </version >
8
+ <version >3.4-RC1 </version >
9
9
</parent >
10
10
11
11
<artifactId >test-javalin-jsonb</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >tests</artifactId >
7
- <version >3.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >test-javalin</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >tests</artifactId >
7
- <version >3.3 </version >
7
+ <version >3.4-RC1 </version >
8
8
</parent >
9
9
10
10
<artifactId >test-jex</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.avaje</groupId >
8
8
<artifactId >tests</artifactId >
9
- <version >3.3 </version >
9
+ <version >3.4-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >test-nima-htmx</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.avaje</groupId >
8
8
<artifactId >tests</artifactId >
9
- <version >3.3 </version >
9
+ <version >3.4-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >test-nima-jsonb</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.avaje</groupId >
8
8
<artifactId >tests</artifactId >
9
- <version >3.3 </version >
9
+ <version >3.4-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >test-nima</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.avaje</groupId >
7
7
<artifactId >tests</artifactId >
8
- <version >3.3 </version >
8
+ <version >3.4-RC1 </version >
9
9
</parent >
10
10
11
11
<artifactId >test-sigma</artifactId >
You can’t perform that action at this time.
0 commit comments