We are trying to upgrade our application to use the latest spring framework libraries.
I have a class which is not available ( or appears that way) in the latest spring integration jars (i.e. 2.2.x). It was available in 1.0.4 which is the one we are currently using.
import org.springframework.integration.channel.MessageChannelTemplate;
Has this jar just been moved or removed? I can’t seem to find any details on this. Should we be using something else now instead?
Here is the link to the migration guides I was looking at.
Any information or guidance would be great – thank you!
It is now
org.springframework.integration.core.MessagingTemplate