PlaytikaOSS / testcontainers-spring-boot

Container auto-configurations for Spring Boot based integration tests
https://www.playtika.com
MIT License
859 stars 241 forks source link

Replace ToxiproxyContainer.ContainerProxy to ToxiproxyClient #1181

Open Fameing opened 1 year ago

Fameing commented 1 year ago

ToxiproxyContainer.ContainerProxy is deprecated and needs to replace with a simple client of Toxiproxy.

https://github.com/trekawek/toxiproxy-java

<dependency>
  <groupId>eu.rekawek.toxiproxy</groupId>
  <artifactId>toxiproxy-java</artifactId>
  <version>2.1.7</version>
</dependency>
mikymigs commented 6 months ago

Also waiting for this fix. Any update ?

Thanks,