Skip to content

Incorrect return type design in CommandOption#getType #1216

@fmbenhassine

Description

@fmbenhassine

org.springframework.shell.core.command.CommandOption#getType returns a ResolvableType which is an API from Spring Framework that can change and therefore break Spring Shell.

The core domain model of Spring Shell should only rely on Java's built-in types and Shell domain concepts.

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