chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.10.0
Bumps commons-cli:commons-cli from 1.9.0 to 1.10.0.
Changelog
Sourced from commons-cli:commons-cli's changelog.
Apache Commons CLI 1.10.0 Release Notes
The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.10.0.
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
This is a feature and maintenance release. Java 8 or later is required.
New Features
- CLI-339: Help formatter extension in the new package #314. Thanks to Claude Warren, Gary Gregory.
CommandLine.Builder implements Supplier<CommandLine>. Thanks to Gary Gregory.DefaultParser.Builder implements Supplier<DefaultParser>. Thanks to Gary Gregory.- CLI-340: Add CommandLine.getParsedOptionValues() #334. Thanks to Claude Warren, Gary Gregory.
- CLI-333: org.apache.commons.cli.Option.Builder implements Supplier. Thanks to Claude Warren, Gary Gregory.
Fixed Bugs
Deprecate CommandLine.Builder() in favor of CommandLine.builder(). Thanks to Gary Gregory.Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder(). Thanks to Gary Gregory.Refactor default parser test [#294](https://github.com/apache/commons-cli/issues/294). Thanks to Dávid Szigecsán.Port to JUnit 5. Thanks to Gary Gregory.Generics for Converter should use Exception not Throwable. Thanks to Gary Gregory.Pick up maven-antrun-plugin version from parent POM org.apache:apache. Thanks to Gary Gregory.Javadoc is missing its Overview page. Thanks to Gary Gregory.Get mockito version from parent pom ([#351](https://github.com/apache/commons-cli/issues/351)). Thanks to Arnout Engelen.Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.Deprecate PatternOptionBuilder.PatternOptionBuilder(). Thanks to Arnout Engelen.- CLI-341: HelpFormatter infinite loop with 0 width input. Thanks to Ruiqi Dong, Gary Gregory.
- CLI-349: Fail faster with a more precise NullPointerException: Option.processValue() throws NullPointerException when passed null value with value separator configured. Thanks to Leo Fernandes, Gary Gregory.
- CLI-344: Fail faster with a more precise NullPointerException: DefaultParser.parse() throws NullPointerException when options parameter is null. Thanks to Ruiqi Dong, Gary Gregory.
- CLI-347: Options.addOptionGroup(OptionGroup) does not remove required options from requiredOpts list. Thanks to Ruiqi Dong, Gary Gregory.
org.apache.commons.cli.Option.Builder.get() should throw IllegalStateException instead of IllegalArgumentException. Thanks to Gary Gregory.org.apache.commons.cli.Option.processValue(String) should throw IllegalStateException instead of IllegalArgumentException. Thanks to Gary Gregory.org.apache.commons.cli.OptionBuilder.create() should throw IllegalStateException instead of IllegalArgumentException. Thanks to Gary Gregory.Updates
Bump org.apache.commons:commons-parent from 72 to 85 [#302](https://github.com/apache/commons-cli/issues/302), [#304](https://github.com/apache/commons-cli/issues/304), [#310](https://github.com/apache/commons-cli/issues/310), [#315](https://github.com/apache/commons-cli/issues/315), [#320](https://github.com/apache/commons-cli/issues/320), [#327](https://github.com/apache/commons-cli/issues/327), [#371](https://github.com/apache/commons-cli/issues/371). Thanks to Gary Gregory, Dependabot.[test] Bump commons-io:commons-io from 2.16.1 to 2.20.0 [#309](https://github.com/apache/commons-cli/issues/309), [#337](https://github.com/apache/commons-cli/issues/337). Thanks to Gary Gregory, Dependabot.[test] Bump org.apache.commons:commons-text from 1.12.0 to 1.14.0 [#344](https://github.com/apache/commons-cli/issues/344). Thanks to Gary Gregory, Dependabot.Update site documentation to https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.Historical list of changes: https://commons.apache.org/proper/commons-cli/changes.html
... (truncated)
Commits
0458115Prepare for the release candidate 1.10.0 RC16667053Prepare for the next release candidated9e46abPrepare for the next release candidate045ffbbUse JUnit convention0ab5c5cAdd@Override859d5e5[CLI-343] OptionFormatter.getBothOpt() lacks validation for Optionsea9e408Better parameter names7835c1cFix Javadoc for Java 1113563d0Force sync with Apache GitBoxd931195Fix HTML markup- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 88.51%. Comparing base (dd37956) to head (0a7c6b6).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## master #836 +/- ##
=========================================
Coverage 88.51% 88.51%
+ Complexity 787 785 -2
=========================================
Files 174 174
Lines 7207 7207
Branches 405 405
=========================================
Hits 6379 6379
Misses 697 697
Partials 131 131
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.