ozangunalp / kafka-native

Kafka broker compiled to native using Quarkus and GraalVM.
Apache License 2.0
103 stars 13 forks source link

Bump net.sourceforge.argparse4j:argparse4j from 0.7.0 to 0.8.1 #217

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps net.sourceforge.argparse4j:argparse4j from 0.7.0 to 0.8.1.

Changelog

Sourced from net.sourceforge.argparse4j:argparse4j's changelog.

argparse4j 0.8.1

Release Note

This release fixes the missing argparse4j-root and argparse4j-extensions on maven repository.

argparse4j 0.8.0

Release Note

New features have been added, and things have been improved on a lot of fronts. See below.

The Maven build has been modified to allow for extension modules. All plug-ins have been upgraded too. CI builds are running on Travis CI now.

Multiple differently-configured parsers can now be used at the same time without interfering with each other. Client code that adds arguments to an argument container can be made reusable.

Optional arguments are now called named arguments. Arguments not given by the user can be suppressed in the resulting namespace. Case- insensitive enum argument types have been improved and extended.

The exit code will no longer indicate an error if the user requests help. The help text can be written to a destination other than standard output. Help can be suppressed for arguments and sub parsers.

Parsers can be configured to use a locale other than the default. Dutch and Russian translations have been added. CJK character widths have been updated.

Java 7 and Hadoop support has been added using extension modules. Both introduce a new argument type.

If you, or a project you use, implement "ArgumentParser" or "Subparser", you may run into run time issues when you upgrade.

Changes

Infrastructure

... (truncated)

Commits
  • 8d6b0a2 Update README
  • 3a16e7a Update NEWS
  • f5c84a3 Bump up version number to 0.8.1
  • e88126d Fix missing argparse4j-root and argparse4j-extensions on mvn deploy
  • c02630f Update README
  • fcea73c Bump up version number to 0.8.0
  • 85207a4 #106 Added possibility to specify multiple file verification groups for file ...
  • 42726c4 #101 Updated news.
  • ae03325 Merge remote-tracking branch 'origin/master'
  • bf799a5 Merge pull request #104 from Joerg-Schoemer/master
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | net.sourceforge.argparse4j:argparse4j | [>= 0.9.a, < 0.10] |

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
k-wall commented 1 month ago

@ozangunalp pinned to the same version used by Kafka. https://github.com/dependabot ignore this minor version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 0.8.x again, unless you re-open this PR.