Skip to content

3.0.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 10:44
· 338 commits to main since this release

Generic Notes

Fixes

This release candicate uses Spring Boot 3.0.1 and contains some notable changes:

  • Better model of defining error handling with annotations
  • CommandParser reports errors for unrecognised options
  • CommandRegistration Builder has a shared configurable instance
  • Global help options

Issues

#607 Create BuilderSupplier interface
#602 CommandParser unrecognised option support
#601 Option position may break required error
#597 Support exception handling with annotated methods
#596 Upgrade spring-boot 3.0.1
#593 BaseSingleItemSelector.preHandler returns null instead of this
#586 Global help option type is wrong
#585 Support shared CommandRegistration Builder
#582 Global help options
#579 Docs updates