Description
Currently the following interfaces are used for static configuration of DeltaSpike itself:
- org.apache.deltaspike.testcontrol.impl.jsf.MyFacesTestBaseConfig
- org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig
- org.apache.deltaspike.scheduler.impl.SchedulerBaseConfig
- org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig
- org.apache.deltaspike.core.api.config.base.CoreBaseConfig
They all use TypedConfig but that doesn't seem like a sufficient identifier of DeltaSpike configuration.
I suggest the following:
- make all of the above mentioned interface implement a new marker interface DeltaSpikeBaseConfig