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

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

     [ https://issues.apache.org/jira/browse/CURATOR-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Zimmerman updated CURATOR-555:
-------------------------------------
    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>
> 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)