Picocli 3.5.1
The picocli community is pleased to announce picocli 3.5.1.
This is a bugfix release that fixes an issue where CommandSpec injected into Mixins had a null
CommandLine.
This is the thirty-seventh public release.
Picocli follows semantic versioning.
Table of Contents
- New and noteworthy
- Promoted features
- Fixed issues
- Deprecations
- Potential breaking changes
New and Noteworthy
Promoted Features
Promoted features are features that were incubating in previous versions of picocli but are now supported and subject to backwards compatibility.
No features have been promoted in this picocli release.
Fixed issues
- [#439] Bugfix: CommandSpec injected into Mixins had a
null
CommandLine. Thanks to Adam Zegelin for the bug report.
Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.