Groovy 4 compiler seems to leave behind Threads
Alexander Veit <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <[email protected]> |
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