summaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/xjb/bindings-onap.xjb
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Remove the aai-schema from aai-commonHarish Venkata Kajur1-50/+0
Issue-ID: AAI-1871 Change-Id: I0d836c8105083f511877f74f08044cc86905e7be Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2018-11-01Add support for v15 APIsKajur, Harish (vk250x)1-4/+9
Issue-ID: AAI-1812 Change-Id: I2542371baf8f33da1ab2ea3b19073b1f1dc870f4 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-10-01Pojos are now serializable3.0.0-ONAP1.3.1Benjamin, Max (mb388a)1-5/+9
Change-Id: I562c05a4157708af8fdd7537e56bcadc5123d136 Issue-ID: AAI-1695 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-12Integrate aai-schema-ingest library into aai-coreKajur, Harish (vk250x)1-0/+41
Integrate the aai-core into using the aai-schema-ingest library to be agnostic to the schema changes Remove any references to aai-schema dependency in aai-core Reorder the components so the aai-schema-ingest is first installed Moved the edge rules to the aai-schema as they are linked to schema Rework the generation of the aai-schema to using aai-schema-ingest library Also remove the yaml and html folders as they get generated on the fly So when maven pushes the aai-schema jar, the jar contains the generated yaml, html and xsd files at runtime due to the gerrit limit of filesize Issue-ID: AAI-1455 Change-Id: I87ecd9eb2fc96a09d3a6399955637674f6e7fb21 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>