Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 431 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 431 Bytes

Changelog

2.0.0

  • The groupId has been renamed to de.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