File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ The documentation for this project can be found on [javadoc.io](https://www.java
4444# Compatibility with Aerospike Clients
4545
4646| Java Object Mapper Version | Aerospike Client | Aerospike Reactor Client
47- | :----------- | :----------- | :-----------
48- | 2.1.x | 6.1.x | 6.1.x
49- | 2.0.x | 5.1.x | 5.1.x
50- | 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x
51- | 1.1.x | 5.0.x |
47+ |:--------------------------- | :----------- | :-----------
48+ | 2.1.x, 2.2.x | 6.1.x | 6.1.x
49+ | 2.0.x | 5.1.x | 5.1.x
50+ | 1.2.x, 1.3.x, 1.4.x | 5.1.x | 5.0.x
51+ | 1.1.x | 5.0.x |
5252
5353# Installing the Mapper
5454The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it in from Maven Central:
@@ -57,13 +57,13 @@ The easiest way to use the mapper is through Maven or Gradle. For Maven, pull it
5757<dependency>
5858 <groupId>com.aerospike</groupId>
5959 <artifactId>java-object-mapper</artifactId>
60- <version>2.1 .0</version>
60+ <version>2.2 .0</version>
6161</dependency>
6262```
6363For Gradle, you can use
6464```
6565// https://mvnrepository.com/artifact/com.aerospike/java-object-mapper
66- implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.1 .0'
66+ implementation group: 'com.aerospike', name: 'java-object-mapper', version: '2.2 .0'
6767```
6868
6969# Motivation and a simple example
Original file line number Diff line number Diff line change 55
66 <groupId >com.aerospike</groupId >
77 <artifactId >java-object-mapper</artifactId >
8- <version >2.1 .0</version >
8+ <version >2.2 .0</version >
99 <packaging >jar</packaging >
1010
1111 <name >Aerospike Object Mapper</name >
2626 <maven .javadoc.plugin.version>3.3.0</maven .javadoc.plugin.version>
2727 <maven .gpg.plugin.version>1.6</maven .gpg.plugin.version>
2828 <maven .compiler.plugin.version>3.10.1</maven .compiler.plugin.version>
29- <maven-surefire-plugin .version>3.0.0-M7 </maven-surefire-plugin .version>
29+ <maven-surefire-plugin .version>3.0.0-M8 </maven-surefire-plugin .version>
3030 <javax .validation-api.version>2.0.1.Final</javax .validation-api.version>
31- <aerospike-client .version>6.1.2 </aerospike-client .version>
31+ <aerospike-client .version>6.1.6 </aerospike-client .version>
3232 <aerospike-reactor .version>6.1.2</aerospike-reactor .version>
3333 <commons-lang3 .version>3.12.0</commons-lang3 .version>
34- <jackson-dataformat-yaml .version>2.13.4 </jackson-dataformat-yaml .version>
34+ <jackson-dataformat-yaml .version>2.14.2 </jackson-dataformat-yaml .version>
3535 <lombok .version>1.18.24</lombok .version>
36- <reactor-test .version>3.4.23 </reactor-test .version>
37- <junit-jupiter .version>5.9.1 </junit-jupiter .version>
36+ <reactor-test .version>3.5.2 </reactor-test .version>
37+ <junit-jupiter .version>5.9.2 </junit-jupiter .version>
3838 </properties >
3939
4040 <licenses >
You can’t perform that action at this time.
0 commit comments