It looks like there is a way to implement support for all versions of DeltaSpike without resorting to a per-version module and dependency in cdi-unit.
But I don't want to add dynamic discovery into the already existing discovery mechanism in WeldTestUrlDeployment.
It is proposed to refactor the class discovery mechanism in WeldTestUrlDeployment to make it modular.
The new mechanism will rely on the JDK's ServiceLoader.
Regards,