Releases: spring-projects/spring-shell
3.1.9
Generic Notes
Fixes
This release contains some notable changes:
- Builds on spring-boot 3.1.9
- Builds on jline 3.25.1
- Some issues backported
Issues
#1006 Upgrade spring-boot 3.1.9
#1003 backport(996): Script runner @ symbol breaks as option value
#1001 Upgrade gradle 8.4
#990 backport(779): CommandContext in shell method
#983 backport(982): Update jline 3.25.1
3.2.1
Generic Notes
Fixes
This release contains some notable changes:
- Builds on spring-boot 3.2.2
- Builds on jline 3.25.0
Issues
#978 Update spring-boot 3.2.2
#970 Cursor not restored in tmux
#968 Split jline dependencies
#966 Update jline 3.25.0
#945 Command alias not work on type level when sub command is empty
PRs
#975 Clarifying the confusing note
3.1.8
Generic Notes
Fixes
This release contains some notable changes:
- Builds on spring-boot 3.1.8
- Builds on jline 3.25.0
- Some issues backported
Issues
#977 Update spring-boot 3.1.8
#973 backport(945): Command alias not work on type level when sub command is empty
#972 backport(970): Cursor not restored in tmux
#971 Migrate 3.1.x to antora
#969 backport(968): Split jline dependencies
#967 backport(966): Update jline 3.25.0
3.2.0
Issues
#961 ExitCodeAutoConfiguration doesn't map CommandParserExceptionsException
#960 File option type doesn't work in native
#952 Upgrade spring-boot 3.2.1
#948 spring-configuration-metadata missing
#946 ComponentFlow single and multi selectItems should behave same
#826 Hotkey system for view framework
3.1.7
Issues
#964 backport(960): File option type doesn't work in native
#962 backport(961): ExitCodeAutoConfiguration doesn't map CommandParserExceptionsException
#957 backport(946): ComponentFlow single and multi selectItems should behave same
#951 Upgrade spring-boot 3.1.7
#950 backport(948): spring-configuration-metadata missing
3.2.0-RC1
Generic Notes
Fixes
This release contains some notable changes:
- Builds on spring-boot 3.2.0
- New zsh completion support
- Minor changes to Terminal UI
Issues
#934 Upgrade spring-boot 3.2.0
#930 Arity not working
#927 Support zsh completion
#922 Antora fails with duplicate asciinema files
#825 Support modal views
3.1.6
3.0.10
2.1.15
3.2.0-M3
Generic Notes
Fixes
This release contains some notable changes:
- Builds on spring-boot 3.1.0-RC2
- Jline upgrade to
3.24.1
fixes issues in stdin/stderr redirection - StringTemplate upgrade to
4.3.3
- Lot of improvements to Terminal UI
Issues
#917 Multi input scenario
#916 Upgrade spring-boot 3.2.0-RC2
#901 Upgrade jline 3.24.1
#900 Autoconfigure TerminalUI
#896 Upgrade gradle 8.4
#895 Upgrade spring-boot 3.2.0-RC1
#891 StandardOut goes to StandardError in non-interactive mode
#886 Upgrade stringtemplate4 4.3.3
#884 Migrate docs shell samples to asciinema
#813 Revisit class locations in view framework
PRs
#903 Bugfix: Tab-completion fails
#875 Update StringTemplate version in gradle.properties