You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Bernardo Gomez Palacio (Jira)" <ji...@apache.org> on 2020/01/16 23:18:00 UTC

[jira] [Created] (CURATOR-555) Curator Client leaks the com.google.guava:guava regardless of it being shaded.

Bernardo Gomez Palacio created CURATOR-555:
----------------------------------------------

             Summary: Curator Client leaks the com.google.guava:guava regardless of it being shaded.
                 Key: CURATOR-555
                 URL: https://issues.apache.org/jira/browse/CURATOR-555
             Project: Apache Curator
          Issue Type: Bug
          Components: Client
    Affects Versions: 4.2.0
            Reporter: Bernardo Gomez Palacio


The curator-client leaks the {{com.google.guava:guava}} regardless of it being shaded within the artifact.

{code:xml|title=https://search.maven.org/remotecontent?filepath=org/apache/curator/curator-client/4.2.0/curator-client-4.2.0.pom}
<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava</artifactId>
</dependency> 
{code}

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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)