github remkop/picocli v2.0.2
picocli 2.0.2

latest releases: v4.7.5, v4.7.4, v4.7.3...
6 years ago

Picocli 2.0.2

The picocli community is pleased to announce picocli 2.0.2.

This is a bugfix release that prevents an EmptyStackException from being thrown when the command line ends in a cluster of boolean options, and furthermore fixes two scripting-related minor issues.

This is the fourteenth public release.
Picocli follows semantic versioning.

Table of Contents

  • New and noteworthy
  • Promoted features
  • Fixed issues
  • Deprecations
  • Potential breaking changes

New and noteworthy

This is a bugfix release and does not include any new features.

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

  • [#226] Bugfix: EmptyStackException when command line ends in a cluster of boolean options. Thanks to RobertZenz.
  • [#222] Bugfix: Register default converter for Object fields for better scripting support.
  • [#219] Bugfix: Command line system property -Dpicocli.trace (without value) throws exception when used with Groovy.
  • [#220] Enhancement: Improve tracing for positional parameters (provide detail on current position).
  • [#221] Enhancement: Add documentation for Grapes bug workaround on Groovy versions before 2.4.7.

Deprecations

This release does not deprecate any features.

Potential breaking changes

This release does not include any breaking features.

Don't miss a new picocli release

NewReleases is sending notifications on new releases.