docs/source/manual/upgrade-notes/upgrade-notes-0_7_x.rst
.. _upgrade-notes-dropwizard-0_7_x:
################################## Upgrade Notes for Dropwizard 0.7.x ##################################
maven-compiler-plugin to 1.7 (most applications should be already on 1.7);com.yammer.dropwizard to io.dropwizard;com.yammer.dropwizard to io.dropwizard throughout the codebase;dropwizard-db, update configuration class to use DataSourceFactory;dropwizard-hibernate, update Hibernate bundle by overriding getDataSourceFactory;dropwizard-migrations, update Migrations bundle by overriding getDataSourceFactory;dropwizard-assets to dependencies;dropwizard-views-freemarker or dropwizard-views-mustache accordingly;getName() instead of providing the bundle with the name;environment.addResource(resource) to environment.jersey().register(resource);*Service class to *Application;ResourceTest to use ResourceTestRule;app.yml to the new server layout (see ServerFactory and ConnectorFactory);