diff --git a/spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/ComponentFlowAutoConfiguration.java b/spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/ComponentFlowAutoConfiguration.java index de8b5bde..02a28b60 100644 --- a/spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/ComponentFlowAutoConfiguration.java +++ b/spring-shell-autoconfigure/src/main/java/org/springframework/shell/boot/ComponentFlowAutoConfiguration.java @@ -54,7 +54,7 @@ public class ComponentFlowAutoConfiguration { @Bean @ConditionalOnMissingBean @Order(0) - public ComponentFlowCustomizer exchangeStrategiesCustomizer(ObjectProvider terminal, + public ComponentFlowCustomizer shellCommonComponentFlowCustomizer(ObjectProvider terminal, ObjectProvider resourceLoader, ObjectProvider templateExecutor) { return new CommonComponentFlowCustomizer(terminal, resourceLoader, templateExecutor); }