An open API service indexing awesome lists of open source software.

https://github.com/joschi/testcontainers-spring-boot-embedded-redis-bug


https://github.com/joschi/testcontainers-spring-boot-embedded-redis-bug

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# com.playtika.testcontainers:embedded-redis:1.37 and later fail to start

Run with `com.playtika.testcontainers:embedded-redis:1.38` (failing):

```
./mvnw test -Dplaytika.testcontainers.version=1.38
```

Run with `com.playtika.testcontainers:embedded-redis:1.36` (working):

```
./mvnw test -Dplaytika.testcontainers.version=1.36
```