It seems that Forge spends considerable time (around 10 seconds on my
laptop) scanning the classes for annotated types;
Somehow related to
org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes()
This repeats for each test in which Forge is involved.
Could this scanning be sped up using jandex? If we have 40 tests, then
it would buy us over 5 minutes.
Ondra