OK. In that case, I propose to make the following change. Basically, to pick the lower of the currently used levels. I think picking a higher level will likely require changing other depending bundles' start-level to a higher level.
mvn:commons-codec/commons-codec 25 35 => choose 25 mvn:commons-lang/commons-lang none 35 40 => choose 35 mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver 25 30 => choose 25 If no one objects, I'll make this change. regards, aki 2015-10-21 19:38 GMT+02:00 Daniel Kulp <[email protected]>: > > No real guidance, just “what works”. For the most part, “specs” and impls > of specs are very early, (<=20) most other 3rd party things are 25-35, CXF > itself at 40. > > > Dan > > > >> On Oct 21, 2015, at 8:07 AM, Aki Yoshida <[email protected]> wrote: >> >> Hi, >> while adding a new feature and making sure to use somewhat consistent >> start-level for the bundles with the existing features, I noticed >> there are several inconsistent start-level entries: >> >> mvn:commons-codec/commons-codec >> 25 35 >> >> mvn:commons-lang/commons-lang >> none 35 40 >> >> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver >> 25 30 >> >> I think we should these should be aligned. But besides that, I wanted >> to know if there is a more explicitly stated guidance in choosing the >> level. >> >> regards, aki > > -- > Daniel Kulp > [email protected] - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com >
