Michele Rastelli

Results 101 comments of Michele Rastelli

@lukaszkowalik Currently, to work around this you can use the underlying Java driver directly (`ArangoOperations#driver()`), which offers support to stream transactions (see https://www.javadoc.io/doc/com.arangodb/arangodb-java-driver/6.25.0/index.html). To use Spring Data mappings, you can...

@bobaikato Due to internal prioritization, this has not been included in the scope of https://github.com/arangodb/spring-data/releases/tag/v4.0.0 Also there are still work to do in order to address https://github.com/arangodb/spring-data/pull/249#pullrequestreview-1253121370

This feature is still on our radar, nonetheless no work has been planned about it yet due to other internal priorities.

Unfortunately, due to internal prioritization, no progress has been made.

Closing for now, please reopen in case of further questions.

I mean specifically `writeRaw()`, in order to append an already properly encoded byte sequence. I would like to achieve the same behavior of `writeRaw(String|char[]|SerializableString)` for binary dataformats. Of course not...

Thanks! I think it would be even better adding new methods to `com.fasterxml.jackson.core.JsonGenerator`, e.g. `writeRaw((byte[]|InputStream) data)`. This would allow further enhancements at databind level by adding support for `byte[]` value...

Sounds good to me, thanks for sharing! I will draft a PR as I find time. Should we move the discussion to `jackson-core` project in order to offer better visibility...

This PR is currently on hold, since use of stream transactions in Spring Data is constrained by a limitation in ArangoDB affecting AQL cursors within stream transactions (BTS-1859). Currently, a...

The CLA link is currently broken, see https://github.com/arangodb/arangodb/pull/20737 The correct link should be: https://arangodb.com/wp-content/uploads/2023/09/Download-Contributor-License-Agreement.pdf