newrelic/newrelic-jfr-core

Update Smoke Test testcontainers to run with Java 8

Closed this issue · 1 comments

The image for the testcontainers in the smoke tests are built with Java 11.

static final String JDK_11_IMAGE = "adoptopenjdk:11";

Update to Java 8 and confirm tests pass.

This is done