You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Since updating to a newer version of Guava, the shaded client has started shipping Guava transitive dependencies (without relocating them):
Since guava is excluded from shading (https://github.com/OrbitzWorldwide/consul-client/blob/aa41cbd47d1653c2d6a2533cf93c58c89ba80375/pom.xml#L258), it would be helpful if these weren't shaded either to avoid class conflicts at runtime.
As part of analyzing this, I also found the jsr305 artifact is shaded (and not relocated). In order to resolve these, I propose the following fix:
The text was updated successfully, but these errors were encountered: