Michele Rastelli
Michele Rastelli
Fixed by #520, released in https://github.com/arangodb/arangodb-java-driver/releases/tag/v7.2.0
Fixed in https://github.com/arangodb/arangodb-java-driver/releases/tag/v7.0.0-ALPHA.1
Since vertion 7.0.0, keepNull behavior can be specified using Jackson API by: - adding annotations on related fields, or - registering custom serializers see https://github.com/arangodb/arangodb-java-driver/blob/v7/docs/v7_java-reference-serialization.md. Furthermore, to read and write...
Closing as fixed in version [7.0.0](https://github.com/arangodb/arangodb-java-driver/releases/tag/v7.0.0). `keepNull` behavior can be specified using Jackson API by: - adding annotations on related fields, or - registering custom serializers see https://github.com/arangodb/docs/blob/113c2351a0153171adfc74c313454af6bb5c7f08/drivers/java-reference-serialization.md. Furthermore, to...
Closing as fixed, tested in https://github.com/arangodb/arangodb-java-driver/commit/ca34bd9aa35a3ea8b8a1075c349168489537b427
Currently Spring Data ArangoDB can only use the synchronous driver.
While this is possible, due to internal prioritization the related work has not been planned yet.
Since Java Driver version [7.2.0](https://github.com/arangodb/arangodb-java-driver/releases/tag/v7.2.0), the asynchronous driver can be accessed via `ArangoOperations#driver()` and `ArangoDB#async()`, e.g. by invoking `ArangoDBAsync adbAsync = arangoOperations.driver().async();`. Anyways, all the operations performed by `ArangoOperations` and...
Per-query ttl can be specified setting http://arangodb.github.io/arangodb-java-driver/javadoc-6_7/com/arangodb/model/AqlQueryOptions.html#ttl-java.lang.Integer-
@arcanefoam the driver does not allow setting it globally.