Skip to content

3.1.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 17:53
· 299 commits to main since this release

Generic Notes

Fixes

This milestone contains some notable changes:

  • Using Spring Boot 3.1.x
  • Usual bug fixes
  • New command-line parser giving new foundation for future work
  • New annotation model which aligns better with CommandRegistration and gets feature parity in future milestones

Issues

#675 Wrong arity for default boolean type
#667 Converters are not called
#662 Upgrade spring-boot 3.1.0-M1
#657 Replace deprecated set-output command with environment file
#656 Test terminal should support setting initial dimension
#654 Better e2e tests coverage
#651 Cannot pass negative number as option
#648 CommandRegistration should return same options
#646 New Command Parser Model
#644 OptionArity NONE value
#642 Reorganise e2e samples
#641 @CommandScan Annotation
#640 @EnableCommand Annotation
#639 @option Annotation
#638 @command Annotation
#634 CommandExceptionResolver beans should have order

PRs

#658 Replace deprecated command with environment file