You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/02/15 16:54:18 UTC

[jira] [Resolved] (SM-2856) lucene-analyzers-common bundle should not export snowball packages

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

Jean-Baptiste Onofré resolved SM-2856.
--------------------------------------
    Resolution: Fixed

> lucene-analyzers-common bundle should not export snowball packages
> ------------------------------------------------------------------
>
>                 Key: SM-2856
>                 URL: https://issues.apache.org/jira/browse/SM-2856
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: bundles-2016.02
>
>
> The lucene-analyzers-common bundle exports the snowball packages:
> {code}
>             !org.apache.lucene.analysis,
>             !org.apache.lucene.analysis.tokenattributes,
>             org.apache.lucene.analysis.*;version=${pkgVersion};-split-package:=merge-first,
>             org.tartarus.snowball*;-split-package:=merge-first
> {code}
> This can cause problems if another bundle export it (merge-first) due to some classloader manipulation in snowball.
> It makes sense to keep snowball as private (required by different lucene bundles).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)