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.. (more…)
Read more »
Hi, I help maintain the Elasticsearch Learning to Rank Plugin. As part of this Pull Request, we are upgrading to Elasticsearch 7.7. Part of this Elasticsearch now requires Java 14, so we updated our config to oraclejdk14. It seemed to work up until tonigh… Read more