arquillian-rusheye icon indicating copy to clipboard operation
arquillian-rusheye copied to clipboard

Bump jcommander from 1.7 to 1.81

Open dependabot-preview[bot] opened this issue 3 years ago • 0 comments

Bumps jcommander from 1.7 to 1.81.

Changelog

Sourced from jcommander's changelog.

Changelog

Current

2017-03-05

  • Fixed: Fix NullPointerException for Boolean null values, #367
  • Fixed: '--' handling, #296
  • Added: Add getProgramName to JCommander, #247
  • Added: Documentation for listConverter and splitter, #253, (@jeremysolarz)
  • Fixed: Return right parameter name in exception, #227, (@jeremysolarz)
  • Fixed: JCommander#getParameters returning nothing, #315, (@simon04)
  • Fixed: Allow empty string (e.g. java -jar jcommander-program.jar param1 "") as part of main parameter, #306 (@jeremysolarz)
  • Fixed: Default value for @Parameter(help=true) parameter is not displayed in output of JCommander.usage(), #305 (@jeremysolarz)
  • Fixed: When providing two names in @Parameter always first name is given to IValueValidator, #309 (@jeremysolarz)
  • Fixed: Do not add a DefaultConverterFactory for every subcommand, #359 (@simon04)
  • Fixed: Fix Sonar rules squid:ModifiersOrderCheck and squid:S2444, #254 (@kirill-vlasov)
  • Added: Add testcase for EnumConverter, #360 (@jeremysolarz)
  • Fixed: Proper ParameterException when Path converter fails, #414 (@selliera)
  • Fixed: misc.xml syntax, #407 (@PureCS)
  • Added: Flexible usage formatting, #408 (@PureCS)
  • Fixed: Java 7 compatibility, #409 (@PureCS)
  • Fixed: Locale-related issues in usage formatter tests, #410 (@PureCS)
  • Added: Documentation for IUsageFormatter and related classes, #411 (@PureCS)
  • Added: order support for @DynamicParameter, #418 (@selliera)

1.58

2016-09-29

  • Added: IStringConverterInstanceFactory to create converter instances, #279 (@simon04)
  • Added: Allow to specify the @file charset, #286 (@simon04)
  • Added: Converters InetAddressConverter (#288), CharArrayConverter (#289; @garydgregory)
  • Fixed: When using parseWithoutValidation(), JCommander uses 'parse()' on child commanders, #267 (@simon04)
  • Fixed: Share all options (such as column size, allow abbreviated options, case sensitivity) with sub commands, see JCommander.Options class, #280 (fixes #155, #244, #261, #274; @simon04)
  • Fixed: Thread-safe and non-shared converter factories, #284 (@simon04)
  • Fixed: Skip Path converter when class is not available (Android), #287 (@JesusFreke)
  • Added: JCommander now requires Java 8

1.56

2016-08-05

  • Added: Allow user to retrieve unknown command, #275

1.55

2016-02-28

  • Added: Support for disabling the @file expansion, #156
  • Fixed: Wrap usage for commands and main parameters, #258
  • Added: Read parameters from interfaces, #252
  • Added: Refuse to write to final fields, #243
  • Added: Access private fields/methods, #236

... (truncated)

Commits

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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Mar 03 '21 11:03 dependabot-preview[bot]