diff --git a/README.md b/README.md index 51b9b69..5745ee1 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,20 @@ The documentation for this project can be found on [javadoc.io](https://www.java 12. [Scans](#Scans) 13. [Queries](#Queries) -# Compatibility with Aerospike Clients +
+ Compatibility with Aerospike Clients -| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client -|:---------------------------|:-----------------| :----------- -| 2.5.x | 8.1.x (jdk8) | 8.1.x -| 2.4.x | 8.1.x (jdk8) | 7.1.x -| 2.1.x, 2.2.x, 2.3.x | 6.1.x | 6.1.x -| 2.0.x | 5.1.x | 5.1.x -| 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x -| 1.1.x | 5.0.x | +| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client | +|----------------------------|------------------|--------------------------| +| 2.5.2 | 9.0.x (jdk8) | 9.0.x | +| 2.5.0, 2.5.1 | 8.1.x (jdk8) | 8.1.x | +| 2.4.x | 8.1.x (jdk8) | 7.1.x | +| 2.1.x, 2.2.x, 2.3.x | 6.1.x | 6.1.x | +| 2.0.x | 5.1.x | 5.1.x | +| 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x | +| 1.1.x | 5.0.x | | + +
# Installing the Mapper The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it in from Maven Central: @@ -60,13 +64,13 @@ The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it com.aerospike java-object-mapper - 2.5.1 + 2.5.2 ``` For Gradle, you can use ``` // https://mvnrepository.com/artifact/com.aerospike/java-object-mapper -implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.1' +implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.5.2' ``` # Motivation and a simple example diff --git a/pom.xml b/pom.xml index c64dbe7..0370b6a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.aerospike java-object-mapper - 2.5.1 + 2.5.2 jar Aerospike Object Mapper @@ -28,13 +28,13 @@ 3.13.0 3.3.0 2.0.1.Final - 8.1.2 - 8.1.2 + 9.0.3 + 9.0.2 3.14.0 - 2.17.2 - 1.18.34 - 3.6.7 - 5.10.3 + 2.18.2 + 1.18.36 + 3.7.2 + 5.11.4