Re: Switch the default Spring version to Spring 4.x

2014-09-14 Thread Willem Jiang
I hit some issues when running the osgi tests, as some spring-xxx component doesn’t setup the version rang for Spring 4.x so it confuse the OSGi platform to wire the spring package for camel-spring.  But from the test report with Spring4 profile enabled, we could declare that Camel 2.14.0 supp

Re: Switch the default Spring version to Spring 4.x

2014-09-14 Thread Matt Sicker
I totally mean for 2.15 at the earliest! :) On 14 September 2014 13:22, Christian Müller wrote: > Matt, adding 6 new components (lot of work) in last minute? I don't thinks > is a good idea. > Let's do the upgrade in Camel 2.15.0. > And if you are using Camel in standalone or not in in an OSGI c

Re: Switch the default Spring version to Spring 4.x

2014-09-14 Thread Christian Müller
Matt, adding 6 new components (lot of work) in last minute? I don't thinks is a good idea. Let's do the upgrade in Camel 2.15.0. And if you are using Camel in standalone or not in in an OSGI container, it shouldn't be to difficult to use Camel 2.14.0 with Spring 4. Best, 5 Am 14.09.2014 19:01 schr

Re: Switch the default Spring version to Spring 4.x

2014-09-14 Thread Matt Sicker
Would it be a good idea to create new components for Spring 4 while still having the Spring 3 versions? Similar to the HttpClient component. On 14 September 2014 10:47, Claus Ibsen wrote: > Hi > > Yeah I frankly also had a bit doubt whether the upgrade was a good > idea as the change is last min

Re: Switch the default Spring version to Spring 4.x

2014-09-14 Thread Claus Ibsen
Hi Yeah I frankly also had a bit doubt whether the upgrade was a good idea as the change is last minute. I have logged a ticket about the change of default and set its target to Camel 2.15. I am +1 on Muellers suggestion. On Sun, Sep 14, 2014 at 3:29 PM, Christian Müller wrote: > Today I chec

Re: Switch the default Spring version to Spring 4.x

2014-09-14 Thread Christian Müller
Today I checked the current trunk (2.15-SNAPSHOT) and realized that 6 components will not work with Spring 4 nicely at present: - camel-spring-ws - camel-spring-security - camel-spring-redis - camel-spring-integration - camel-spring-batch - camel-olingo2 I suggest to stick to Spring 3.2.x for Came

Re: Switch the default Spring version to Spring 4.x

2014-09-12 Thread Matt Sicker
Seems reasonable as Spring 4.x is mostly 3.x compatible, too (other than deprecated things from Spring 2.x which are gone). On 11 September 2014 20:47, Willem Jiang wrote: > Hi, > > Because spring-test 4.x is not backward compatible, we have to create > camel-test-spring and camel-test-spring3

Switch the default Spring version to Spring 4.x

2014-09-11 Thread Willem Jiang
Hi, Because spring-test 4.x is not backward compatible, we have to create camel-test-spring and camel-test-spring3 module for spring 4.x and spring 3.x. Current camel default version of Spring is 3.2.x, if not easy for the user who still want to camel-test-spring to upgrade. So my suggestion i