Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Bump ru.vyarus.guicey:guicey-bom from 6.0.0-beta.1 to 6.0.0 #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps ru.vyarus.guicey:guicey-bom from 6.0.0-beta.1 to 6.0.0.

Release notes

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

6.0.0

  • Update to dropwizard 3
    • (breaking) Drop java 8 support
  • Merged with guicey-ext modules repository:
    • Ext modules version would be the same as guicey
    • dropwizard-guicey POM would not be a BOM anymore (everything moved to guicey-bom)
    • Exclusions not applied in BOM anymore, instead they applied directly in POM
Changelog

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

6.0.0 (2023-04-02)

  • Update to dropwizard 3
    • (breaking) Drop java 8 support
  • Merged with guicey-ext modules repository:
    • Ext modules version would be the same as guicey
    • dropwizard-guicey POM would not be a BOM anymore (everything moved to guicey-bom)
    • Exclusions not applied in BOM anymore, instead they applied directly in POM

5.7.1 (2023-03-09)

  • Update to dropwizard 2.1.5
  • Revert changing reports log level: now INFO used instead of WARN (#276)

5.7.0 (2022-12-29)

  • Update to dropwizard 2.1.4
  • Fix NoClassDefFoundError(AbstractCollectionJaxbProvider) appeared for some jersey provider registrations (#240)
  • Jersey extensions might omit @Provider on known extension types (ExceptionMapper, MessageBodyReader, etc.). Unifies usage with pure dropwizard (no additional @Provider annotation required). (#265)
    • New option InstallerOptions.JerseyExtensionsRecognizedByType could disable new behaviour
  • Support ModelProcessor jersey extension installation (#186)
  • Add extensions help: .printExtensionsHelp() showing extension signs recognized by installers (in recognition order)
    • Custom installers could participate in report by overriding FeatureInstaller.getRecognizableSigns() (default interface method).
  • Change reports log level from INFO to WARN to comply with default dropwizard level
  • Support application reuse between tests (#269)
    • new reuseApplication parameter in extensions enables reuse
    • reusable application must be declared in base test class: all tests derived from this base class would use the same application instance
  • Add SBOM (json and xml with cyclonedx classifier)
  • Add .enableAutoConfig() no-args shortcut for enabling classpath scan in application package

5.6.1 (2022-07-02)

  • Update dropwizard to 2.1.1 (fixes java 8 issue by allowing afterburner usage)
  • Fix classpath scan recognition of inner static classes inside jars (#231)
  • Junit 5 extensions:
    • Fix parallel test methods support (configuration overrides were applied incorrectly)
    • Add "debug" option: when enabled, prints registered setup objects, hooks and applied configuration overrides
      • Setup objects and hooks not printed by default as before, only when debug enabled
      • Debug could be also enabled with system property -Dguicey.extensions.debug=true or with alias TestSupport.debugExtensions()

5.6.0 (2022-06-07)

  • Update dropwizard to 2.1.0
  • Test support objects changes:
    • Add new interface TestEnvironmentSetup to simplify test environment setup
      • In contrast to guicey hooks, setup objects used only in tests to replace the need of writing additional junit extensions (for example, to setup test db). It provides a simple way to override application configuration (e.g. to specify credentials to just started db)
      • Registration is the same as with hooks: annotation or inside extension builder and with field using new annotation @​EnableSetup

... (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)

Bumps [ru.vyarus.guicey:guicey-bom](https://github.com/xvik/dropwizard-guicey) from 6.0.0-beta.1 to 6.0.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@6.0.0-beta.1...6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2023

Codecov Report

Merging #162 (28ae4ab) into master (6d516d3) will increase coverage by 0.10%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##             master     #162      +/-   ##
============================================
+ Coverage     90.75%   90.85%   +0.09%     
- Complexity        0       63      +63     
============================================
  Files            83       83              
  Lines          2000     2000              
  Branches        238      238              
============================================
+ Hits           1815     1817       +2     
+ Misses          111      109       -2     
  Partials         74       74              
Flag Coverage Δ
LINUX 90.85% <ø> (+0.09%) ⬆️
windows 90.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant