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:
committed by
Gary Russell
parent
90c6f2fa3e
commit
cb50b1565c
@@ -134,6 +134,7 @@ public class ApplicationEventListeningMessageProducerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("deprecation")
|
||||
public void payloadExpressionEvaluatedAgainstApplicationEvent() {
|
||||
QueueChannel channel = new QueueChannel();
|
||||
ApplicationEventListeningMessageProducer adapter = new ApplicationEventListeningMessageProducer();
|
||||
|
||||
Reference in New Issue
Block a user