We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for specifying keepNull option in DocumentCreateOptions, which is used by both:
keepNull
DocumentCreateOptions
ArangoCollection.insertDocument
ArangoCollection.insertDocuments
API doc: https://www.arangodb.com/docs/stable/http/document-working-with-documents.html#create-document
See #373
The text was updated successfully, but these errors were encountered:
Fixed in https://github.com/arangodb/arangodb-java-driver/releases/tag/v7.0.0-ALPHA.1
Sorry, something went wrong.
Since vertion 7.0.0, keepNull behavior can be specified using Jackson API by:
see https://github.com/arangodb/arangodb-java-driver/blob/v7/docs/v7_java-reference-serialization.md.
https://github.com/arangodb/arangodb-java-driver/releases/tag/v7.0.0-RC.4
Closing as fixed in version 7.0.0.
keepNull behavior can be specified using Jackson API by:
see https://github.com/arangodb/docs/blob/113c2351a0153171adfc74c313454af6bb5c7f08/drivers/java-reference-serialization.md.
rashtao
No branches or pull requests
Implement support for specifying
keepNull
option inDocumentCreateOptions
, which is used by both:ArangoCollection.insertDocument
ArangoCollection.insertDocuments
API doc: https://www.arangodb.com/docs/stable/http/document-working-with-documents.html#create-document
See #373
The text was updated successfully, but these errors were encountered: