spring-projects / spring-shell

Spring based shell
http://projects.spring.io/spring-shell/
Apache License 2.0
710 stars 391 forks source link

Use string array in ShellRunner #1057

Closed jvalkeal closed 2 months ago

jvalkeal commented 2 months ago

In ShellRunner we should switch from ApplicationArguments to plain String[] as that's only thing we're going to need from boot.

Should create default methods to bridge new methods, deprecate old ones and remove in 3.4.x. This is getting closer to remove all boot classes from core package.

jvalkeal commented 2 months ago

Previous commit broke something with exit codes as e2e tests started to fail.