Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Addind/Updating Libaries in Orbit

Hi Orbit Committers,

For our CloudFree project I need/want to update/add content to the Orbit
project. The purpose of this mail is to socialite feedback from you on
the approach/steps to take.

These are the dependencies which I can't satisfy from Orbit:
Apache Solr 1.3 (including SolrJ Client)
Codehaus Jackson
Google Web Toolkit 1.5.3
Apache Commons CSV

Required by Solr:
Apache Lucene 2.4
StAX Utils (https://stax-utils.dev.java.net/; I asked on the Solr dev
list if that dependency could be made optional)

Should I first submit individual CQs for my project and then for Orbit
or should I first submit CQs for Orbit and then for my project
indicating re-use from Orbit?

Is it ok to submit one CQ which results into multiple Orbit bundles? For
example, Solr is provided as one single zip. It includes the full
source. However, for Orbit it would make more sense to split it across
different bundles (eg. solr.common, solr.core, solr.servlet,
solr.client.solrj, solr.client.solrj.embedded) which allows a more fine
grained consumability and clearer dependencies in manifests.

Lucene is already in Orbit but in an older version. I also found out
that the bundle in Orbit is missing the org.tartarus... packages. It
seems like there need to be separate CQs for the various Lucene
contribute source. There is actually CQ2603 but that's for the old
version too.

-Gunnar


-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/

Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top