I am running unit tests and would like each scenario to have a clean load of a test-specific subset of rules. This is triggering an issue where DynamicProjectClassLoader is effectively single-threaded.
This appears to be an oversight. Is there some reason this classloader should not be parallel capable?
I am running unit tests and would like each scenario to have a clean load of a test-specific subset of rules. This is triggering an issue where DynamicProjectClassLoader is effectively single-threaded.
This appears to be an oversight. Is there some reason this classloader should not be parallel capable?