- The
groupId
has been renamed tode.spinscale.dropwizard
- Removed any reflection based code in the code base, along with the reflections library
- The above also means, every job has to be added manually to the JobsBundle - no more autodetection
- The above also means, that wiring for guice/spring has to happen - constructor injection is encouraged now
- Allowed jobs to have arbitrary constructors