Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions site/content/ecosystem/drivers/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,17 @@ The official ArangoDB Java Driver.

- Repository: <https://github.com/arangodb/arangodb-java-driver>
- [Code examples](https://github.com/arangodb/arangodb-java-driver/tree/main/test-non-functional/src/test/java/example)
- [Reference](reference-version-7/_index.md) (driver setup, serialization, changes in version 7)
- [Reference](reference-version-7/_index.md) (driver setup, serialization, changes)
- [JavaDoc](https://www.javadoc.io/doc/com.arangodb/arangodb-java-driver/latest/index.html) (generated reference documentation)
- [ChangeLog](https://github.com/arangodb/arangodb-java-driver/blob/main/ChangeLog.md)

## Supported versions

Version 7 is the latest supported and actively developed release.

The driver is compatible with all supported stable versions of ArangoDB server, see
[Product Support End-of-life Announcements](https://arango.ai/arangodb-product-support-end-of-life-announcements/).

The driver is compatible with JDK 8 and higher versions.

{{< warning >}}
Version 6 reached End of Life (EOL) and is not actively developed anymore.
Upgrading to version 7 is recommended.

The API changes between version 6 and 7 are documented in
[Changes in version 7](reference-version-7/changes-in-version-7.md).
{{< /warning >}}

## Project configuration

To use the ArangoDB Java driver, you need to import `arangodb-java-driver` as a
Expand Down
76 changes: 0 additions & 76 deletions site/content/ecosystem/drivers/java/reference-version-6/_index.md

This file was deleted.

This file was deleted.

Loading