INT-3554: Add Expression Setters

JIRA: https://jira.spring.io/browse/INT-3554

**Cherry-pick to 4.0.x**

Polishing
This commit is contained in:
Artem Bilan
2014-11-07 12:37:49 +02:00
committed by Gary Russell
parent 90c6f2fa3e
commit cb50b1565c
11 changed files with 127 additions and 27 deletions

View File

@@ -134,6 +134,7 @@ public class ApplicationEventListeningMessageProducerTests {
}
@Test
@SuppressWarnings("deprecation")
public void payloadExpressionEvaluatedAgainstApplicationEvent() {
QueueChannel channel = new QueueChannel();
ApplicationEventListeningMessageProducer adapter = new ApplicationEventListeningMessageProducer();