On 7 August 2013 12:49, Dishara Wijewardana <[email protected]> wrote:
>>
>> @Dishara
>>
>> Will be better to just add Guava as a bundle rathe than embed it since
>> it uses threads to reap weak references and do clean up.
>>
>>
> I manually Added Guva OSGI bundle. It worked as mentioned. Is that what you
> meant?
> And I am going through  each missing ones and adding those to pom and
> checking. Still few more to go. Will update on that. Meantime I would want
> to know whether sling already has a Apache Thrift bundle in sling runtime ?
> If so how can I find the version of it. Because If I add package a
> different version I think it will again be confused at runtime because of
> the two versions of the same bundle.

One of the strengths of OSGi is you can add many versions of the same
jar/bundle containing different versions of the same package. Thats
why import and export have version numbers on the packages.

AFAIK, there isnt a Thrift bundle.

Ian

Reply via email to