Picocli 4.0.1
The picocli community is pleased to announce picocli 4.0.1.
This release contains a fix for a bug in the annotation processor that caused a compilation error when a subcommand contains a @Mixin
-annotated field or method.
This is the fifty-eighth public release.
Picocli follows semantic versioning.
Table of Contents
- New and noteworthy
- Fixed issues
- Deprecations
- Potential breaking changes
New and Noteworthy
Fixed issues
- [#769] Annotation processor fails on subcommands with mixins. Thanks to MortronMeymo for the bug report.
Deprecations
No features were deprecated in this release.
Potential breaking changes
This release has no breaking changes.