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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2026
@hawkbit-bot
Copy link

Thanks @dependabot[bot] for taking the time to contribute to hawkBit! We really appreciate this. Make yourself comfortable while I'm looking for a committer to help you with your contribution.
Please make sure you read the contribution guide and signed the Eclipse Contributor Agreement (ECA).

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2026

@avgustinmm
Copy link
Contributor

need spring 4

@avgustinmm avgustinmm closed this Feb 3, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.springframework.shell-spring-shell-starter-4.0.1 branch February 3, 2026 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants