[DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Claus Ibsen
Hi I think we should include the spring-expression.jar in the camel-spring component. Its for the Spring Expression Language supported, which we provide out of the box now. We may need to either have that added as well in the Karaf spring feature, or add it to the camel-spring feature in the

Re: [DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Jean-Baptiste Onofré
+1 it makes sense Regards JB On 06/18/2011 11:15 AM, Claus Ibsen wrote: Hi I think we should include the spring-expression.jar in the camel-spring component. Its for the Spring Expression Language supported, which we provide out of the box now. We may need to either have that added as well

Re: [DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Richard Kettelerij
I guess this only concerned OSGi users? Since i've noticed that camel-core already has a transitive dependency on spring-expression: [INFO] [INFO] Building Camel :: Core 2.8-SNAPSHOT [INFO]

Re: [DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Richard Kettelerij
Btw, this overview is also really handy: https://analysis.apache.org/plugins/resource/37401?page=org.sonar.plugins.design.ui.libraries.LibrariesPage On Sat, Jun 18, 2011 at 11:43 AM, Richard Kettelerij richardkettele...@gmail.com wrote: I guess this only concerned OSGi users? Since i've

Re: [DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Claus Ibsen
On Sat, Jun 18, 2011 at 11:43 AM, Richard Kettelerij richardkettele...@gmail.com wrote: I guess this only concerned OSGi users? Since i've noticed that camel-core already has a transitive dependency on spring-expression: I guess its spring-context that deps on expression. The spring jars in

Re: [DISCUSS] - Include spring-expression.jar by default in camel-spring

2011-06-18 Thread Claus Ibsen
Hi Okay since spring-expression is already included due transient deps by camel-context, then we should be all set. The problem was camel-spring-security component, that didnt exclude the spring-expression JAR and thus got the old 3.0.3 version included. So I have fixed that in the pom.xml in the