donahchoo
donahchoo
Is Katharsis a valid way to support JSON-API in Spring? I ask because it doesn't actually provide a controller and endpoints. They provide a filter that magically maps things to...
I'm trying to share code between src/test/java and src/integrationTest/java. I can't figure out how to set this up when using Kotlin. When I was using groovy it just worked... ```kotlin...
@ctruta I've checked out libpng from SF and am unable to get `make test` to work on macOS. ``` cp scripts/pnglibconf.h.prebuilt pnglibconf.h cp scripts/makefile.darwin makefile make test ``` output: ```...
Hi, I'm trying to speed up my Junit 5 tests. I'm wondering if it's possible to have `maxParallelForks = 4` for my `test` task but then have it be 1...