Skip to content

Commit 8ae617f

Browse files
author
Mark
committed
changed readme
1 parent 263d9e4 commit 8ae617f

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,10 @@ master: [![Build Status](https://secure.travis-ci.org/arangodb/arangodb-java-dri
99

1010
<table>
1111
<tr><th>arangodb-java-driver</th><th>ArangoDB</th><th>network protocol</th><th>Java version</th></tr>
12-
<tr><td>4.0.x</td><td>3.1.x</td><td>VelocyStream</td><td>1.8</td></tr>
12+
<tr><td>4.1.x</td><td>3.1.x</td><td>VelocyStream</td><td>1.8</td></tr>
13+
<tr><td>4.0.0</td><td>3.1.0-RC1 to 3.1.0-RC3</td><td>VelocyStream</td><td>1.8</td></tr>
1314
</table>
1415

15-
##Server Configuration
16-
17-
To use the driver version 4.0.0 and above, you need to run ArangoDB server with an endpoint using VelocyStream protocol. (see [documentation](https://docs.arangodb.com/current/Manual/Administration/Configuration/Endpoint.html#server-endpoints))
18-
19-
```
20-
unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
21-
--server.endpoint vpp+ssl://127.0.0.1:8530
22-
--ssl.keyfile server.pem /tmp/vocbase
23-
```
24-
25-
Note: The web interface needs only endpoint tcp. If you want to use both, the driver and the web interface you have to use both endpoints.
26-
27-
```
28-
unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
29-
--server.endpoint vpp+ssl://127.0.0.1:8530
30-
--server.endpoint tcp://127.0.0.1:8531
31-
--ssl.keyfile server.pem /tmp/vocbase
32-
```
33-
3416
## Maven
3517

3618
To add the driver to your project with maven, add the following code to your pom.xml
@@ -42,7 +24,7 @@ ArangoDB 3.1.X
4224
<dependency>
4325
<groupId>com.arangodb</groupId>
4426
<artifactId>arangodb-java-driver-async</artifactId>
45-
<version>4.0.0</version>
27+
<version>4.1.0</version>
4628
</dependency>
4729
....
4830
</dependencies>

0 commit comments

Comments
 (0)