Skip to content

Rename spring-shell-autoconfigure to spring-shell-core-autoconfigure #1227

@fmbenhassine

Description

@fmbenhassine

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions