aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/dcae/CollectorSchemas.java
AgeCommit message (Collapse)AuthorFilesLines
2018-08-10Refactor the code base a bitPawelSzalapski1-74/+0
Remove potential race condition coming from shared 'version' veriable in singleton instance of RestController. Move the logic behind reading the json schemas out of a on-request phase to application startup. Minor refactoring done that will bump up test coverage. Change-Id: I2ad1ba91dafafd785ede61591a4dc146abf6a1eb Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com> Issue-ID: DCAEGEN2-526
2018-08-01Replace nsaCore library with SpringPawelSzalapski1-0/+74
Change-Id: I2227939a67a2cbba2d392136d49ef4419600d186 Issue-ID: DCAEGEN2-602 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>