Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump airline from 2.7.2 to 2.9.0 #170

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2022

Bumps airline from 2.7.2 to 2.9.0.

Changelog

Sourced from airline's changelog.

2.9.0

  • Build Improvements
    • Added GitHub Actions based CI/CD for the repository
    • Added a new airline-backcompat-javaxinject module to aid Annotation Improvements (see below), this is included in the dependencies of the core airline module by default. Note that future 3.x releases may make this dependency optional as the Java ecosystem transitions away from using the old javax packages.
  • Annotation Improvements
    • Added @AirlineModule as future replacement for existing usage of @Inject
    • @Inject can now be either javax.inject.Inject or jakarta.inject.Inject, and mixtures thereof are supported. This enables broader compatibility with applications that need/want to use either variant of the standard Java @Inject dependency.
  • Parser Improvements
    • Choice of composition annotations is now configurable. Defaulting to supporting the new @AirlineModule annotation, and for backwards compatibility both variants of the @Inject annotation as noted above.
      • Use compositionAnnotationClasses field with the @Parser annotation
      • Use withCompositionAnnotations() or withDefaultCompositionAnnotations() with the ParserBuilder

NB: The changes to injection annotations have been carefully done to be fully backwards compatible with existing Airline annotations for the 2.9.x releases. Future minor and major releases will change the default behaviour to only support @AirlineModule. Therefore, you may wish to start migrating your applications to using this annotation sooner rather than later and explicitly exclude legacy dependencies. See the Migration Guide for more details on this.

2.8.5

  • Restriction Improvements
    • New @RequiredUnlessEnvironment restriction for making an option/argument required only if one/more environment variables are not set
  • Stopped generating the airline-offline-site artifact as it is superflous

2.8.4

  • Restriction Improvements
    • New @NoOptionLikeValues restriction for explicitly rejecting values that look like options i.e. start with - or -- but didn't match a defined option e.g. user typos (#112)

2.8.3

  • Parser Improvements
    • Added a GreedyMaybeListValueOptionParser to cover more cases where greedy parsing behaviour is desired (#110)

2.8.2

  • Bug Fixes
    • Fix for some option parsers being overly greedy for arity=1 options and incorrectly consuming subsequent options (#110)
      • For most users the change should have no impact other than more reliable error reporting. For users who rely heavily upon ClassicGetOptParser you may notice the removal of this greediness. If you wish to retain the old behaviour configure your option parsers to include the new GreedyClassicGetOptParser.

... (truncated)

Commits
  • 14bbe2d [maven-release-plugin] prepare release 2.9.0
  • ab77194 More notes on composition changes (#115)
  • 881ebd0 Merge pull request #122 from rvesse/jakarta-inject
  • 805f95f Run GitHub Actions on push to main
  • 9bfeb51 Merge pull request #119 from gsmet/remove-travis
  • 0d97586 Finish AirlineModule refactoring (#115)
  • 8417caf Rework documentation for composition
  • f4e3bfb Make inject annotations configurable (#115)
  • 954c5f3 Transition to jakarta.inject.Inject (#115)
  • 04a1bde Adjust Coveralls run configuration
  • 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)

Bumps [airline](https://github.com/rvesse/airline) from 2.7.2 to 2.9.0.
- [Release notes](https://github.com/rvesse/airline/releases)
- [Changelog](https://github.com/rvesse/airline/blob/main/CHANGELOG.md)
- [Commits](rvesse/airline@2.7.2...2.9.0)

---
updated-dependencies:
- dependency-name: com.github.rvesse:airline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 4, 2022
@dependabot dependabot bot requested a review from nouda August 4, 2022 02:18
Copy link
Author

dependabot bot commented on behalf of github Aug 23, 2024

Superseded by #190.

@dependabot dependabot bot closed this Aug 23, 2024
@dependabot dependabot bot deleted the dependabot/gradle/com.github.rvesse-airline-2.9.0 branch August 23, 2024 13:07
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