File tree 2 files changed +13
-13
lines changed
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
44
44
# Compatibility with Aerospike Clients
45
45
46
46
| 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 |
52
52
53
53
# Installing the Mapper
54
54
The 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
57
57
<dependency>
58
58
<groupId>com.aerospike</groupId>
59
59
<artifactId>java-object-mapper</artifactId>
60
- <version>2.1 .0</version>
60
+ <version>2.2 .0</version>
61
61
</dependency>
62
62
```
63
63
For Gradle, you can use
64
64
```
65
65
// 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'
67
67
```
68
68
69
69
# Motivation and a simple example
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.aerospike</groupId >
7
7
<artifactId >java-object-mapper</artifactId >
8
- <version >2.1 .0</version >
8
+ <version >2.2 .0</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >Aerospike Object Mapper</name >
26
26
<maven .javadoc.plugin.version>3.3.0</maven .javadoc.plugin.version>
27
27
<maven .gpg.plugin.version>1.6</maven .gpg.plugin.version>
28
28
<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>
30
30
<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>
32
32
<aerospike-reactor .version>6.1.2</aerospike-reactor .version>
33
33
<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>
35
35
<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>
38
38
</properties >
39
39
40
40
<licenses >
You can’t perform that action at this time.
0 commit comments