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 ru.vyarus:dropwizard-guicey from 7.0.2 to 7.1.0 #98

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2023

Bumps ru.vyarus:dropwizard-guicey from 7.0.2 to 7.1.0.

Release notes

Sourced from ru.vyarus:dropwizard-guicey's releases.

7.1.0

  • Update to dropwizard 4.0.4
  • Add qualifier annotations support for configuration properties binding: any configuration property (any level), annotated with qualifier annotation, would be directly bound with that qualifier. Core dropwizard objects could be qualified on overridden getter
  • Test improvements:
    • Junit 5 extensions could inject DropwizardTestSupport object itself as test method parameter
    • ClientSupport:
      • inner jersey client creation is customizable now with TestClientFactory implementation (new attribute "clientFactory" in @​TestGuiceyApp and @​TestDropwizardApp)
      • default factory would automatically configure:
        • multipart feature if available in classpath (dropwizard-forms)
        • direct console logging (to see requests and responses directly in console)
      • New methods:
        • basePathRoot - root url (only with port)
        • get(), post(), delete(), put() - simple shortcut methods to perform basic operations relative to server root
    • Context support object (DropwizardTestSupport) and client (ClientSupport) instances are accessible now statically for both manual run (TestSupport) and junit extensions: TestSupport.getContext() and TestSupport.getContextClient()
    • New generic builder for flexible DropwizardTestSupport object creation and run (when junit extension can't be used): TestSupport.builder() (with lifecycle listeners support)
    • TestSupport methods changes:
      • Creation and run methods updated with config override (strings) support
      • Add creation and run methods application class only (and optional overrides).
      • Run methods without callback now return RunResult containing all objects, required for validation (for example, to examine config)
      • Add captureOutput method to record console output for assertions
    • Commands test support:
      • TestSupport.buildCommandRunner() - builds runner for command execution with the same builder options as in generic builder (TestSupport.builder(); including same configuration) and user input support.
      • Could be used to test application startup fail (without using system mocks)

Full release notes

Changelog

Sourced from ru.vyarus:dropwizard-guicey's changelog.

7.1.0 (2023-11-28)

  • Update to dropwizard 4.0.4
  • Add qualifier annotations support for configuration properties binding: any configuration property (any level), annotated with qualifier annotation, would be directly bound with that qualifier. Core dropwizard objects could be qualified on overridden getter
  • Test improvements:
    • Junit 5 extensions could inject DropwizardTestSupport object itself as test method parameter
    • ClientSupport:
      • inner jersey client creation is customizable now with TestClientFactory implementation (new attribute "clientFactory" in @​TestGuiceyApp and @​TestDropwizardApp)
      • default factory would automatically configure:
        • multipart feature if available in classpath (dropwizard-forms)
        • direct console logging (to see requests and responses directly in console)
      • New methods:
        • basePathRoot - root url (only with port)
        • get(), post(), delete(), put() - simple shortcut methods to perform basic operations relative to server root
    • Context support object (DropwizardTestSupport) and client (ClientSupport) instances are accessible now statically for both manual run (TestSupport) and junit extensions: TestSupport.getContext() and TestSupport.getContextClient()
    • New generic builder for flexible DropwizardTestSupport object creation and run (when junit extension can't be used): TestSupport.builder() (with lifecycle listeners support)
    • TestSupport methods changes:
      • Creation and run methods updated with config override (strings) support
      • Add creation and run methods application class only (and optional overrides).
      • Run methods without callback now return RunResult containing all objects, required for validation (for example, to examine config)
      • Add captureOutput method to record console output for assertions
    • Commands test support:
      • TestSupport.buildCommandRunner() - builds runner for command execution with the same builder options as in generic builder (TestSupport.builder(); including same configuration) and user input support.
      • Could be used to test application startup fail (without using system mocks)
Commits
  • 3252b7e [Gradle Release Plugin] - pre tag commit: '7.1.0'.
  • 3420792 update docs
  • 918174e remove redundant manual jakarta annotation-api dependency
  • 71621fd check jakarta qualifier support, check null values binding
  • a513d14 update docs
  • 3e12788 add simple get/post/put/delete methods in ClientSupport for simple operations...
  • a29a30c TestSupport.run and builder.run methods without callback now return RunSuppor...
  • 11a4d3f add qualified configuration values search methods in ConfigurationTree, Dropw...
  • 6f8c1d1 add release notes
  • 2afcb38 bump version
  • 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 show <dependency name> 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)

Bumps [ru.vyarus:dropwizard-guicey](https://github.com/xvik/dropwizard-guicey) from 7.0.2 to 7.1.0.
- [Release notes](https://github.com/xvik/dropwizard-guicey/releases)
- [Changelog](https://github.com/xvik/dropwizard-guicey/blob/master/CHANGELOG.md)
- [Commits](xvik/dropwizard-guicey@7.0.2...7.1.0)

---
updated-dependencies:
- dependency-name: ru.vyarus:dropwizard-guicey
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2023
@lyang lyang merged commit 023c43f into main Nov 28, 2023
1 of 2 checks passed
@lyang lyang deleted the dependabot/gradle/ru.vyarus-dropwizard-guicey-7.1.0 branch November 28, 2023 19:33
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.

1 participant