aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-gen/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2024-12-05[AAI] v30 new schema addition and update of datatypesvani.kv1-2/+2
- Schema version upgrade to v30 - Update datatypes for few attributes under slice-profile - New attribute lead-time added under feasibility-check-job Issue-ID: AAI-4075 Change-Id: I358e50ee27e42b643b0b873eb75bc6802927d65b Signed-off-by: vani.kv <vani.kv@accenture.com>
2024-11-12Update vulnerable dependencies in schema-serviceFiete Ostkamp1-0/+39
- update freemarker (2.3.21 -> 2.3.33) - update snakeyaml (1.29 -> 2.3) - remove duplicate declarations of dependencies in pom - remove aai-aaf-auth dependency Issue-ID: AAI-4052 Change-Id: Ice8a520f024c024ae7118378176df6fe1242f1bb Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2024-05-07[AAI] v29 new schema addition for 3GPP RAN Networknandkishorpatke1-2/+2
- New service-instance attributes added in AAI schema - New slice-profile attributes added in AAI schema - Added New Object: feasibility-check-job in the schema - Added new Edge Rule for feasibility-check-job, slice-profile and service-subscription Issue-ID: AAI-3843 Change-Id: Iacb1c4edb3ce432c46c50529260fcfa83b47245d Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2023-11-09[AAI] Schema changes for Cell band and Neighbour relation-typenandkishorpatke1-2/+2
AAI Cell band and Neighbour relation-type attributes are added into v28 version Issue-ID: AAI-3663 Change-Id: Ic24d48ed1fcaf8ff655fbff661158b2d92c1bfe5 Signed-off-by: nandkishorpatke <nandkishor-laxman.patke@t-systems.com>
2022-11-11Update aai-schema-ingest dependency in the schema-serviceFiete Ostkamp2-76/+37
- SchemaVersions object is being renamed to SchemaConfigVersions in aai-schema-ingest > 1.4.0 - add logback config to set log level to INFO, since a test run would otherwise generate 6GB worth of logs (when piped into a file) Issue-ID: AAI-3592 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I7e0a6f4577d2254d8f58956f4ad3ea39bd74dc8d
2019-03-26AAI-2279 coverage of schema-service/aai-schema-genKeong Lim1-0/+39
Add tests for schemagen/swagger/Api.java Add tests for schemagen/swagger/Definition.java Tweak schemagen/swagger/Api.java to get more coverage from tests Tweak schemagen/swagger/Definition.java to get more coverage from tests Commit a json file that is generated during test runs Tweak onap-java-formatter to pass checkstyle audit Change-Id: I1f2e9a36b7263818aa5030dcd8ec9b050d046fb1 Issue-ID: AAI-2279 Signed-off-by: Keong Lim <keong.lim@huawei.com>
2019-01-11Move the aai-schema, annotations andKajur, Harish (vk250x)25-0/+32531
schema generation code from the aai-common repo to the schema service repo as aai-schema should be in the schema service and all code related to it such as generation of the schema code should also be moved to the service Issue-ID: AAI-2002 Change-Id: Ia792d5ae8822642b1816a0e9664bb21fa511e24f Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>