See what you mean Achim... I can only find up to version 3.2.3 in the
Spring EBR not version 3.2.4. Then I would definitely call it a bug
since standard-2.3.3-features.xm
is referencing an artifact version that doesn't exist.

I don't reference the 3.2.4 version myself but I think my upgrade to Camel
2.12.1 caused this to happen.

I will investigate this further but could this mean that Camel 2.12.1 (its
features) is incompatible with Karaf 2.3.3?

/Bengt


2013/10/14 Bengt Rodehav <[email protected]>

> OK - thanks. Will try adding the Spring repo tomorrow. Really strange that
> they don't use Maven central anymore. It complicates things for everyone.
>
> /Bengt
>
>
> 2013/10/14 Minto van der Sluis <[email protected]>
>
>> Hi Bengt,
>>
>> No it's not a bug.
>>
>> Have a look at https://issues.apache.org/jira/browse/KARAF-2430
>>
>> Regards,
>>
>> Minto
>>
>> Bengt Rodehav schreef op 14-10-2013 17:30:
>> > I just upgraded to from Karaf 2.3.1 to 2.3.3. When I build my custom
>> > server I try to download all the dependencies. I tried to use Spring
>> > version 3.2.4.RELEASE since that is now available in Karaf.
>> >
>> > Below is an excerpt from the "standard-2.3.3-features.xml" included in
>> > Karaf 2.3.3:
>> >
>> >     <!-- Spring 3.2 support -->
>> >
>> >     <feature name="spring" description="Spring 3.2.x support"
>> > version="3.2.4.RELEASE" resolver="(obr)">
>> >         <bundle dependency="true"
>> >
>> start-level="30">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6</bundle>
>> >         <bundle
>> >
>> start-level="30">mvn:org.springframework/org.springframework.core/3.2.4.RELEASE</bundle>
>> >         <bundle
>> >
>> start-level="30">mvn:org.springframework/org.springframework.expression/3.2.4.RELEASE</bundle>
>> >         <bundle
>> >
>> start-level="30">mvn:org.springframework/org.springframework.beans/3.2.4.RELEASE</bundle>
>> >         <bundle
>> >
>> start-level="30">mvn:org.springframework/org.springframework.aop/3.2.4.RELEASE</bundle>
>> >         <bundle
>> >
>> start-level="30">mvn:org.springframework/org.springframework.context/3.2.4.RELEASE</bundle>
>> >         <bundle
>> >
>> start-level="30">mvn:org.springframework/org.springframework.context.support/3.2.4.RELEASE</bundle>
>> >     </feature>
>> >
>> > All artifact names are "org.springframework.xyz". But in Maven central
>> > they seem to be called "spring-aop" etc. Is this a bug?
>> >
>> > /Bengt
>>
>>
>

Reply via email to