| DummyKieScannerFactoryService |
Implementation of KieScannerFactoryService to provide dummy implementation of KieScanner
that is exact replica of KieRepositoryImpl.DummyKieScanner, the only difference
being no logger invocations, that were introduced as part of code change
https://github.com/kiegroup/drools/commit/40f0c0c7cb546b10fc505dea23d7f18779424e3d
This service is registered through configuration declaration in META-INF/kie.conf, supported by
ServiceRegistryImpl and api.internal.utils.ServiceDiscoveryImpl
|