<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guice</artifactId>
<version>${dropwizard.version}</version>
<exclusions>
<!-- javassist used here is too old and must be excluded!
See http://stackoverflow.com/questions/23215917/javassist-classcastexception-in-hibernate-and-netbeans
-->
<exclusion>
<artifactId>javassist</artifactId>
<groupId>javassist</groupId>
</exclusion>
</exclusions>
</dependency>
GET => http://localhost:8080/task/[id]
List all revision numbers of a task with:
GET => http://localhost:8080/task/[id]/revisions
Returns [1,2] if an entity has the two revisions 1 and 2.
Show a special revision of a single task with:
GET => http://localhost:8080/task/[id]/revisions/[revisionNumber]
Currently it has the following features: