Skip to content

Commit b6c0a57

Browse files
Simran-Brashtao
authored andcommitted
Docs: Update Readme (#317)
* Docs: Update javadoc link, add note about merged async driver * Async example link
1 parent 0d27c9e commit b6c0a57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/Drivers/Java/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The official ArangoDB Java Driver.
44

5+
It can be used synchronously as well as asynchronously. The formerly separate async
6+
driver with the same API as the synchronous driver, except that it returned a
7+
`CompletableFuture<T>` instead of the result `T` directly, was merged into this
8+
driver in version 6.2.0. See
9+
[async examples](https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/async/example){:target="_blank"}.
10+
511
- [Getting Started](GettingStarted/README.md)
612
- [Reference](Reference/README.md)
713

@@ -10,5 +16,5 @@ The official ArangoDB Java Driver.
1016
- [ChangeLog](https://raw.githubusercontent.com/arangodb/arangodb-java-driver/master/ChangeLog.md)
1117
- [Examples](https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/example)
1218
- [Tutorial](https://www.arangodb.com/tutorials/tutorial-sync-java-driver/)
13-
- [JavaDoc](http://arangodb.github.io/arangodb-java-driver/javadoc-4_3/index.html)
19+
- [JavaDoc](http://arangodb.github.io/arangodb-java-driver/javadoc-6_3/index.html)
1420
- [JavaDoc VelocyPack](http://arangodb.github.io/java-velocypack/javadoc-1_0/index.html)

0 commit comments

Comments
 (0)