Hi, after upgrading from Groovy 3.0.9 to 4.0.0 our test framework complains about remnant threads created by the Groovy compiler.
They are named "ForkJoinPool.commonPool-worker-N" where N is an integer number. 1.) Can this behaviour be controlled? In the CompilerConfiguration and GroovyClassLoader I couldn't find a hint. 2.) Is it possible to provide a custom ThreadFactoy? -- Thanks in advance Alex