openzipkin / zipkin-reporter-java

Shared library for reporting zipkin spans on transports such as http or kafka
Apache License 2.0
126 stars 70 forks source link

amqp-client: moves to latest version and tests prior #225

Closed codefromthecrypt closed 11 months ago

codefromthecrypt commented 11 months ago

This follows the same pattern as OkHttp by testing RabbitMQ's prior version instead of pinning an old version with CVEs as a strict dependency. This removes the amount of CVE distractions and still keeps things compatible.

codefromthecrypt commented 11 months ago

draft until #224