Arne Burmeister
Arne Burmeister
## My Environment * __ArangoDB Version__: 3.9.1 Community Edition * __Deployment Mode__: Cluster * __Deployment Strategy__: Kubernetes ## Component, Query & Data __Affected feature__: Documents API __Replication Factor & Number...
As mentioned in #80 this introduces a platform transaction manager based on Arango stream transactions. Do do so, all queries and the simple repository have to use options including the...
Any call to `PagingAndSortingRepository.findAll()` passing `Pageable.unpaged()` fails with a `NullPointerException`. The reason is the `PageImpl` is created using `CursorEntity.Stats.getFullCount()` which is null. The fix would be to change the creation...
Add a new filter factory to rewrite request headers fixing #2353
By proxying the Graylog server and adding a [CSP Header](https://content-security-policy.com) we figured out we need the following to make the UI work: Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self'...
Since version **1.14.7** there seems to be a problem with a mock returning an optional value class: ```kotlin package test import io.mockk.every import io.mockk.mockk import io.mockk.verify import org.junit.jupiter.api.Test @JvmInline value...