Tom Hombergs

Results 80 issues of Tom Hombergs

Currently, IDs are only checked for duplicates within one `@DescriptiveLogger` annotated interface. It should be the default that the IDs are checked for duplicates globally. The default should be overridable,...

It would be nice to have a Lombok annotation similar to `@Log` that takes care of creating a descriptive Logger for us.

It should be possible to comment more than a single paragraph so that the "displayIf"-condition is applied to all paragraphs within the comment. This should also support nested comments, so...

In Word processors you can define multiple sections (e.g. one section in portrait and one section in landscape format). docx-stamper currently only supports a single section.

The fultillment-service shall provide a REST-Service for submitting a shopping cart. The REST-Service gets the following as input: * number of fortune cookies * price for a single fortune cookie...

The fortune-cookie-product-service shall provide a REST service for listing a bunch of fortune cookies (without pagination to show an anti pattern). The service should be fragile. A Fortune Cookie consists...

see mockup ![checkout](https://cloud.githubusercontent.com/assets/1363578/26376479/f0521108-400c-11e7-8c3d-420eb85e323f.png)

See mockup ![shop](https://cloud.githubusercontent.com/assets/1363578/26376466/e5c48f90-400c-11e7-8eae-5d146f4671d0.png)

When a user deletes a GitHub repo, the GitHub app currently deletes the commits, branches, and pullrequests from Jira, but not the builds and deployments. This PR adds deletion of...

status: wip

When a repository is deleted in GitHub, the build and deployment events are not deleted from Jira. Reproducable with these steps: 1. send a build or deployment event from a...