1dEraNCeSIv0
1dEraNCeSIv0
I'm not part of the mockito team but if I were to try and fix this myself I'd: 1. ensure I could reproduce it on my machine 2. identify the...
So if I understand you correctly then storing `'3'` in a column of type `char(2)` actually stores `'3 '` in the database. Presumably because the provided string is padded with...
Thank you! 🙂 I've searched for something like an h2 playground on at least 3 separate occasions and failed to find one
In case it's useful for anyone else, this is the workaround I've eventually settled on: ```java @Mapping( target = "child", expression = "java(fromChildDto(parentDto.child(), lastName))" ) Parent fromParentDto(ParentDto parentDto, String lastName);...
I tried reproducing it again locally and noticed that the image was broken due to line endings changing upon up- and download. I've also had to allow newer chrome versions...
I've incorporated your changes into the repository, no changes. Feel free to check if I made an error when editing the project. ``` Caching disabled for task ':test' because: Build...
I've finally found that one of my colleagues can run the tests and they consistently work for them as well. I'll be digging more into that next week, hopefully I'll...
Okay, I've find some time to look into this further. Turns out that my colleague who can run the tests consistently... cannot actually run them consistently. Upon retrying today they...
I've made some changes and now I am on a setup that seems to work consistently so far. I've changed: * Away from Chromium to Google Chrome (downloaded as debian...
On first glance this looks like a different issue, we've only ever gotten the error posted above and it does not mention `DevToolsActivePort file doesn't exist`