Skip to content

dropwizard/dropwizard

Folders and files

NameName
Last commit message
Last commit date
Jan 27, 2025
Oct 15, 2023
Apr 9, 2025
Aug 18, 2024
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Apr 9, 2025
Mar 26, 2025
Apr 7, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Apr 23, 2023
Nov 25, 2024
May 2, 2018
Oct 18, 2023
Apr 23, 2023
Oct 16, 2023
Feb 27, 2021
Mar 5, 2018
Feb 19, 2020
Feb 19, 2020
Nov 22, 2017
Aug 27, 2024
Nov 25, 2024
Jun 15, 2023
Apr 26, 2023
Dec 20, 2024
Apr 21, 2024
Apr 21, 2024
Mar 26, 2025
Jul 27, 2016
Oct 17, 2024

Repository files navigation

Dropwizard

Build Quality Gate Status Maven Central Javadocs Documentation Status Maintainability Reproducible Builds Contribute with Gitpod

Dropwizard is a sneaky way of making fast Java web applications.

It's a little bit of opinionated glue code which bangs together a set of libraries which have historically not sucked:

Read more at dropwizard.io.

Want to contribute to Dropwizard?

Before working on the code, if you plan to contribute changes, please read the following CONTRIBUTING document.

Need help or found an issue?

When reporting an issue through the issue tracker on GitHub or sending an email to the Dropwizard User Google Group mailing list, please use the following guidelines:

  • Check existing issues to see if it has been addressed already
  • The version of Dropwizard you are using
  • A short description of the issue you are experiencing and the expected outcome
  • Description of how someone else can reproduce the problem
  • Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap it in three backticks: ``` so that it renders nicely
  • Write a unit test to show the issue!