-
Classes Class Description io.dropwizard.configuration.EnvironmentVariableLookup Use a method reference toSystem.getenv()directly instead.io.dropwizard.jersey.params.IntParam As of release 2.0.0, will be removed in 3.0.0. Please useOptionalIntinstead.io.dropwizard.jersey.params.LongParam As of release 2.0.0, will be removed in 3.0.0. Please useOptionalLonginstead.io.dropwizard.jersey.params.UUIDParam As of release 2.0.0, will be removed in 3.0.0. Please useOptionalinstead.io.dropwizard.testing.junit.DAOTestRule Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 andDAOTestExtension.io.dropwizard.testing.junit.DropwizardAppRule Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 andDropwizardAppExtension.io.dropwizard.testing.junit.DropwizardClientRule Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 andDropwizardClientExtension.io.dropwizard.testing.junit.MockitoTestRule Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5.io.dropwizard.testing.junit.ResourceTestRule Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 andResourceExtension.
-
Methods Method Description io.dropwizard.hibernate.AbstractDAO.criteria() UseAbstractDAO.criteriaQuery()instead.io.dropwizard.servlets.tasks.PostBodyTask.execute(Map<String, List<String>>, PrintWriter) UsePostBodyTask.execute(Map, String, PrintWriter)or inherit from Task instead.