Hi Benson,

It makes sense to have snowball packages as private (used internally in lucene).

I gonna fix that:

https://issues.apache.org/jira/browse/SM-2856

As a workaround, you can define snowball as private package in your bundle, so it won't be wired.

Regards
JB

On 02/05/2016 05:19 PM, Benson Margulies wrote:
The SM bundle for lucene-analyzers-common 5.2.1.1 has exports as follows
for the snowball packages.

org.tartarus.snowball;uses:=org.apache.lucene.util;version=5.2.1.1,
org.tartarus.snowball.ext;uses:=org.tartarus.snowball;version=5.2.1.1

Why is there a 'uses' clauses here for org.apache.lucene.util?

In any case, when I load both this bundle and a plain bundle for snowball
into my Karaf 4.0.4 container, I get Class not found exceptions when my
code goes to use snowball.

Anyone have any idea why?


--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to