TestContainers: making Java integration tests easy zeroturnaround.com

TestContainers make integration tests in Java easy. You get fully isolated, repeatable environments with normal JUnit tests using @Rules to set up docker.. Read more

Similar

Analyzing Java memory usage in a Docker container

A few weeks ago I faced an interesting problem trying to analyze a memory consumption in my Java application (Spring Boot + Infinispan) running under Docker. The Xmx parameter was set to 256m, but the Docker monitoring tool displayed almost two...

Read more »