Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public final class AddressJsonAdapter implements JsonAdapter<Address>, ViewBuild
}
```

## Based on Moshi
## Inspired by Moshi

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

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

## Related works
- [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/)
- [dsl-json](https://github.com/ngs-doo/dsl-json)
- [jackson core](https://github.com/FasterXML/jackson-core)
- [jackson databind](https://github.com/FasterXML/jackson-databind)

2 changes: 1 addition & 1 deletion blackbox-test-cascade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>
<artifactId>blackbox-test-cascade</artifactId>

Expand Down
8 changes: 4 additions & 4 deletions blackbox-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>blackbox-test</artifactId>
Expand All @@ -28,13 +28,13 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-json-node</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>

<!-- <dependency>-->
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-generator</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion json-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-json-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion json-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-json-node</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions jsonb-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-jsonb-bom</artifactId>
Expand All @@ -24,38 +24,38 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-json-core</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-json-node</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-generator</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-inject-plugin</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-jackson</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-spring-starter</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-jsonb-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-inject-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>avaje-jsonb-parent</artifactId>
<groupId>io.avaje</groupId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-jsonb-inject-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jsonb-parent</artifactId>
<groupId>io.avaje</groupId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-jsonb-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-spring-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>avaje-jsonb-parent</artifactId>
<groupId>io.avaje</groupId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-jsonb-spring-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>
</parent>

<artifactId>avaje-jsonb</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.9-SNAPSHOT</version>
<version>3.9-RC1</version>

<packaging>pom</packaging>
<name>avaje json parent pom</name>
Expand All @@ -25,7 +25,7 @@
<surefire.useModulePath>false</surefire.useModulePath>
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<spi.version>2.13</spi.version>
<project.build.outputTimestamp>2025-10-21T21:26:59Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-11-19T22:48:52Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down