openzipkin / brave

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

change dependency priority on spring-beans #1411

Closed codefromthecrypt closed 5 months ago

codefromthecrypt commented 6 months ago

Feature

Let's switch the spring-beans version to latest and test via invoker that we don't break 2.5.

Rationale

Testing can ensure compatibility and we can safely update the main version.

Example Scenario

The spring-beans version in our spring-beans module unnecessarily stresses out dependency analyzers like synk.

Prior Art