update schema service version to 1.14.0 and upgrade to v32 27/142827/2
authorakshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
Tue, 27 Jan 2026 09:05:28 +0000 (10:05 +0100)
committerAkshay Khairnar <akshay.khairnar@t-systems.com>
Thu, 29 Jan 2026 05:34:53 +0000 (05:34 +0000)
- update schema service to 1.14.0
- update schema version to v32
- bump up traversal to 1.16.2

Issue-ID: AAI-4220
Change-Id: I5a9a15d6930e7281f1f220b621f4f4be19f51808
Signed-off-by: akshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
aai-traversal/pom.xml
aai-traversal/src/main/resources/application.properties
aai-traversal/src/test/resources/application-onap-test.properties
aai-traversal/src/test/resources/application-test.properties
aai-traversal/src/test/resources/schema-ingest.properties
pom.xml
version.properties

index 8af6117..477b58f 100644 (file)
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.onap.aai.traversal</groupId>
                <artifactId>traversal</artifactId>
-               <version>1.16.1-SNAPSHOT</version>
+               <version>1.16.2-SNAPSHOT</version>
        </parent>
        <groupId>org.onap.aai.traversal</groupId>
        <artifactId>aai-traversal</artifactId>
@@ -84,8 +84,8 @@
                <schema.version.app.root.start>v11</schema.version.app.root.start>
                <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
                <schema.version.edge.label.start>v12</schema.version.edge.label.start>
-               <schema.version.api.default>v31</schema.version.api.default>
-               <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31</schema.version.list>
+               <schema.version.api.default>v32</schema.version.api.default>
+               <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31,v32</schema.version.list>
                <schema.uri.base.path>/aai</schema.uri.base.path>
 
                <!-- versions -->
                        <properties>
                                <schema.source.name>onap</schema.source.name>
                                <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
-                               <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31</schema.version.list>
+                               <schema.version.list>v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31,v32</schema.version.list>
                        </properties>
                </profile>
                <!-- End of ONAP Profile -->
index 55f2ddd..8ebcf81 100644 (file)
@@ -42,7 +42,7 @@ server.port=8446
 # Switch to one-way-ssl
 spring.profiles.active=production,one-way-ssl
 
-schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31
+schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29,v30,v31,v32
 # Specifies which component should the oxm be looking at
 schema.source.name=onap
 # End of Internal Specific Properties
@@ -83,7 +83,7 @@ schema.version.namespace.change.start=v12
 # Specifies from which version should the client start seeing the edge label in payload
 schema.version.edge.label.start=v12
 # Specifies the version that the application should default to
-schema.version.api.default=v31
+schema.version.api.default=v32
 
 schema.translator.list=config
 schema.service.base.url=https://localhost:8452/aai/schema-service/v1/
index ddff3e3..e363c6b 100644 (file)
@@ -47,7 +47,7 @@ schema.ingest.file=${server.local.startpath}/application-test.properties
 # Schema Version Related Attributes
 schema.uri.base.path=/aai
 # Lists all of the versions in the schema
-schema.version.list=v10,v11,v12,v13,v14,v29,v30,v31
+schema.version.list=v10,v11,v12,v13,v14,v29,v30,v31,v32
 # Specifies from which version should the depth parameter to default to zero
 schema.version.depth.start=v10
 # Specifies from which version should the related link be displayed in response payload
@@ -60,5 +60,5 @@ schema.version.namespace.change.start=v12
 # Specifies from which version should the client start seeing the edge label in payload
 schema.version.edge.label.start=v12
 # Specifies the version that the application should default to
-schema.version.api.default=v31
+schema.version.api.default=v32
 schema.translator.list=config
index 81bb746..2907cfd 100644 (file)
@@ -57,7 +57,7 @@ schema.ingest.file=${server.local.startpath}/application-test.properties
 # Schema Version Related Attributes
 schema.uri.base.path=/aai
 # Lists all of the versions in the schema
-schema.version.list=v10,v11,v12,v13,v14v27,v28,v29,v30,v31
+schema.version.list=v10,v11,v12,v13,v14v27,v28,v29,v30,v31,v32
 # Specifies from which version should the depth parameter to default to zero
 schema.version.depth.start=v10
 # Specifies from which version should the related link be displayed in response payload
@@ -70,7 +70,7 @@ schema.version.namespace.change.start=v12
 # Specifies from which version should the client start seeing the edge label in payload
 schema.version.edge.label.start=v12
 # Specifies the version that the application should default to
-schema.version.api.default=v31
+schema.version.api.default=v32
 
 schema.translator.list=config
 
index fa6d1f5..18a1f8d 100644 (file)
@@ -2,9 +2,9 @@ schema.configuration.location=N/A
 schema.nodes.location=src/main/resources/etc/oxm/
 schema.edges.location=src/main/resources/etc/dbedgerules/
 
-schema.version.list=v10,v11,v12,v13,v14,v29,v30,v31
+schema.version.list=v10,v11,v12,v13,v14,v29,v30,v31,v32
 schema.version.depth.start=v10
 schema.version.related.link.start=v10
 schema.version.app.root.start=v11
 schema.version.edge.label.start=v12
-schema.version.api.default=v31
+schema.version.api.default=v32
diff --git a/pom.xml b/pom.xml
index 3a0166f..dce869f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.traversal</groupId>
     <artifactId>traversal</artifactId>
-    <version>1.16.1-SNAPSHOT</version>
+    <version>1.16.2-SNAPSHOT</version>
     <name>aai-traversal</name>
     <packaging>pom</packaging>
     <modules>
@@ -50,7 +50,7 @@
         <staging.path>/content/repositories/staging/</staging.path>
         <!-- GMaven plugin uses this property to figure out the name of the docker tag -->
         <aai.project.version>${project.version}</aai.project.version>
-        <aai.schema.service.version>1.13.3</aai.schema.service.version>
+        <aai.schema.service.version>1.14.0-SNAPSHOT</aai.schema.service.version>
     </properties>
     <build>
         <pluginManagement>
index 02346c5..7c25a91 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=16
-patch_version=1
+patch_version=2
 
 base_version=${major_version}.${minor_version}.${patch_version}