From 81e5bf8c81f01f3f86adb684c698bfd0f4327b90 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 3 May 2022 16:08:07 +0100 Subject: [PATCH] Fix auto-config - Remove JCommanderParameterResolverAutoConfiguration from spring.factories as it was mistake not to remove it. - Relates #395 --- .../src/main/resources/META-INF/spring.factories | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories b/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories index c2a32111..128c2dd7 100644 --- a/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories +++ b/spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories @@ -8,7 +8,6 @@ org.springframework.shell.boot.LineReaderAutoConfiguration,\ org.springframework.shell.boot.CompleterAutoConfiguration,\ org.springframework.shell.boot.JLineAutoConfiguration,\ org.springframework.shell.boot.JLineShellAutoConfiguration,\ -org.springframework.shell.boot.JCommanderParameterResolverAutoConfiguration,\ org.springframework.shell.boot.ParameterResolverAutoConfiguration,\ org.springframework.shell.boot.StandardAPIAutoConfiguration,\ org.springframework.shell.boot.ThemingAutoConfiguration,\