This uses latest java images, and aligns with the following tools provided by them:
maven:3.9.8
maven-help-plugin:3.4.1
maven-dependency-plugin:3.7.1
To align, we run "mvn wrapper:wrapper -Dtype=bin" to update maven and manually change any pom or script references to share the above plugin versions.
Besides text replacement for current java versions, this also had to switch docker-compose to docker compose as the former is no longer in the base image.
All test images are updated to latest versions, as well.
This intentionally doesn't touch anything else, except bumping testcontainers. For example, this doesn't update maven plugins that aren't cached in the java image.
This uses latest java images, and aligns with the following tools provided by them:
To align, we run "mvn wrapper:wrapper -Dtype=bin" to update maven and manually change any pom or script references to share the above plugin versions.
Besides text replacement for current java versions, this also had to switch
docker-compose
todocker compose
as the former is no longer in the base image.All test images are updated to latest versions, as well.
This intentionally doesn't touch anything else, except bumping testcontainers. For example, this doesn't update maven plugins that aren't cached in the java image.