Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps org.springframework.shell:spring-shell-starter from 3.4.1 to 4.0.1.

Release notes

Sourced from org.springframework.shell:spring-shell-starter's releases.

v4.0.1

🚀 Enhancements

  • Improve default parser to accept boolean options without values #1304
  • Add alias for description attribute in Command annotation #1300
  • Improve argument parsing syntax for commands without options #1287
  • Provide completion from enumeration values if an option is of enum type #1282
  • How to run a shell in an integration test in spring shell 4.x? #1274

🐞 Bug Fixes

  • Revert script command to accept the script file as an option rather than an argument #1301
  • Quoting of option values is broken #1291
  • Quit builtin command is not autocompleted #1290
  • Remove Spring Boot specific documentation from Spring Shell documentation #1289
  • Restore version command result as in v3 #1286
  • Exception handling in interactive mode does not report cause #1285
  • Mixup of Option short and long name #1284
  • Missing Spring Boot configuration for debug mode #1280
  • Alias commands are not coloured correctly after update to version 4.0.0 #1277
  • java.lang.ClassNotFoundException: org.jline.reader.History in SB 4 and Shell 4.0 #1276
  • String option is empty string by default and not null #1273
  • Built in help for single commands is not working anymore #1271
  • Output is not printed to the shell when executing commands from a script #1270
  • Command output not available in non-interactive mode in 4.0 #1268
  • Options with primitive types fail in 4.0 without explicit value #1262
  • Commands fail in 4.0 if no short name or long name are specified #1261
  • NullPointerException is thrown when a script file contains empty lines at the end of file #1257
  • Completion does not work correctly in some cases, and display text is not used in candidates #1255

📔 Documentation

  • Add breaking change to 4.0 migration guide: Non-interactive mode is not the default anymore #1264
  • Add breaking change to 4.0 migration guide: GraalVM not supported for annotated commands #1260

🆙 Dependency updates

  • Reactor 3.8.2
  • Spring Framework 7.0.3
  • Spring Boot 4.0.2

❤️ Contributors

Many thanks to all contributors who worked on this release! @​czpilar @​piotrooo @​ThomasVitale

Full Changelog: spring-projects/spring-shell@v4.0.0...v4.0.1

v4.0.0

⭐ New features

... (truncated)

Commits
  • 16d3780 Release version 4.0.1
  • a175ecb Prepare release 4.0.1
  • 29b141a Restore default name of command groups as in v3
  • 8fa7e9c Restore command names case as in v3
  • 6ad1448 Use null as default value for options when no default value is present
  • fe806a0 Fix regression in command help options
  • 6c4035d Add alias for description attribute in Command annotation
  • fe786cf Add missing metadata of Spring Boot configuration properties
  • af799ed Fix parsing of boolean options without values
  • 84abfda Improve argument parsing for commands without options
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) from 3.4.1 to 4.0.1.
- [Release notes](https://github.com/spring-projects/spring-shell/releases)
- [Commits](spring-projects/spring-shell@v3.4.1...v4.0.1)

---
updated-dependencies:
- dependency-name: org.springframework.shell:spring-shell-starter
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant