-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
type/enhancementIs an enhancement requestIs an enhancement request
Milestone
Description
Following the same naming convention <module-name> (non boot) / <module-name-autoconfigure> (boot support), the spring-shell-autoconfigure module should be renamed to spring-shell-core-autoconfigure.
The naming convention is the one used in Spring Boot as well: spring-boot / spring-boot-autoconfigure, spring-boot-test / spring-boot-test-autoconfigure, etc. FTR, the shell testing module naming is correct: spring-shell-test / spring-shell-test-autoconfigure
Moreover, the base package naming is inconsistent:
- spring-shell-autoconfigure:
org.springframework.shell.boot - spring-shell-test-autoconfigure:
org.springframework.shell.test.autoconfigure
The base package for the core auto configuration module should be org.springframework.shell.core.autoconfigure (similar to / consistent with the one in the test module)
Metadata
Metadata
Assignees
Labels
type/enhancementIs an enhancement requestIs an enhancement request