Hi,
the spring-integration is now tested completely with both spring 2.0 and
2.5 and I justed blogged about it:
http://www.javakaffee.de/blog/2008/04/21/jersey-spring-integration-mostly-complete/
I'll update the wiki these days with this, feedback welcome.
Testing against both spring 2.0 and 2.5 was fairly easy to achieve with
maven (using profiles), one can simply run
mvn -P spring20 test
or
mvn -P spring25 test
to activate one or the other...
Cheers,
Martin