Reputation: 648
I'm looking for some material (list/table/article) covering spring framework and spring integration compatibility. As far as I know same major version work together perfectly, but am I forced to use the same versions? Can I upgrade spring framework to version 4 and stay with spring integration version 3?
Upvotes: 2
Views: 4081
Reputation: 121427
You can find the answer just from the first pages of Spring Integration Reference Manual
Here I show you the manual of the latest Spring Integration 3.0 version.
Upvotes: 1