You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2018/11/01 20:48:00 UTC

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

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

Daniel Kulp resolved AVRO-2208.
-------------------------------
    Resolution: Fixed

> 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
>            Assignee: Daniel Kulp
>            Priority: Major
>             Fix For: 1.9.0
>
>
> 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)