You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Arnoud Glimmerveen (JIRA)" <ji...@apache.org> on 2018/08/09 19:59:00 UTC

[jira] [Created] (AVRO-2208) Unneeded OSGi import generated for Guava dependency

Arnoud Glimmerveen created AVRO-2208:
----------------------------------------

             Summary: Unneeded OSGi import generated for Guava dependency
                 Key: AVRO-2208
                 URL: https://issues.apache.org/jira/browse/AVRO-2208
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.8.2
            Reporter: Arnoud Glimmerveen


The classes from Guava used by Avro are shaded into the final jar, however the OSGi imports are calculated before shading, resulting in a com.google.common* dependency declared in Import-Package manifest header. As a consequence in an OSGi environment one has to install a version of Guava even though that version will not be used by Avro.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)