openzipkin / brave

Java distributed tracing implementation compatible with Zipkin backend services.
Apache License 2.0
2.35k stars 714 forks source link

Speeds up dubbo tests, aligns conventions and bumps deps #1432

Closed codefromthecrypt closed 3 months ago

codefromthecrypt commented 3 months ago

This speeds up dubbo tests by reducing the default server shutdown to 1s. It also moves conventions for invoker tests to use "floor version" consistently per #1431. Finally, this updates all the dependencies that can be updated.

codefromthecrypt commented 3 months ago

thanks for the look @reta!