Bug 8967 - Various classes in cntrl/md-sal use hardcoded 51/62451/11
authorJakub Toth <jakub.toth@pantheon.tech>
Wed, 30 Aug 2017 14:29:46 +0000 (16:29 +0200)
committerJakub Toth <jakub.toth@pantheon.tech>
Sat, 2 Sep 2017 18:32:59 +0000 (18:32 +0000)
commit88620eacdbb3a8e4b8c3114f0628ff95a5c8b5f6
tree1851254dfafb534299506ff3c749f8a4a3fc73b0
parent30535bcc4c2770cb8500469fe40bdfb37d8ade4d
Bug 8967 - Various classes in cntrl/md-sal use hardcoded
dependencies on OSGI/karaf - PART 1

  * remove dependency of ActorSystemProviderImpl on OSGI
  * move Config out of ActorSystemProviderImpl

Change-Id: I7e9cb184385207726839e137ea6dcafd6359c47b
Signed-off-by: Jakub Toth <jakub.toth@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/config/yang/config/actor_system_provider/impl/ActorSystemProviderImpl.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/config/yang/config/actor_system_provider/impl/factory/AkkaConfigFactory.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/config/yang/config/actor_system_provider/impl/factory/osgi/BundleClassLoaderFactory.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/config/yang/config/actor_system_provider/impl/factory/osgi/QuarantinedMonitorActorPropsFactory.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/resources/org/opendaylight/blueprint/clustered-datastore.xml