jonashackt/spring-boot-rest-clientcertificates-docker-compose

Migrate from docker-compose-rule to testcontainers

jonashackt opened this issue · 1 comments

As https://github.com/palantir/docker-compose-rule seems to be slightly unmaintained, we should migrate to https://www.testcontainers.org/ (which btw were introduced here in Thüringen by one of the maintainers at our local JUG: https://www.meetup.com/de-DE/jugthde/events/253748913/).

Currently Docker Compose 3+ file format isn´t supported out-of-the-box in testcontainers, see testcontainers/testcontainers-java#531

Last commit build not broken because of wrong testcontainer config, but because of Spring Boot 1.5.x -> 2.x upgrade issues, see 033998f