UI Spring Context Holder bean registration (#1026)

* register the Spring Context Holder bean for UI instead of setting the context for each UI separately
* reverted test scope for db driver

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
This commit is contained in:
Bondar Bogdan
2020-10-13 17:04:18 +02:00
committed by GitHub
parent a092747c99
commit 541a0129ef
8 changed files with 45 additions and 45 deletions

View File

@@ -35,7 +35,7 @@ public final class EventPublisherHolder {
}
/**
* @return the cache manager holder singleton instance
* @return the event publisher holder singleton instance
*/
public static EventPublisherHolder getInstance() {
return SINGLETON;