From ab1a2ed3d961919008bad949e62fcf3ba722c2ce Mon Sep 17 00:00:00 2001 From: jjia Date: Mon, 31 Dec 2018 12:18:59 -0500 Subject: [PATCH] Update Data Router with new schema ingest lib Issue-ID: AAI-2044 Change-Id: I905ee7ce7716538a8336ff30a4a0286cb7685f2f Signed-off-by: jjia --- pom.xml | 24 ++++++++---- .../java/org/onap/aai/datarouter/Application.java | 25 +++++++++++-- .../aai/datarouter/config/SchemaConfiguration.java | 43 ++++++++++++++++++++++ .../datarouter/policy/EntityEventPolicyTest.java | 3 +- .../SpikeAggregateGenericVnfProcessorTest.java | 7 ++-- .../policy/SpikeAutosuggestProcessorTest.java | 11 +++--- .../policy/SpikeEntityEventPolicyTest.java | 11 +++--- .../policy/SpikeEntitySearchProcessorTest.java | 3 +- src/test/resources/config/schemaIngest.properties | 37 +++++++++++++++---- src/test/resources/schemaIngest.properties | 4 -- .../resources/spring-beans/data-router-oxm.xml | 11 +++--- .../resources/spring-beans/entity-event-policy.xml | 42 +++++++++++++++++++++ 12 files changed, 176 insertions(+), 45 deletions(-) create mode 100644 src/main/java/org/onap/aai/datarouter/config/SchemaConfiguration.java delete mode 100644 src/test/resources/schemaIngest.properties create mode 100644 src/test/resources/spring-beans/entity-event-policy.xml diff --git a/pom.xml b/pom.xml index 83049c7..31a9178 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,7 @@ limitations under the License. aaiadmin aaiadmin com.att.csid.lab + 1.4.1-SNAPSHOT + -- 2.16.6