Enable STOMP test back to check the solution
* Remove more `ManageableSmartLifecycle` from non-channel adapter components
This commit is contained in:
@@ -25,7 +25,6 @@ import java.util.Map;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
import org.springframework.context.SmartLifecycle;
|
||||
import org.springframework.integration.support.management.ManageableSmartLifecycle;
|
||||
import org.springframework.messaging.MessageChannel;
|
||||
|
||||
/**
|
||||
@@ -66,7 +65,7 @@ import org.springframework.messaging.MessageChannel;
|
||||
* @see org.springframework.integration.dsl.context.IntegrationFlowContext
|
||||
* @see SmartLifecycle
|
||||
*/
|
||||
public class StandardIntegrationFlow implements IntegrationFlow, ManageableSmartLifecycle {
|
||||
public class StandardIntegrationFlow implements IntegrationFlow, SmartLifecycle {
|
||||
|
||||
private final Map<Object, String> integrationComponents;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user