Re: Karaf 4.1.0.M2 Feature Verification

2018-02-25 Thread Ryan Moquin
O, duh. I knew I had saw a Karaf feature that had the other spring versions in it. That explains a lot. I remember seeing that legacy one in the past, my bad. Thanks for clarifying! Ryan On Sat, Feb 24, 2018 at 10:12 PM Jean-Baptiste Onofré wrote: > Yes, that's why you need spring-l

Re: Karaf 4.1.0.M2 Feature Verification

2018-02-24 Thread Jean-Baptiste Onofré
Yes, that's why you need spring-legacy feature: http://repo.maven.apache.org/maven2/org/apache/karaf/features/spring-legacy/4.2.0.M2/spring-legacy-4.2.0.M2-features.xml Regards JB On 02/24/2018 09:57 PM, Ryan Moquin wrote: > The Spring feature for Karaf only includes Spring 5 according > to  > h

Re: Karaf 4.1.0.M2 Feature Verification

2018-02-24 Thread Ryan Moquin
The Spring feature for Karaf only includes Spring 5 according to http://central.maven.org/maven2/org/apache/karaf/features/spring/4.2.0.M2/spring-4.2.0.M2-features.xml, or am I missing something (my guess is that I'm missing something :)) On Sat, Feb 10, 2018 at 3:17 PM Jean-Baptiste Onofré wrote

Re: Karaf 4.1.0.M2 Feature Verification

2018-02-10 Thread Jean-Baptiste Onofré
Actually, Camel users should first install spring feature to get Spring 4, or Camel should use to refer Spring 4 Karaf feature. I will do the change in Camel to be transparent for end-users. Regards JB On 02/10/2018 09:05 PM, Jean-Baptiste Onofré wrote: > Karaf 4 provides Spring 3, 4 and 5 feat

Re: Karaf 4.1.0.M2 Feature Verification

2018-02-10 Thread Jean-Baptiste Onofré
Karaf 4 provides Spring 3, 4 and 5 features. So: 1. Camel uses the range AFAIR, so it's OK. 2. You can specify the Spring version. Regards JB On 02/10/2018 05:27 PM, Ryan Moquin wrote: > JB, I was trying out 4.2.0.M2 again and starting having this same problem.  I > finally realized why.  Apach

Re: Karaf 4.1.0.M2 Feature Verification

2018-02-10 Thread Ryan Moquin
JB, I was trying out 4.2.0.M2 again and starting having this same problem. I finally realized why. Apache Camel depends on Spring 4.x and Karaf 4.2.0 moved to Spring 5. This confused me becausefor some reason I though the Karaf spring feature included definitions for multiple spring versions. Any

Re: Karaf 4.1.0.M2 Feature Verification

2018-01-06 Thread Ryan Moquin
Actually, in this case I tried to specify the version, which obviously was wrong, if I don't specify the spring feature, it fails without mentioning that it was looking for any specific feature. Let me give it another shot since when I was testing with adding the spring feature to my feature.xml I

Re: Karaf 4.1.0.M2 Feature Verification

2018-01-06 Thread Jean-Baptiste Onofré
The spring feature version is not 4.2.0.M2: the features repository is 4.2.0.M2, but the feature version is the spring version. Regards JB On 01/06/2018 05:21 PM, Ryan Moquin wrote: I decided to try Karaf 4.1.0.M2 again to see if I can figure out why it fails feature validation but passes usin

Karaf 4.1.0.M2 Feature Verification

2018-01-06 Thread Ryan Moquin
I decided to try Karaf 4.1.0.M2 again to see if I can figure out why it fails feature validation but passes using Karaf 4.1.0.M1. The problem is that when it tries to validate the spring feature for camel-spring, it says it can't resolve it, but the spring repo is mentioned in the repos in the pom