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

Upgrade to Dropwizard 4.0.0 #1667

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Upgrade to Dropwizard 4.0.0 #1667

merged 2 commits into from
Mar 31, 2023

Conversation

RohanNagar
Copy link
Owner

@RohanNagar RohanNagar commented Mar 31, 2023

This PR addresses:

I have verified that:

  • All related unit tests have been updated/created
  • All related integration tests have been updated/created
  • I have updated any relevant documentation in the docs/ directory
  • If I made any additions/changes to the config file, I've updated the Helm chart in scripts/deploy/helm
  • If necessary, I've updated CHANGELOG.md with a description of my change

Additional Notes

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (84bf05e) 100.00% compared to head (2a3fb08) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master     #1667   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       573       573           
===========================================
  Files             64        64           
  Lines           1521      1521           
  Branches          89        89           
===========================================
  Hits            1521      1521           
Impacted Files Coverage Δ
...ava/com/sanctionco/thunder/ThunderApplication.java 100.00% <ø> (ø)
...a/com/sanctionco/thunder/ThunderConfiguration.java 100.00% <ø> (ø)
.../java/com/sanctionco/thunder/ThunderException.java 100.00% <ø> (ø)
...r/authentication/basic/BasicAuthConfiguration.java 100.00% <ø> (ø)
...under/authentication/oauth/OAuthConfiguration.java 100.00% <ø> (ø)
...onco/thunder/crypto/PasswordHashConfiguration.java 100.00% <ø> (ø)
.../com/sanctionco/thunder/dao/DatabaseException.java 100.00% <ø> (ø)
.../thunder/dao/dynamodb/DynamoDbUsersDaoFactory.java 100.00% <ø> (ø)
...nder/dao/inmemorydb/InMemoryDbUsersDaoFactory.java 100.00% <ø> (ø)
...co/thunder/dao/mongodb/MongoDbUsersDaoFactory.java 100.00% <ø> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@RohanNagar RohanNagar merged commit 5d55001 into master Mar 31, 2023
20 checks passed
@RohanNagar RohanNagar deleted the dropwizard-upgrade branch March 31, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant