Skip to content

2.1.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 14:39
· 555 commits to main since this release

Generic Notes

NOTE: This used to be 3.0.0-M1, see #356

Notable Changes

  • Project has been updated to Spring Boot 2.6.x line.
  • Re-work to remove bean cycles which caused issues with boot 2.6.x.
  • We're now starting to have a working support for spring-native.
  • Autoconfiguration has been moved into its own module.
  • Changes in a use of Boot's ApplicationRunner with new shell related interface ShellRunner.
  • Better build-in support for non-interactive mode(looking at you spring-native)
  • Completion script support for bash to ease tab-tab completion in non-interactive mode.

Issues

#350 Update boot 2.6.3
#345 Separate interactive and non-interactive commands
#343 Add support for bash completion
#342 Support non-interactive shell commands
#339 Update boot 2.6.2
#336 Refactor ResultHandler type hierachy
#331 Update jline 3.21.0
#330 Update maven wrapper
#329 Extract auto-config into separate module
#328 Publish snapshots from workflows
#326 Build support for jdk 11/17
#325 Update boot 2.6.1
#324 Boot 2.6.x beans form a cycle