aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main/ajsc/ajsc-aai_v1
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>2017-06-27 17:07:50 -0400
committerMaharajh, Robby (rx2202) <rx2202@att.com>2017-06-27 17:14:37 -0400
commitc5009ade9e35d9d03131f55dafc9f0fd79c2246a (patch)
tree96e560b2fca04337951456e167253518947bf4ba /aai-resources/src/main/ajsc/ajsc-aai_v1
parent3c9490abf80793988b32b3a75fc6f386a56c832e (diff)
[AAI-14] Force delete tool now uses Tinkerpop
vertex vs titan vertex Updates now always add aai-node-type to vertex Stop using hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS for date format Define new endpoint in ajsc to process the v8 models from Model Loader Change-Id: I7f6986e12d0f4c74256fe24629e1f1851541d7e4 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
Diffstat (limited to 'aai-resources/src/main/ajsc/ajsc-aai_v1')
-rw-r--r--aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy b/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
index a54da81..e371cd7 100644
--- a/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
+++ b/aai-resources/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
@@ -11,7 +11,7 @@ beans{
ExampleConsumer(org.openecomp.aai.rest.ExampleConsumer)
V3ThroughV7Consumer(org.openecomp.aai.rest.retired.V3ThroughV7Consumer)
EchoResponse(org.openecomp.aai.rest.util.EchoResponse)
-
+ ModelVersionTransformer(org.openecomp.aai.rest.tools.ModelVersionTransformer)
util.list(id: 'jaxrsServices') {
@@ -22,6 +22,7 @@ beans{
ref(bean:'BulkAddConsumer')
ref(bean:'BulkProcessConsumer')
ref(bean:'V3ThroughV7Consumer')
+ ref(bean:'ModelVersionTransformer')
ref(bean:'EchoResponse')
}