Skip to content

Bump picocli from 3.6.1 to 4.0.4#25

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/info.picocli-picocli-4.0.4
Closed

Bump picocli from 3.6.1 to 4.0.4#25
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/info.picocli-picocli-4.0.4

Conversation

@dependabot-preview

@dependabot-preview dependabot-preview Bot commented Sep 9, 2019

Copy link
Copy Markdown
Contributor

Bumps picocli from 3.6.1 to 4.0.4.

Release notes

Sourced from picocli's releases.

Picocli 4.0.4

Picocli 4.0.4

The picocli community is pleased to announce picocli 4.0.4.

This release contains a bugfixes and enhancements.

GraalVM native image-configuration generation for options or positional parameters with custom type converters or custom parameter consumers now work correctly.

Also fixed a bug where validation was performed on ArgGroups even when they were marked as validate = false.

This is the sixty-first public release.
Picocli follows semantic versioning.

Table of Contents

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

New and Noteworthy

Fixed issues

  • #803 (Bugfix) Custom IParameterConsumer caused native-image to fail. Thanks to Patrick Plenefisch for raising this.
  • #804#806 (Bugfix) Visit Parameter Consumers when doing GraalVM reflection generation; added test. Thanks to Patrick Plenefisch for the pull requests.
  • #808 (Bugfix) Option-specific ITypeConverter class is now correctly included in generated reflect-config.json.
  • #807 (Bugfix) ArgGroup should not validate when marked as validate = false. Thanks to cranphin for the bug report.
  • #799 (DOC) Update adoption section in README.
  • #805 (DOC) Add example for alphabetically sorting subcommands by subclassing Help. Thanks to frontfact for raising this issue.

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.

Picocli 4.0.3

Picocli 4.0.3

The picocli community is pleased to announce picocli 4.0.3.

This release contains a bugfixes and enhancements.

GraalVM native image-configuration generation for picocli commands with argument groups now work correctly.

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

Table of Contents

  • New and noteworthy
... (truncated)
Changelog

Sourced from picocli's changelog.

Picocli 4.0.4

The picocli community is pleased to announce picocli 4.0.4.

This release contains a bugfixes and enhancements.

GraalVM native image-configuration generation for options or positional parameters with custom type converters or custom parameter consumers now work correctly.

Also fixed a bug where validation was performed on ArgGroups even when they were marked as validate = false.

This is the sixty-first public release.
Picocli follows semantic versioning.

Table of Contents

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

New and Noteworthy

Fixed issues

  • #803 (Bugfix) Custom IParameterConsumer caused native-image to fail. Thanks to Patrick Plenefisch for raising this.
  • #804#806 (Bugfix) Visit Parameter Consumers when doing GraalVM reflection generation; added test. Thanks to Patrick Plenefisch for the pull requests.
  • #808 (Bugfix) Option-specific ITypeConverter class is now correctly included in generated reflect-config.json.
  • #807 (Bugfix) ArgGroup should not validate when marked as validate = false. Thanks to cranphin for the bug report.
  • #799 (DOC) Update adoption section in README.
  • #805 (DOC) Add example for alphabetically sorting subcommands by subclassing Help. Thanks to for raising this issue.

Deprecations

No features were deprecated in this release.

Potential breaking changes

This release has no breaking changes.

Picocli 4.0.3

The picocli community is pleased to announce picocli 4.0.3.

This release contains a bugfixes and enhancements.

GraalVM native image-configuration generation for picocli commands with argument groups now work correctly.

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

Table of Contents

  • New and noteworthy
  • Fixed issues
... (truncated)
Commits
  • aaa1eeb Release picocli version 4.0.4
  • 0510cb4 DOC update release notes
  • 8023c42 #807 (Bugfix) ArgGroup should not validate when marked as `validate = fal...
  • 969d835 #808 (Bugfix) Option-specific ITypeConverter class is now correctly inclu...
  • 32aa9bc #803#804#806 Bugfix for problem in annotation processor where custom `I...
  • 2aed1ee Add tests for #803
  • 06d37d1 DOC update downloads graph in README
  • 414c8c8 DOC add image
  • 88c6ac7 BUILD add IDEA output folders to .gitignore
  • 5ecfd3d DOC add link to slides for my lightning talk presentation at JJUG 2019-09-06
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


This change is Reviewable

Bumps [picocli](https://github.com/remkop/picocli) from 3.6.1 to 4.0.4.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/master/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v3.6.1...v4.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2019
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #28.

@dependabot-preview dependabot-preview Bot deleted the dependabot/gradle/info.picocli-picocli-4.0.4 branch November 25, 2019 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants