-
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.
-
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.
-
Constructors Constructor Description io.dropwizard.views.freemarker.FreemarkerViewRenderer() UseFreemarkerViewRenderer(Version)instead.