There was an error while loading. Please reload this page.
Versions up to 3.2.x had all runners enabled by default, starting from 3.3.x only NonInteractiveShellRunner is enabled by default.
3.2.x
3.3.x
NonInteractiveShellRunner
For example enabling interactive and script runners use properties:
spring: shell: interactive: enabled: true script: enabled: true
Home
Release
Spring Boot compatibility
v4 Migration Guide
Debugging