Add multi-oxm using schemaIngest library 17/55017/1
authorSanchez, Gabriel (gs882h) <gs882h@att.com>
Mon, 18 Jun 2018 16:30:21 +0000 (17:30 +0100)
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>
Mon, 18 Jun 2018 16:36:33 +0000 (17:36 +0100)
commitf518411876d6830d83d051a915f0b21bdfdcb43e
tree189fb1e3a7650159b0237f29d54a997b4ffbbf78
parent72da66902a3efaff3068ed2b3f4f7eb3bb5fe43f
Add multi-oxm using schemaIngest library

Use the schemaIngest library to have the
capability to deal with multiple OXM files

Issue-ID: AAI-1192

Change-Id: Icbebbf475bcf9fc3808bc79b9fa95085db46ab77
Signed-off-by: gabriel sanchez <gabriel.sanchez@amdocs.com>
24 files changed:
pom.xml
src/main/bin/start.sh
src/main/java/org/onap/aai/datarouter/logging/DataRouterMsgs.java
src/main/java/org/onap/aai/datarouter/policy/AbstractSpikeEntityEventProcessor.java
src/main/java/org/onap/aai/datarouter/policy/EntityEventPolicy.java
src/main/java/org/onap/aai/datarouter/policy/SpikeAutosuggestIndexProcessor.java
src/main/java/org/onap/aai/datarouter/policy/SpikeEntityEventPolicy.java
src/main/java/org/onap/aai/datarouter/schema/OxmConfigTranslator.java [new file with mode: 0644]
src/main/java/org/onap/aai/datarouter/schema/OxmModelLoader.java [new file with mode: 0644]
src/main/java/org/onap/aai/datarouter/schema/SchemaIngestPropertiesReader.java [new file with mode: 0644]
src/main/java/org/onap/aai/datarouter/util/OxmModelLoader.java [deleted file]
src/main/resources/logging/DataRouterMsgs.properties
src/test/java/org/onap/aai/datarouter/schema/OxmModelLoaderTest.java [new file with mode: 0644]
src/test/resources/oxm-reader/multiple-oxm/aai_oxm_a_v13.xml [new file with mode: 0644]
src/test/resources/oxm-reader/multiple-oxm/aai_oxm_b_v13.xml [new file with mode: 0644]
src/test/resources/oxm-reader/multiple-oxm/aai_oxm_v11.xml [new file with mode: 0644]
src/test/resources/oxm-reader/multiple-oxm/aai_oxm_v12.xml [new file with mode: 0644]
src/test/resources/oxm-reader/oxm/aai_oxm_v10.xml [new file with mode: 0644]
src/test/resources/oxm-reader/oxm/aai_oxm_v11.xml [new file with mode: 0644]
src/test/resources/oxm-reader/oxm/aai_oxm_v12.xml [new file with mode: 0644]
src/test/resources/oxm-reader/oxm/aai_oxm_v13.xml [new file with mode: 0644]
src/test/resources/oxm-reader/oxm/aai_oxm_v8.xml [new file with mode: 0644]
src/test/resources/oxm-reader/oxm/aai_oxm_v9.xml [new file with mode: 0644]
src/test/resources/schemaIngest.properties [new file with mode: 0644]