openzipkin / zipkin

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

cassandra: cleans up code and tests #3709

Closed codefromthecrypt closed 10 months ago

codefromthecrypt commented 10 months ago

This cleans up deprecation and style issues found in IntelliJ analysis. It also migrates docker tests to junit-jupiter and fixes the logging configuration which broke when we updated to SLF4J 2.x.

This also updates all use of docker test images to the latest, in attempts to share base image layers.

codefromthecrypt commented 10 months ago

will rebase after https://github.com/openzipkin/zipkin/pull/3710

codefromthecrypt commented 10 months ago

that all the docker tests pass with new images gives me confidence I can click the announce release button of 3.0.5. Thanks for all the help @anuraaga and @reta

codefromthecrypt commented 10 months ago

going to merge this as master breaks occasionally due to memory limits on the elasticsearch image, which 3.0.5 fixed.