On Tue, Nov 24, 2009 at 9:23 AM, Willem Jiang <willem.ji...@gmail.com> wrote:
> Hi Claus,
>
> If you just want to let camel-cxf import the version upper then 2.2.5 the
> change should be
> org.apache.cxf.*;version="[2.2.5,3)",
>

Ah okay I will do that. The syntax for OSGi imports is really cryptic
and non intuitive.


> BTW, I don't think it is necessary to change this import, as we have the
> features file to load the right version of CXF :)
>

Yeah yet another piece to maintain :)


> Willem
>
> davscl...@apache.org wrote:
>>
>> Author: davsclaus
>> Date: Tue Nov 24 08:03:49 2009
>> New Revision: 883619
>>
>> URL: http://svn.apache.org/viewvc?rev=883619&view=rev
>> Log:
>> Upgraded features from SNAPSHOT to releases. Upgraded osgi import to CXF
>> 2.2.5 as min as camel-cxf requires this as min now.
>>
>> Modified:
>>    camel/trunk/parent/pom.xml
>>    camel/trunk/platforms/karaf/features/pom.xml
>>
>> Modified: camel/trunk/parent/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=883619&r1=883618&r2=883619&view=diff
>>
>> ==============================================================================
>> --- camel/trunk/parent/pom.xml (original)
>> +++ camel/trunk/parent/pom.xml Tue Nov 24 08:03:49 2009
>> @@ -110,7 +110,7 @@
>>
>> <camel.osgi.import.default.version>[$(version;==;$(@)),$(version;+;$(@)))</camel.osgi.import.default.version>
>>     <camel.osgi.import.defaults>
>>       org.apache.commons.logging.*;version="[1.1,2)",
>> -      org.apache.cxf.*;version="[2.2,3)",
>> +      org.apache.cxf.*;version="[2.2,5)",
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to