Replace nsaCore library with Spring 69/58169/3
authorPawelSzalapski <pawel.szalapski@nokia.com>
Tue, 31 Jul 2018 06:18:03 +0000 (08:18 +0200)
committerPawelSzalapski <pawel.szalapski@nokia.com>
Wed, 1 Aug 2018 07:56:00 +0000 (09:56 +0200)
commitfc073344d4c0eb8a28bf34c07a8439176cf846ca
tree01f5b4789c3d9369eaebb54a9f910a9fa400af1f
parentd12cd3525284cc41414d8fdae09e2ffbc03a1fbb
Replace nsaCore library with Spring

Change-Id: I2227939a67a2cbba2d392136d49ef4419600d186
Issue-ID: DCAEGEN2-602
Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>
35 files changed:
etc/collector.properties
etc/passwordfile
pom.xml
src/main/java/org/onap/dcae/ApplicationSettings.java
src/main/java/org/onap/dcae/CLIUtils.java
src/main/java/org/onap/dcae/CollectorSchemas.java [new file with mode: 0644]
src/main/java/org/onap/dcae/SchemaValidator.java [new file with mode: 0644]
src/main/java/org/onap/dcae/VesApplication.java [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/AnyNode.java
src/main/java/org/onap/dcae/commonFunction/CommonStartup.java [deleted file]
src/main/java/org/onap/dcae/commonFunction/ConfigProcessors.java
src/main/java/org/onap/dcae/commonFunction/EventProcessor.java
src/main/java/org/onap/dcae/commonFunction/VESLogger.java
src/main/java/org/onap/dcae/commonFunction/event/publishing/DMaaPConfigurationParser.java
src/main/java/org/onap/dcae/commonFunction/event/publishing/DMaaPEventPublisher.java
src/main/java/org/onap/dcae/commonFunction/event/publishing/DMaaPPublishersBuilder.java
src/main/java/org/onap/dcae/commonFunction/event/publishing/DMaaPPublishersCache.java
src/main/java/org/onap/dcae/commonFunction/event/publishing/PublisherConfig.java
src/main/java/org/onap/dcae/commonFunction/event/publishing/VavrUtils.java
src/main/java/org/onap/dcae/controller/FetchDynamicConfig.java
src/main/java/org/onap/dcae/controller/LoadDynamicConfig.java
src/main/java/org/onap/dcae/restapi/ApiAuthInterceptor.java [new file with mode: 0644]
src/main/java/org/onap/dcae/restapi/ApiConfiguration.java [moved from src/main/java/org/onap/dcae/restapi/endpoints/Ui.java with 50% similarity]
src/main/java/org/onap/dcae/restapi/ApiException.java
src/main/java/org/onap/dcae/restapi/RestfulCollectorServlet.java [deleted file]
src/main/java/org/onap/dcae/restapi/ServletConfig.java [new file with mode: 0644]
src/main/java/org/onap/dcae/restapi/VesRestController.java [new file with mode: 0644]
src/main/java/org/onap/dcae/restapi/endpoints/EventReceipt.java [deleted file]
src/main/scripts/VESrestfulCollector.sh
src/test/java/org/onap/dcae/ApplicationSettingsTest.java
src/test/java/org/onap/dcae/commonFunction/CommonStartupTest.java [deleted file]
src/test/java/org/onap/dcae/commonFunction/EventProcessorTest.java
src/test/java/org/onap/dcae/vestest/TestConfigProcessor.java
src/test/java/org/onap/dcae/vestest/TestEventReceipt.java [deleted file]
src/test/java/org/onap/dcae/vestest/TestJsonSchemaValidation.java