An open API service providing repository metadata for many open source software ecosystems.

GitHub / arangodb / arangodb-java-driver

The official ArangoDB Java driver.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arangodb%2Farangodb-java-driver
PURL: pkg:github/arangodb/arangodb-java-driver

Stars: 207
Forks: 94
Open issues: 12

License: apache-2.0
Language: Java
Size: 30.3 MB
Dependencies parsed at: Pending

Created at: about 11 years ago
Updated at: 25 days ago
Pushed at: 25 days ago
Last synced at: 25 days ago

Topics: arangodb, database, driver, java, nosql, vpack

Releases
Version 7.22.0

v7.22.0

  • wildcard generic AQL bind vars (#612, DE-991)
3 months ago
Download
Version 7.21.0

v7.21.0

  • added SSL configuration properties (DE-1010, #611)
  • fixed support to Jackson 2.19

Full Changelog: https://github.com/arangodb/arangodb-java-driver/compare/v7.20.0...v7.21.0

3 months ago
Download
Version 7.20.0

v7.20.0

  • added option usePlanCache to AqlQueryOptions (DE-973, #609)
  • updated Jackson version to 2.19 (DE-1012, #607)
5 months ago
Download
Version 7.19.0

v7.19.0

  • fixed connection pool load-balancing (DE-1016, #602), now the connection pool:
    • keeps track of busy connections (or busy HTTP/2 streams)
    • enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
    • waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
  • added new option to configure HTTP/1.1 pipelining (com.arangodb.ArangoDB.Builder.pipelining(Boolean)),
    false by default
  • changed default configuration HTTP/1.1 pipelining to false
5 months ago
Download
Version 7.18.0

v7.18.0

  • updated jackson-dataformat-velocypack to version 4.6.0
  • exposed configuration properties keys in ArangoConfigProperties
  • deprecated CollectionStatus
  • fixed equals() and hashCode() in some entity classes
6 months ago
Download
Version 7.17.1

v7.17.1

  • implemented equals() and hashCode() for all entity classes
  • fixed overlapping resources in shaded package
7 months ago
Download
Version 7.17.0

v7.17.0

  • allow construct ArangoConfigProperties from java.util.Properties (DE-976)
  • made BaseDocument and BaseEdgeDocument serializable (#596)
9 months ago
Download
Version 7.16.0

v7.16.0

  • improved deserialization of RawBytes and RawJson (#592, DE-969)
  • added support to Jakarta JSON-P data types (#593, DE-968)
  • fixed ArangoSearch PrimarySort serialization
10 months ago
Download
Version 7.15.0

v7.15.0

  • added missing collection options (#590, DE-961)
  • improved serde performances (#588, DE-959)
11 months ago
Download
Version 7.14.0

v7.14.0

  • support all AQL query options in ArangoDatabase.explainAqlQuery() (#589, ES-2266)
11 months ago
Download