HerrDerb

Results 12 issues of HerrDerb

### Describe the bug Wen having plain jUnit tests and @QuarkusTests side by side, the jacoco coverage is missing the coverage from the jUnit test. This behaviour still exists after...

kind/bug
area/testing

### Description For the keycloak devservice, it is possible to define the property `quarkus.keycloak.devservices.realm-path` with a realm.json which initializes the dev service. This works great if you only need one...

kind/enhancement
area/oidc
area/devservices

Often, especially in test code, code gets cluttered with unused `throws` decerations which have their historical reason but where forgotten to remove. As the the current formatting rule are able...

Currently when injecting a config property directly with `@ConfigProperty` I have to define a default value for within the annotation. For me, there are two flaws with that * type...

enhancement
spec-related

Currently the size of a PR is determined by the amount of changes (Deletion+ Modification) In my perception, I take on on a PR which has 120 changes in a...

Solves https://github.com/CodelyTV/pr-size-labeler/issues/69 > Currently the size of a PR is determined by the amount of changes (Deletion+ Modification) > > In my perception, I take on on a PR which...

We have a situation where we would like to execute only a set of specific health checks depending on the incoming REST call. This is because we run multiple tenants...

## Bug when calling e.g. `drawCanvas` with a opacity setting, the globalAlpha value of the context remains changed to that value after the method call. ## Expected behaviour The global...

## 🐛 Bug Report When subscribing to a topic once normal and once as shared, the incoming messages are notified twice for each subscription. ## 🔬 How To Reproduce Subscribe...

bug

# Description Currently the `GHWorkflowRunQueryBuilder` is only available in `GHRepository` which does not allow to use the query builder for a specific workflow. By adding it to `GHWorkflow` and extend...