Skip to content

3.1.0-M2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 19:03
· 287 commits to main since this release

Generic Notes

Fixes

This Milestone contains some notable changes:

  • Builds on Spring Boot 3.1.0-M2
  • Some bug fixes backported
  • Big fix for custom type handling with positional arguments
  • Docs changes for a new annotation model

Issues

#702 ShellContext not passed to CommandCatalog
#701 Positional parameters with new parser broken
#700 backport(694): Converter not called as expected / difference in call by name vs position
#697 Upgrade spring-boot 3.1.0-M2
#690 ConfirmationInput template message broken
#686 Rename setMaskCharater to setMaskCharacter
#663 @CommandAvailability Annotation

PRs

#693 Pass ShellContext to CommandCatalog.of in CommandCatalogAutoConfig