On Thu, May 19, 2011 at 1:56 PM, James Talbut <[email protected]> wrote: > Thanks Willem, > > Do you really need a specific version? > i.e. should camel not work with Karaf 2.2.1? > > Is it better to force people to use "known good" versions of Karaf, Camel, > Spring, etc. or to allow them to upgrade a single component at will? > My preference would be for documenting what the known good version are, but > allowing people the flexibility to try others (without having to download and > edit > features files). > It's frustrating having to wait for everyone to release a new version in > order to get a fix to a single component. >
Maybe karaf need to eat its own medicine and support osgi version ranges, in the feature reference :) So we can just say that you need [2.2,2.3) > Jim > > On Thu, May 19, 2011 at 07:46:05PM +0800, Willem Jiang wrote: >> Hi, >> >> As apache-camel feature is using the karaf features, such as Jetty and >> Spring. These features need a certain version of Karaf, so we specify >> the repository in the camel feature file. >> >> >> >> On 5/19/11 7:43 PM, James Talbut wrote: >> > Hi, >> > >> > The Camel standard features file contains: >> > <repository>mvn:org.apache.karaf.assemblies.features/standard/2.2.0/xml/features</repository> >> > >> > Is this beneficial, as it ties the version of Camel in to a specific >> > version of karaf? >> > >> > Without that line the user will be required to specify the karaf url >> > themselves, but that's the default for karaf anyway. >> > >> > Jim >> > >> >> >> -- >> Willem >> ---------------------------------- >> FuseSource >> Web: http://www.fusesource.com >> Blog: http://willemjiang.blogspot.com (English) >> http://jnn.javaeye.com (Chinese) >> Twitter: willemjiang >> >> Connect at CamelOne May 24-26 >> The Open Source Integration Conference >> http://camelone.com > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
