Skip to content

Commit a2dd4c9

Browse files
authored
3.9-RC1 (#456)
1 parent c3bf890 commit a2dd4c9

File tree

12 files changed

+23
-29
lines changed

12 files changed

+23
-29
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public final class AddressJsonAdapter implements JsonAdapter<Address>, ViewBuild
215215
}
216216
```
217217

218-
## Based on Moshi
218+
## Inspired by Moshi
219219

220220
`avaje-jsonb` was based on [Moshi](https://github.com/square/moshi) with some changes as summarised below:
221221

@@ -265,9 +265,3 @@ When using Spring Web, you can use the following dependency to use avaje-jsonb f
265265
</dependency>
266266
```
267267

268-
## Related works
269-
- [moshi](https://github.com/square/moshi), [reddit - why use moshi over gson](https://www.reddit.com/r/androiddev/comments/684flw/why_use_moshi_over_gson/)
270-
- [dsl-json](https://github.com/ngs-doo/dsl-json)
271-
- [jackson core](https://github.com/FasterXML/jackson-core)
272-
- [jackson databind](https://github.com/FasterXML/jackson-databind)
273-

blackbox-test-cascade/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-jsonb-parent</artifactId>
6-
<version>3.9-SNAPSHOT</version>
6+
<version>3.9-RC1</version>
77
</parent>
88
<artifactId>blackbox-test-cascade</artifactId>
99

blackbox-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>3.9-SNAPSHOT</version>
7+
<version>3.9-RC1</version>
88
</parent>
99

1010
<artifactId>blackbox-test</artifactId>
@@ -28,13 +28,13 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-jsonb</artifactId>
31-
<version>3.9-SNAPSHOT</version>
31+
<version>3.9-RC1</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-json-node</artifactId>
37-
<version>3.9-SNAPSHOT</version>
37+
<version>3.9-RC1</version>
3838
</dependency>
3939

4040
<!-- <dependency>-->
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.avaje</groupId>
5656
<artifactId>avaje-jsonb-generator</artifactId>
57-
<version>3.9-SNAPSHOT</version>
57+
<version>3.9-RC1</version>
5858
<scope>provided</scope>
5959
</dependency>
6060
<dependency>

json-core/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-jsonb-parent</artifactId>
9-
<version>3.9-SNAPSHOT</version>
9+
<version>3.9-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-json-core</artifactId>

json-node/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-jsonb-parent</artifactId>
9-
<version>3.9-SNAPSHOT</version>
9+
<version>3.9-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-json-node</artifactId>

jsonb-bom/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-jsonb-parent</artifactId>
9-
<version>3.9-SNAPSHOT</version>
9+
<version>3.9-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-jsonb-bom</artifactId>
@@ -24,38 +24,38 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-json-core</artifactId>
27-
<version>3.9-SNAPSHOT</version>
27+
<version>3.9-RC1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-json-node</artifactId>
32-
<version>3.9-SNAPSHOT</version>
32+
<version>3.9-RC1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-jsonb</artifactId>
37-
<version>3.9-SNAPSHOT</version>
37+
<version>3.9-RC1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-jsonb-generator</artifactId>
42-
<version>3.9-SNAPSHOT</version>
42+
<version>3.9-RC1</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.avaje</groupId>
4747
<artifactId>avaje-jsonb-inject-plugin</artifactId>
48-
<version>3.9-SNAPSHOT</version>
48+
<version>3.9-RC1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-jsonb-jackson</artifactId>
53-
<version>3.9-SNAPSHOT</version>
53+
<version>3.9-RC1</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>io.avaje</groupId>
5757
<artifactId>avaje-jsonb-spring-starter</artifactId>
58-
<version>3.9-SNAPSHOT</version>
58+
<version>3.9-RC1</version>
5959
</dependency>
6060
</dependencies>
6161
</dependencyManagement>

jsonb-generator/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-jsonb-parent</artifactId>
7-
<version>3.9-SNAPSHOT</version>
7+
<version>3.9-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb-generator</artifactId>

jsonb-inject-plugin/pom.xml

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

1212
<artifactId>avaje-jsonb-inject-plugin</artifactId>

jsonb-jackson/pom.xml

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

1010
<artifactId>avaje-jsonb-jackson</artifactId>

jsonb-spring-adapter/pom.xml

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

1212
<artifactId>avaje-jsonb-spring-starter</artifactId>

0 commit comments

Comments
 (0)