Tim Moore

Results 7 issues of Tim Moore

Is it intentional that `commitWhenAutocommitDisabled` is hardwired to true in `ManualSchedulerBuilder`: https://github.com/kagkarlsson/db-scheduler/blob/3b79f8890e1bc55ca80bd2da1ae34c21d2ddd827/db-scheduler/src/main/java/com/github/kagkarlsson/scheduler/testhelper/TestHelper.java#L76 I'm using `@Transactional` to rollback changes in tests, and this is causing my changes to be committed when...

But what?

xbmc.getLanguage() returns a string like _English_ or _Brazilian Portuguese_. This needs to be mapped to an ISO-639 style language code like _en_ or _pt-br_. Some effort is made to do...

Fix for #22 has made getting the talks for a theme slower. I'm not sure if it can be fixed, but we can definitely have progress if we parse the...

In `ClearMocksTestExecutionListener.clearMocks` there is iteration through a set of beans registered with `MockkCreatedBeans`. However, only `@MockKBean`s are registered with this (during `MockkPostProcessor.registerMock`), `@SpykBean`s are not. This means that `@SpykBean`s are...

#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? -...

Issue: Bug