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/09/24 12:00:00 UTC

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

    [ https://issues.apache.org/jira/browse/AVRO-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625717#comment-16625717 ] 

Arnoud Glimmerveen commented on AVRO-2208:
------------------------------------------

Are there any concerns with this issue and/or the associated pull request? I don't mind clarifying if something is not clear or implement changes to the PR in order for it to become ready for merge.

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