commit | 574363f5a29ac9237a377c4c0923b414a38fddec | [log] [tgz] |
---|---|---|
author | Samuel Kontris <samuel.kontris@pantheon.tech> | Wed Sep 04 15:31:48 2019 +0200 |
committer | Dan Timoney <dtimoney@att.com> | Tue Oct 15 18:19:47 2019 +0000 |
tree | 7f74f7e8acfc05055bd3ff281e57d6b0c37cb982 | |
parent | 4999c933f01789a4f71eb34cc32c7377c62ee2dd [diff] |
Refactor class/instance loading and resolving in the SLI module Code from the static class SvcLogicAdaptorFactory is moved to the SvcLogicClassResolver class. Class SvcLogicClassResolver is created as a bean in the blueprint xml file, not as singleton directly in the code. Then is injected via blueprint into the SvcLogicServiceImpl. Methods registerExecutor and unregisterExecutor from the SvcLogicServiceImpl class are removed - are not used anywhere. This change causes compilation error in the northbound repository. Fix for this error is here: https://gerrit.onap.org/r/#/c/ccsdk/sli/northbound/+/95053/ Issue-ID: CCSDK-1688 Change-Id: I26ce01b761ab5d17f1cc19e39af581b1963658a5 Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".