Gary Rowe
Gary Rowe
In order to administer the Order entity As an Administrator I want to perform CRUD operations Estimated time (days): 1 (relying on previously created Item patterns) Acceptance Criteria Scenario 1:...
In order to administer the X entity As an Administrator I want to perform CRUD operations Estimated time (days): 0.5 (relying on previously created User patterns) Acceptance Criteria Scenario 1:...
Use the following process to design resources and representations (lifted from RESTful Web Services) 1. Figure out the data set 2. Split the data set into resources For each kind...
In order to "some reason or business value" As a "type of user" I want "some feature" Estimated time (days): 0.5, 1, 2, 3, 5, ? --- **Acceptance Criteria** Scenario...
The final artifacts should be available in Maven Central. This will require registration and obtaining a suitable GPG key to sign the final artifacts. This key needs to be securely...
After discussions on the Dropwizard email group regarding HMAC, it is clear that OAuth2 offers a better solution to the problem of an authenticated RESTful API than HMAC and has...
From Ken Yee via email: Have you ever tried doing "curl" on a secured REST API like this with your github openid dropwizard project? ``` java @GET @Timed @CacheControl(noCache =...
Spotted by Andreas Shildbach: At present if dependencies are changed without a fresh snapshot being taken then the enforcer rules will only be applied against the whitelist. The enforcer needs...