arangodb-java-driver
arangodb-java-driver copied to clipboard
The official ArangoDB Java driver.
What's the cause of this, and how can we ensure it never happens? **Caused by: com.arangodb.ArangoDBException: Response: 404, Error: 1591 - AQL: Error message received from cluster node 'PRMR-305d343d-499f-4b3e-9e9e-d717d9e1c8dd': Error...
Some features of JEE (compatible app servers) require a supported datastore. This usually involves a JDBC datastore (tied to a JNDI name). Using ArangoDB for such features seems to be...
In active failover all requests must be made against the leader. Requests to followers will be rejected with HTTP 503. The response will contain a `Location` header that indicates where...
Hello, can you explain please, why do not we have a control over a null values conversion, when exection queries with java driver? https://github.com/arangodb/arangodb-java-driver/blob/67a54095469e1a095fd7204bc1c6c4605437e736/src/main/java/com/arangodb/internal/InternalArangoDatabase.java#L177 This is hardcoded behaviour
Hello! We faced such issue: in the production environment we can't enable Debug logging without full excluding CURLLogger because credentials are printed either. CURLLogger is important, because it shows the...
HTTP/2
- httpclient v5.x
`--allow-incomplete-classpath` is suitable for debugging but nor for running production code. Its presence in arangodb-java-driver enables it for all projects depending on it. The maintainers of those projects thus may...
Storing / passing passwords as `String` is a common security issue because these password strings will remain in the common String pool for a long time. Instead, passwords should use...