Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.2.0
-
None
-
None
Description
The curator-client leaks the com.google.guava:guava regardless of it being shaded within the artifact.
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency>
Note that since curator-client 4.2.0 was moved to Guava 27.0.1 as pat of CURATOR-502 this can cause problems for projects which depend on older versions of Guava but get upgraded by the transitive dependency to 27.0.1.
Attachments
Issue Links
- is blocked by
-
CURATOR-670 CuratorTransactionResult.ofTypeAndPath leaks guava Predicte to public
- Open
- is related to
-
CURATOR-702 Release Guava shaded in a dedicated artifacts
- Open