Skip to content

Commit 23df374

Browse files
committed
Migrate auto-configuration registration
- Move auto-configs from spring.factories to imports file. - Relates #523
1 parent a1bd979 commit 23df374

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

spring-shell-autoconfigure/src/main/resources/META-INF/spring.factories

Lines changed: 0 additions & 17 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
org.springframework.shell.boot.ExitCodeAutoConfiguration
2+
org.springframework.shell.boot.ShellContextAutoConfiguration
3+
org.springframework.shell.boot.SpringShellAutoConfiguration
4+
org.springframework.shell.boot.ShellRunnerAutoConfiguration
5+
org.springframework.shell.boot.ApplicationRunnerAutoConfiguration
6+
org.springframework.shell.boot.CommandCatalogAutoConfiguration
7+
org.springframework.shell.boot.LineReaderAutoConfiguration
8+
org.springframework.shell.boot.CompleterAutoConfiguration
9+
org.springframework.shell.boot.UserConfigAutoConfiguration
10+
org.springframework.shell.boot.JLineAutoConfiguration
11+
org.springframework.shell.boot.JLineShellAutoConfiguration
12+
org.springframework.shell.boot.ParameterResolverAutoConfiguration
13+
org.springframework.shell.boot.StandardAPIAutoConfiguration
14+
org.springframework.shell.boot.ThemingAutoConfiguration
15+
org.springframework.shell.boot.StandardCommandsAutoConfiguration
16+
org.springframework.shell.boot.ComponentFlowAutoConfiguration

0 commit comments

Comments
 (0)