Arne Burmeister

Results 19 comments of Arne Burmeister

You would have do to it manually by now, as long as #80 is not closed. The Java Driver offers stream transactions but there is no transaction manager available yet...

@Zyqsempai this is the contribution we offered earlier this year

The additional [documentation](https://github.com/arangodb/docs) can be found in a gist: [spring-data-reference-repositories-transactions.md](https://gist.github.com/aburmeis/5abb8a474da4d551a398d6a0d6854088#file-spring-data-reference-repositories-transactions-md)

@MalteJoe @jakobjoachim its on the way

@rashtao as we have an urgent need, I created a PR for this feature. Let me know if you have any comments or concerns.

This kind of call is also created using Java Driver 6.16 `ArangoCollection.getDocuments()` and Arango Spring Data 3.7.0 for `CrudRepository.findAllById()`.

It seems the error is **only** occurring in a **cluster** setup, the call is working for a single server.

Same problem with Spring and springmockk `@SpykBean`: ``` @SpykBean private lateinit var service: MyService @Test fun `capturing a parameter of a secured function call`() { val pageable = slot() verify...

The SpotBugs Maven plugin has such an option called `failThreshold`. It would be great to have such an option also for Gradle to easily get a full report from analysis...

@nkiesel Is this really an issue? `String` literals are put into the pool by the compiler but instances created by a constructor call are not, as far as I know:...