On Friday 04 February 2011 5:18:06 pm Sira, Amardeep wrote: > Hello, > > What would be the best way to identify the oldest version of Spring > supported by the CXF bundle? I am currently evaluating CXF 2.3.2.
For 2.3.2, we only really test with Spring 3. However, we've left everything in place for spring 2.5.6 and thus it should work. We have a spring2 profile to run with 2.5.6. There are a couple unit tests failing with it, but that's due to the mocks being called differently and unexpectedly with Spring 2 compared to 3. Except for a few of the JAX-RS tests that are relying on some spring3 things, the system tests seem to all be passing fine. -- Daniel Kulp [email protected] http://dankulp.com/blog
