GH-1352: Spring Integration 5.5 Compatibility
AMLC override of `afterPropertiesSet()` does not `throw Exception` so MLC does not have to either.
This commit is contained in:
@@ -89,7 +89,7 @@ public interface MessageListenerContainer extends SmartLifecycle, InitializingBe
|
||||
void setListenerId(String id);
|
||||
|
||||
@Override
|
||||
default void afterPropertiesSet() throws Exception { // NOSONAR
|
||||
default void afterPropertiesSet() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user