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 3.x #4661

Merged
merged 6 commits into from
Feb 22, 2024
Merged

Upgrade to Dropwizard 3.x #4661

merged 6 commits into from
Feb 22, 2024

Conversation

gjvoosten
Copy link
Collaborator

Upgrade to Dropwizard 3.x; no user-facing changes.

Closes AB#973

User changes

  • None

Superuser changes

  • None

Admin changes

  • None

System admin changes

  • anet.yml or anet-dictionary.yml needs change
    In the assets section of anet.yml, change:
      mimeTypes:
        ".js.map": application/json
    
    to:
      mimeTypes:
        "js.map": application/json
    
  • db needs migration
  • documentation has changed
  • graphql schema has changed

Checklist

  • Described the user behavior in PR body
  • Referenced/updated all related issues
  • commits follow a repo#issue: Title title format and these 7 rules
  • commits have a clean history, otherwise PR may be squash-merged
  • Added and/or updated unit tests
  • Added and/or updated e2e tests
  • Added and/or updated data migrations
  • Updated documentation
  • Resolved all build errors and warnings
  • Opened debt issues for anything not resolved here

And upgrade related dependencies to a compatible version.
- Update imports
- Update Authorizer
- Make sure keys are unique for multiple servlet mappings
@gjvoosten gjvoosten merged commit fd4128f into main Feb 22, 2024
21 checks passed
@gjvoosten gjvoosten deleted the AB-973-upgrade-dropwizard branch February 22, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant