Skip to content

Commit a1ad974

Browse files
authored
Merge branch 'master' into dependabot/maven/master/dependencies-68270d68d5
2 parents 13a3948 + 450de74 commit a1ad974

File tree

31 files changed

+43
-45
lines changed

31 files changed

+43
-45
lines changed

aws-cognito/http-client-authtoken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.avaje</groupId>
1919
<artifactId>avaje-http-client</artifactId>
20-
<version>3.5-RC3</version>
20+
<version>3.5-RC4</version>
2121
</dependency>
2222

2323
<dependency>

htmx-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.5-RC3</version>
9+
<version>3.5-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-api</artifactId>

htmx-nima-jstache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.5-RC3</version>
9+
<version>3.5-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-nima-jstache</artifactId>

htmx-nima/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.5-RC3</version>
9+
<version>3.5-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-nima</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>avaje-htmx-api</artifactId>
25-
<version>3.5-RC3</version>
25+
<version>3.5-RC4</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>io.helidon.webserver</groupId>

http-api-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.5-RC3</version>
7+
<version>3.5-RC4</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.5-RC3</version>
7+
<version>3.5-RC4</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-api/src/main/java/io/avaje/http/api/SupressLogging.java renamed to http-api/src/main/java/io/avaje/http/api/SuppressLogging.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
* interface CustomerApi {
1818
* ...
1919
* @Get("/{id}")
20-
* @SupressLogging
20+
* @SuppressLogging
2121
* Customer getById(long id);
2222
*
2323
* @Post
24-
* @SupressLogging
24+
* @SuppressLogging
2525
* long save(Customer customer);
2626
* }
2727
*
2828
* }</pre>
2929
*/
3030
@Retention(SOURCE)
3131
@Target({ElementType.TYPE, ElementType.METHOD})
32-
public @interface SupressLogging {}
32+
public @interface SuppressLogging {}

http-client-gson-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.5-RC3</version>
7+
<version>3.5-RC4</version>
88
</parent>
99

1010
<artifactId>avaje-http-client-gson</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-http-client</artifactId>
24-
<version>3.5-RC3</version>
24+
<version>3.5-RC4</version>
2525
<scope>provided</scope>
2626
</dependency>
2727

http-client-moshi-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-http-parent</artifactId>
6-
<version>3.5-RC3</version>
6+
<version>3.5-RC4</version>
77
</parent>
88
<artifactId>avaje-http-client-moshi</artifactId>
99
<name>avaje-http-client-moshi</name>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-http-client</artifactId>
23-
<version>3.5-RC3</version>
23+
<version>3.5-RC4</version>
2424
<scope>provided</scope>
2525
</dependency>
2626

http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.5-RC3</version>
7+
<version>3.5-RC4</version>
88
</parent>
99

1010
<artifactId>avaje-http-client</artifactId>

0 commit comments

Comments
 (0)