Skip to content

Only NonInteractiveShellRunner is active on default #1017

Closed
@jvalkeal

Description

@jvalkeal

We want to change behaviour of a shell runners so that only NonInteractiveShellRunner is enabled on default while InteractiveShellRunner and ScriptShellRunner needs to be explicitly enabled. This is mostly driven by moving default behaviour so that on default InteractiveShellRunner would not block tests when simple project is initialised. Also most people don't need interactive mode if they are just interested comman-line features.

Essentially spring.shell.interactive.enabled and spring.shell.script.enabled will get switched from true to false.

We only want to do these type of changes in a new minor versions, not in a point releases.

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