users@jersey.java.net

spring-integration tested and described

From: Martin Grotzke <martin.grotzke_at_freiheit.com>
Date: Mon, 21 Apr 2008 02:10:10 +0200

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