openzipkin / zipkin

Zipkin is a distributed tracing system
https://zipkin.io/
Apache License 2.0
17.02k stars 3.09k forks source link

Updates to latest docker images, aligning maven version #3775

Closed codefromthecrypt closed 3 months ago

codefromthecrypt commented 3 months ago

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 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.

codefromthecrypt commented 3 months ago

security check will fail until #3774 because this doesn't update main deps. so we can ignore it until then

codefromthecrypt commented 3 months ago

actually security fail is npm but anyway we need this in so that the build can run.